physicon.graphLib
Class NullDrawer

java.lang.Object
  |
  +--physicon.graphLib.DrawerBase
        |
        +--physicon.graphLib.NullDrawer

public final class NullDrawer
extends DrawerBase

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

NullDrawer

public NullDrawer()
Method Detail

getLocalRoughRect

public java.awt.Rectangle getLocalRoughRect()
Must return local rough rect of the current object. This rect is in the coordinate system of the current object
Overrides:
getLocalRoughRect in class DrawerBase

drawLocal

public void drawLocal(java.awt.Graphics g)
Must draw the current object to the given Graphics object. The object draws itself in its coordinate system.
Parameters:
g - - given Graphics
Overrides:
drawLocal in class DrawerBase