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

Packages that use Shape
br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements   
br.edu.fei.dcc.raciocinioespacial.editor.shapes.model   
br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.command   
 

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

Subclasses of Shape in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements
 class Agent2DShape
          The shape for the agent.
 class Mobile2DShape
          The shape for any mobile entity.
 class Pedestrian2DShape
          The shape for a pedestrian.
 class Ponto2DShape
          The shape for the point used to trace object routes
 class Street2DShape
           
 class Vehicle2DShape
          The shape for a vehicle
 

Uses of Shape in br.edu.fei.dcc.raciocinioespacial.editor.shapes.model
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.model that return types with arguments of type Shape
 java.util.List<Shape> ShapesDiagram.getChildren()
          Retorna a lista de formas/Shape contidas no diagrama.
 java.util.List<Shape> ShapesDiagram.getChildren(java.lang.Class<?> t)
           
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.model with parameters of type Shape
 boolean ShapesDiagram.addChild(Shape s)
          Adiciona uma forma/Shape no diagrama.
 boolean ShapesDiagram.removeChild(Shape s)
          Remove a forma/Shape do diagrama.
 

Uses of Shape in br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.command
 

Constructors in br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.command with parameters of type Shape
ShapeDeleteCommand(ShapesDiagram parent, Shape child)
          Cria o comando que removerá a forma/shape de seu container.
ShapeSetConstraintCommand(Shape shape, org.eclipse.gef.requests.ChangeBoundsRequest req, org.eclipse.draw2d.geometry.Rectangle newBounds)
          Cria um comando que redimensiona ou move uma forma/shape.