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