pd
Class FontSymbol_Polyline

java.lang.Object
  |
  +--pd.FontSymbol_Geometry
        |
        +--pd.FontSymbol_Polyline

public class FontSymbol_Polyline
extends FontSymbol_Geometry

STRUCTURE


Constructor Summary
FontSymbol_Polyline()
           
 
Method Summary
 PolyLine getGeometry()
           
 void paint(java.awt.Graphics2D g)
           
 void remove()
           
 void setGeometry(PolyLine geometry)
           
 java.lang.String toString()
           
 
Methods inherited from class pd.FontSymbol_Geometry
getColor, getOid, setColor, setOid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontSymbol_Polyline

public FontSymbol_Polyline()
Method Detail

paint

public void paint(java.awt.Graphics2D g)
Overrides:
paint in class FontSymbol_Geometry

setGeometry

public void setGeometry(PolyLine geometry)

getGeometry

public PolyLine getGeometry()

remove

public void remove()
Overrides:
remove in class FontSymbol_Geometry

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object