pd
Class TextSign

java.lang.Object
  |
  +--java.util.Observable
        |
        +--pd.Paintable
              |
              +--pd.Sign
                    |
                    +--pd.TextSign

public class TextSign
extends Sign

MANDATORY font.type = TEXT


Constructor Summary
TextSign()
           
 
Methods inherited from class pd.Sign
getName, getOid, paint, remove, setName, setOid
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSign

public TextSign()