pd
Class FontSymbol_Surface

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

public class FontSymbol_Surface
extends FontSymbol_Geometry

STRUCTURE


Constructor Summary
FontSymbol_Surface()
           
FontSymbol_Surface(Color aColor)
           
 
Method Summary
 Surface getGeometry()
           
 void paint(java.awt.Graphics2D g)
           
 void remove()
           
 void setGeometry(Surface 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_Surface

public FontSymbol_Surface(Color aColor)

FontSymbol_Surface

public FontSymbol_Surface()
Method Detail

toString

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

getGeometry

public Surface getGeometry()

setGeometry

public void setGeometry(Surface geometry)

paint

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

remove

public void remove()
Overrides:
remove in class FontSymbol_Geometry