physicon.graphLib
Class SolidLineDrawer

java.lang.Object
  |
  +--physicon.graphLib.DrawerBase
        |
        +--physicon.graphLib.LineDrawer
              |
              +--physicon.graphLib.SolidLineDrawer

public class SolidLineDrawer
extends LineDrawer


Constructor Summary
SolidLineDrawer()
           
SolidLineDrawer(java.awt.Color c)
           
 
Method Summary
 void drawLocal(java.awt.Graphics g)
           
 
Methods inherited from class physicon.graphLib.LineDrawer
getLocalRoughRect, setColor, setPoints
 
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

SolidLineDrawer

public SolidLineDrawer()

SolidLineDrawer

public SolidLineDrawer(java.awt.Color c)
Method Detail

drawLocal

public void drawLocal(java.awt.Graphics g)
Overrides:
drawLocal in class DrawerBase