Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.factory.objects.AbstractObjectDescription
org.jfree.xml.factory.objects.BeanObjectDescription
org.jfree.xml.factory.objects.DecimalFormatObjectDescription
public class DecimalFormatObjectDescription
extends BeanObjectDescription
DecimalFormat
object.
Constructor Summary | |
| |
| |
|
Method Summary | |
Object |
|
void |
|
Methods inherited from class org.jfree.xml.factory.objects.BeanObjectDescription | |
createObject , ignoreParameter , isParameterIgnored , setParameterFromObject |
Methods inherited from class org.jfree.xml.factory.objects.AbstractObjectDescription | |
configure , convertPrimitiveClass , equals , getConfig , getDefinedParameterNames , getInstance , getObjectClass , getParameter , getParameterDefinition , getParameterNames , getUnconfiguredInstance , hashCode , setParameter , setParameterDefinition |
public DecimalFormatObjectDescription()
Creates a new object description.
public DecimalFormatObjectDescription(Class className)
Creates a new object description.
- Parameters:
className
- the class.
public DecimalFormatObjectDescription(Class className, boolean init)
Deprecated. should no longer be used...
Creates a new object description.
- Parameters:
className
- the class.init
- initialise
public Object createObject()
Creates an object (DecimalFormat
) based on this description.
- Specified by:
- createObject in interface ObjectDescription
- Overrides:
- createObject in interface BeanObjectDescription
- Returns:
- The object.
public void setParameterFromObject(Object o) throws ObjectFactoryException
Sets the parameters of this description object to match the supplied object.
- Specified by:
- setParameterFromObject in interface ObjectDescription
- Overrides:
- setParameterFromObject in interface BeanObjectDescription
- Parameters:
o
- the object (should be an instance ofDecimalFormat
).
- Throws:
ObjectFactoryException
- if there is a problem while reading the properties of the given object.