com.partnersoft.v3x.gui
Class CompoundLineDrawer

java.lang.Object
  extended by com.partnersoft.v3x.gui.LineDrawer
      extended by com.partnersoft.v3x.gui.CompoundLineDrawer

public class CompoundLineDrawer
extends LineDrawer

Combines two types of line drawers into one.


Constructor Summary
CompoundLineDrawer(LineDrawer drawer1, LineDrawer drawer2)
           
 
Method Summary
protected  void setPoint(java.awt.Graphics g, int index, int x, int y)
           
 
Methods inherited from class com.partnersoft.v3x.gui.LineDrawer
acceptLine, drawLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundLineDrawer

public CompoundLineDrawer(LineDrawer drawer1,
                          LineDrawer drawer2)
Method Detail

setPoint

protected void setPoint(java.awt.Graphics g,
                        int index,
                        int x,
                        int y)
Overrides:
setPoint in class LineDrawer