Uses of Class
net.nitus.museu.migraCoordenades.Shape

Packages that use Shape
net.nitus.museu.migraCoordenades   
 

Uses of Shape in net.nitus.museu.migraCoordenades
 

Methods in net.nitus.museu.migraCoordenades that return types with arguments of type Shape
 java.util.ArrayList<Shape> ShapeFile.getShapes()
           
 

Methods in net.nitus.museu.migraCoordenades with parameters of type Shape
 void ShapeFile.addShape(Shape shape)
          Afegeix un shape a la llista de shapes
 

Method parameters in net.nitus.museu.migraCoordenades with type arguments of type Shape
 void ShapeFile.setShapes(java.util.ArrayList<Shape> shapes)