Package wt.graph
Class ObjectImage
java.lang.Object
wt.graph.ObjectImage
- All Implemented Interfaces:
Externalizable,Serializable
Provides for a common means of abstracting any type of object, potentially
ranging from some form of object reference to merely a classname.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic final ObjectImagenewObjectImage(String consumer) Makes a new instance of one of the subclassed images as defined in a property where the consumer class is paired with the image subclass.
-
Method Details
-
newObjectImage
public static final ObjectImage newObjectImage(String consumer) throws wt.graph.ObjectGraphException Makes a new instance of one of the subclassed images as defined in a property where the consumer class is paired with the image subclass.
Supported API: true- Parameters:
consumer-- Returns:
- ObjectImage
- Throws:
wt.graph.ObjectGraphException
-