g2d.glyph
Class Identifiable
java.lang.Object
g2d.glyph.Identifiable
- Direct Known Subclasses:
- Attributable
public class Identifiable
- extends Object
Those things that have a unique identifier.
- Since:
- July 11th, 2004
- Author:
- Ian A. Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
uid
protected String uid
Identifiable
public Identifiable()
getUID
public String getUID()
setUID
public void setUID(String uid)
getObject
public static Object getObject(Object uid)