|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gui.LinetypeSymbol
public abstract class LinetypeSymbol
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 |
|---|
public LinetypeSymbol()
| Method Detail |
|---|
public abstract void paintOn(java.awt.Graphics g,
int x,
int y,
int count,
int size,
int offset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||