|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--physicon.graphLib.DrawerBase | +--physicon.graphLib.NullDrawer
Represents Null Drawer object If Component is not created this Drawer is used
Constructor Summary | |
NullDrawer()
|
Method Summary | |
void |
drawLocal(java.awt.Graphics g)
Must draw the current object to the given Graphics object. |
java.awt.Rectangle |
getLocalRoughRect()
Must return local rough rect of the current object. |
Methods inherited from class physicon.graphLib.DrawerBase |
contains,
getGlobalLevel,
getGlobalRefPoint,
reset,
setGlobalLevel,
setGlobalRefPoint |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NullDrawer()
Method Detail |
public java.awt.Rectangle getLocalRoughRect()
public void drawLocal(java.awt.Graphics g)
g
- - given Graphics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |