Package | Description |
---|---|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Field and Description |
---|---|
private AttributeDefinition[] |
GenericObjectFactory.attributeDefinitions
Storage for the attribute definitions.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition[] |
GenericObjectFactory.getAttributeDefinitions()
Returns the attribute definitions.
|
Constructor and Description |
---|
GenericObjectFactory(java.lang.Class c,
java.lang.String registerName,
ConstructorDefinition[] constructors,
PropertyDefinition[] propertyDefinitions,
LookupDefinition[] lookupDefinitions,
AttributeDefinition[] attributeDefinitions,
java.lang.String[] orderedPropertyNames)
Creates a new generic object factory.
|