projectPrototype.model
Class ClassRepresentation

java.lang.Object
  extended byprojectPrototype.view.graphicEditor.graphicElement.GraphicElement
      extended byprojectPrototype.view.graphicEditor.graphicElement.composedFigures.ComposedFigure
          extended byprojectPrototype.model.ClassifierRepresentation
              extended byprojectPrototype.model.ClassRepresentation

public class ClassRepresentation
extends ClassifierRepresentation

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
private  DynamicSlot attributeSlot
           
 
Fields inherited from class projectPrototype.model.ClassifierRepresentation
 
Fields inherited from class projectPrototype.view.graphicEditor.graphicElement.composedFigures.ComposedFigure
graphicElementsList
 
Fields inherited from class projectPrototype.view.graphicEditor.graphicElement.GraphicElement
bgColor, conector, cursor, lineColor, MIN_HEIGHT, MIN_WIDTH, oldP1, oldP2, p1, p2, selector
 
Constructor Summary
ClassRepresentation(Point p1, Point p2, java.awt.Color lineColor, java.awt.Color bgColor)
           
 
Methods inherited from class projectPrototype.view.graphicEditor.graphicElement.composedFigures.ComposedFigure
addGraphicElement, getGraphicElement, over, paint, removeGraphicElement, select
 
Methods inherited from class projectPrototype.view.graphicEditor.graphicElement.GraphicElement
adjustConectors, autoAdjust, createConectors, createDraggableElement, createSelector, getConector, getCursor, getGraphicElementSelector, getP1, getP2, getRectangle, isSelected, move, setP1, setP2, verifyMinimalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeSlot

private DynamicSlot attributeSlot
Constructor Detail

ClassRepresentation

public ClassRepresentation(Point p1,
                           Point p2,
                           java.awt.Color lineColor,
                           java.awt.Color bgColor)
Parameters:
p1 -
p2 -
lineColor -
bgColor -