Uses of Class
br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements.Ponto2DShape

Packages that use Ponto2DShape
br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements   
 

Uses of Ponto2DShape in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements that return types with arguments of type Ponto2DShape
 java.util.List<Ponto2DShape> Pedestrian2DShape.getPoints()
          Returns the route points defined by user for the shape
 java.util.List<Ponto2DShape> Mobile2DShape.getPoints()
          Returns the route points defined by user for the shape
 

Method parameters in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements with type arguments of type Ponto2DShape
 void Pedestrian2DShape.setPoints(java.util.List<Ponto2DShape> points)
          Set the route points defined by user for the shape
 void Mobile2DShape.setPoints(java.util.List<Ponto2DShape> points)
          Set the route points defined by user for the shape