com.partnersoft.v3x.gui
Class LinetypeSymbol

java.lang.Object
  extended by com.partnersoft.v3x.gui.LinetypeSymbol

public abstract class LinetypeSymbol
extends java.lang.Object

A linetype symbol which can be drawn across a set of points which make up a segment of a line.


Constructor Summary
LinetypeSymbol()
           
 
Method Summary
abstract  void paintOn(java.awt.Graphics g, int x, int y, int count, int size, int offset)
          The primary method, which must be overriden by subclasses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinetypeSymbol

public LinetypeSymbol()
Method Detail

paintOn

public abstract void paintOn(java.awt.Graphics g,
                             int x,
                             int y,
                             int count,
                             int size,
                             int offset)
The primary method, which must be overriden by subclasses.