Uses of Class
br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.ShapesDiagram

Packages that use ShapesDiagram
br.edu.fei.dcc.raciocinioespacial.editor.commands   
br.edu.fei.dcc.raciocinioespacial.editor.shapes   
br.edu.fei.dcc.raciocinioespacial.editor.shapes.actions   
br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements   
br.edu.fei.dcc.raciocinioespacial.editor.shapes.model.command   
 

Uses of ShapesDiagram in br.edu.fei.dcc.raciocinioespacial.editor.commands
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.commands that return ShapesDiagram
 ShapesDiagram Transformacao.getDiagram()
           
 

Constructors in br.edu.fei.dcc.raciocinioespacial.editor.commands with parameters of type ShapesDiagram
Transformacao(ShapesDiagram diagram)
           
Transformacao(Simulacao simulacao, ShapesDiagram diagram)
           
 

Uses of ShapesDiagram in br.edu.fei.dcc.raciocinioespacial.editor.shapes
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes that return ShapesDiagram
 ShapesDiagram ShapesEditor.getModel()
           
 ShapesDiagram ShapesEditorInput.getShapesDiagram()
           
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes with parameters of type ShapesDiagram
 void ShapesEditorInput.setShapesDiagram(ShapesDiagram diagram)
           
 

Uses of ShapesDiagram in br.edu.fei.dcc.raciocinioespacial.editor.shapes.actions
 

Constructors in br.edu.fei.dcc.raciocinioespacial.editor.shapes.actions with parameters of type ShapesDiagram
CreateNewPointAction(ShapesDiagram diagram, org.eclipse.gef.EditPartViewer viewer)
           
RotateShapeAction(ShapesDiagram diagram, org.eclipse.gef.EditPartViewer viewer)
           
 

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

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements that return ShapesDiagram
 ShapesDiagram Shape.getParent()
          Return the parent ShapeDiagram
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements with parameters of type ShapesDiagram
 void Shape.setParent(ShapesDiagram parent)
           
 

Uses of ShapesDiagram 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 ShapesDiagram
ShapeCreateCommand(ShapesDiagram parent, org.eclipse.gef.requests.CreateRequest req)
          Cria o comando que adicionará a nova forma/shape no diagrama.
ShapeDeleteCommand(ShapesDiagram parent, Shape child)
          Cria o comando que removerá a forma/shape de seu container.