org.jfree.xml.factory.objects
public class ClassLoaderObjectDescription extends AbstractObjectDescription
Constructor Summary | |
---|---|
ClassLoaderObjectDescription()
Creates a new object description. |
Method Summary | |
---|---|
Object | createObject()
Creates an object based on this object description.
|
void | setParameterFromObject(Object o)
Sets the parameters of the object description to match the supplied object.
|
Returns: The object.
Parameters: o the object.
Throws: ObjectFactoryException if there is a problem while reading the properties of the given object.