|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.graphics.ObjectView org.devaki.nextobjects.workspace.models.graphics.ClassView org.devaki.nextobjects.workspace.models.graphics.EntityView
The representation of an entity
Field Summary |
Fields inherited from class org.devaki.nextobjects.workspace.models.graphics.ClassView |
font, fontI, metriques, myStyle, oldRectangle, rectangle |
Fields inherited from class org.devaki.nextobjects.workspace.models.graphics.ObjectView |
actionPoint, myObject, selectionPoints |
Constructor Summary | |
EntityView(Entity pEntity)
Construct a new 'EntityView' object |
Method Summary | |
void |
paint(java.awt.Graphics g)
Paint |
void |
update(java.awt.Graphics g)
Update graphics |
Methods inherited from class org.devaki.nextobjects.workspace.models.graphics.ClassView |
autoResize, getLocation, getMiddlePoint, getOldrectangle, getSize, getStyle, getSurface, printColumns, resetSelectionPoint, setLocation, setOldLocation, setOldSize, setSize, setStyle |
Methods inherited from class org.devaki.nextobjects.workspace.models.graphics.ObjectView |
getBaseObject, getSelectionPoint, getSelectionPoints, renderSelected, resetActionLocation, setActionLocation, setBaseObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityView(Entity pEntity)
pEntity
- the context entityMethod Detail |
public void update(java.awt.Graphics g)
g
- the graphicspublic void paint(java.awt.Graphics g)
paint
in class ObjectView
g
- the graphics
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |