Uses of Class
projectPrototype.view.graphicEditor.graphicElement.GraphicElement

Packages that use GraphicElement
projectPrototype.model   
projectPrototype.model.classDiagram   
projectPrototype.model.useCaseDiagram   
projectPrototype.view.graphicEditor   
projectPrototype.view.graphicEditor.graphicElement   
projectPrototype.view.graphicEditor.graphicElement.composedFigures   
projectPrototype.view.graphicEditor.graphicElement.composedFigures.conectors   
projectPrototype.view.graphicEditor.graphicElement.composedFigures.selectors   
projectPrototype.view.graphicEditor.graphicElement.composedFigures.slots   
projectPrototype.view.graphicEditor.operators   
projectPrototype.view.graphicEditor.states   
 

Uses of GraphicElement in projectPrototype.model
 

Subclasses of GraphicElement in projectPrototype.model
 class ClassifierRepresentation
           
 class ClassRepresentation
           
 

Uses of GraphicElement in projectPrototype.model.classDiagram
 

Subclasses of GraphicElement in projectPrototype.model.classDiagram
 class AttributeComposedFigure
           
 class ClassComposedFigure
           
 class ClassifierComposedFigure
           
 class InterfaceComposedFigure
           
 class OperationComposedFigure
           
 class PackageComposedFigure
           
 

Methods in projectPrototype.model.classDiagram that return GraphicElement
 GraphicElement PackageComposedFigure.getGraphicElement(Point point)
           
 GraphicElement ClassifierComposedFigure.getGraphicElement(Point point)
           
 GraphicElement ClassComposedFigure.getGraphicElement(Point point)
           
 

Methods in projectPrototype.model.classDiagram with parameters of type GraphicElement
 void PackageComposedFigure.addGraphicElement(GraphicElement graphicElement)
           
 void InterfaceComposedFigure.addGraphicElement(GraphicElement graphicElement)
           
 void ClassComposedFigure.addGraphicElement(GraphicElement graphicElement)
           
 void ClassComposedFigure.removeGraphicElement(GraphicElement graphicElement)
           
 

Uses of GraphicElement in projectPrototype.model.useCaseDiagram
 

Subclasses of GraphicElement in projectPrototype.model.useCaseDiagram
 class ActorComposedFigure
           
 class UseCaseComposedFigure
           
 

Methods in projectPrototype.model.useCaseDiagram that return GraphicElement
 GraphicElement UseCaseComposedFigure.getGraphicElement(Point point)
           
 GraphicElement ActorComposedFigure.getGraphicElement(Point point)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor
 

Methods in projectPrototype.view.graphicEditor that return GraphicElement
 GraphicElement GraphicEditor.getGraphicElement(int i)
          Return a GraphicElement.
 GraphicElement GraphicEditor.getGraphicElementOver(Point point)
           
 GraphicElement Editor.getGraphicElement(int i)
          Return Graphic Element at index i.
 GraphicElement Editor.getGraphicElementOver(Point point)
          Returns the Graphic Element over the Point.
 

Methods in projectPrototype.view.graphicEditor with parameters of type GraphicElement
 void GraphicEditor.setCurrentGraphicElement(GraphicElement graphicElement)
          Indicates to the Graphic Editor wich graphic element is being created.
 void GraphicEditor.bringToFront(GraphicElement graphicElement)
          Bring to front the Graphic Element.
 void GraphicEditor.sendToBack(GraphicElement graphicElement)
           
 void GraphicEditor.bringForward(GraphicElement graphicElement)
           
 void GraphicEditor.sendBackward(GraphicElement graphicElement)
           
 void Editor.setCurrentGraphicElement(GraphicElement graphicElement)
          Indicates to the Graphic Editor wich graphic element is being created.
 void Editor.bringToFront(GraphicElement graphicElement)
          Bring to front a Graphic Element
 void Editor.sendToBack(GraphicElement graphicElement)
          Send to back a Graphic Element
 void Editor.bringForward(GraphicElement graphicElement)
          Bring forward a Graphic Element
 void Editor.sendBackward(GraphicElement graphicElement)
          Send backward a Graphic Element
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement
 

Subclasses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement
 class Circle
           
 class Ellipse
           
 class Line
           
 class Text
           
 

Methods in projectPrototype.view.graphicEditor.graphicElement that return GraphicElement
 GraphicElement GraphicElement.getGraphicElement(Point point)
           
 GraphicElement GraphicElement.createDraggableElement()
           
 

Constructors in projectPrototype.view.graphicEditor.graphicElement with parameters of type GraphicElement
GraphicElement(GraphicElement graphicElement)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures
 

Subclasses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures
 class ArrowEnd
           
 class ComposedFigure
           
 class DragableElement
           
 class Link
           
 class Losangle
           
 class PolyLine
           
 class Rectangle
           
 class Triangle
           
 

Fields in projectPrototype.view.graphicEditor.graphicElement.composedFigures declared as GraphicElement
private  GraphicElement Link.target
           
private  GraphicElement Link.source
           
private  GraphicElement DragableElement.sourceElement
           
 

Methods in projectPrototype.view.graphicEditor.graphicElement.composedFigures that return GraphicElement
 GraphicElement Link.getSource()
           
 GraphicElement Link.getTarget()
           
 GraphicElement Link.getGraphicElement(Point point)
           
 GraphicElement DragableElement.getSource()
           
 GraphicElement ComposedFigure.getGraphicElement(Point point)
           
 

Methods in projectPrototype.view.graphicEditor.graphicElement.composedFigures with parameters of type GraphicElement
 void Link.setSource(GraphicElement source)
           
 void Link.setTarget(GraphicElement target)
           
 void ComposedFigure.addGraphicElement(GraphicElement graphicElement)
           
 void ComposedFigure.removeGraphicElement(GraphicElement graphicElement)
           
 

Constructors in projectPrototype.view.graphicEditor.graphicElement.composedFigures with parameters of type GraphicElement
DragableElement(GraphicElement sourceElement)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.conectors
 

Subclasses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.conectors
 class Conector
           
 

Fields in projectPrototype.view.graphicEditor.graphicElement.composedFigures.conectors declared as GraphicElement
protected  GraphicElement GraphicElementConector.graphicElement
           
 

Constructors in projectPrototype.view.graphicEditor.graphicElement.composedFigures.conectors with parameters of type GraphicElement
GraphicElementConector(GraphicElement graphicElement)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.selectors
 

Subclasses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.selectors
 class Selector
           
 class SelectorX
           
 class SelectorXY
           
 class SelectorY
           
 

Fields in projectPrototype.view.graphicEditor.graphicElement.composedFigures.selectors declared as GraphicElement
protected  GraphicElement GraphicElementSelector.graphicElement
           
 

Constructors in projectPrototype.view.graphicEditor.graphicElement.composedFigures.selectors with parameters of type GraphicElement
SquareSelector(GraphicElement graphicElement)
           
GraphicElementSelector(GraphicElement graphicElement)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.slots
 

Subclasses of GraphicElement in projectPrototype.view.graphicEditor.graphicElement.composedFigures.slots
 class DynamicSlot
           
 class Slot
           
 class StaticSlot
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.operators
 

Fields in projectPrototype.view.graphicEditor.operators declared as GraphicElement
protected  GraphicElement Operator.graphicElementOver
           
 

Methods in projectPrototype.view.graphicEditor.operators that return GraphicElement
 GraphicElement SelectionOperator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement RectangleOperator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement Operator.getGraphicElement()
           
 GraphicElement Operator.getGraphicElementOver()
           
abstract  GraphicElement Operator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement LinkOperator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement LineOperator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement EllipseOperator.createGraphicElement(Editor e, double x, double y)
           
 GraphicElement ComposedFigureOperator.createGraphicElement(Editor e, double x, double y)
           
 

Methods in projectPrototype.view.graphicEditor.operators with parameters of type GraphicElement
 void Operator.setGraphicElement(GraphicElement graphicElement)
           
 void Operator.addGraphicElement(GraphicElement graphicElement)
           
 void Operator.setGraphicElementOver(GraphicElement graphicElementOver)
           
 

Uses of GraphicElement in projectPrototype.view.graphicEditor.states
 

Fields in projectPrototype.view.graphicEditor.states declared as GraphicElement
private  GraphicElement TranslationState.container
           
private  GraphicElement LinkCSPState.target
           
private  GraphicElement LinkCFPState.source