Graphics2D Actor API

g2d.glyph
Class Identifiable

java.lang.Object
  extended by 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

Field Summary
static boolean DEBUG
           
protected  String uid
           
 
Constructor Summary
Identifiable()
           
 
Method Summary
static Object getObject(Object uid)
           
 String getUID()
           
 void setUID(String uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values

uid

protected String uid
Constructor Detail

Identifiable

public Identifiable()
Method Detail

getUID

public String getUID()

setUID

public void setUID(String uid)

getObject

public static Object getObject(Object uid)

Graphics2D Actor API