Package | Description |
---|---|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Field and Description |
---|---|
private ConstructorDefinition[] |
GenericObjectFactory.constructorDefinitions
Storage for the constructor definitions.
|
Modifier and Type | Method and Description |
---|---|
ConstructorDefinition[] |
GenericObjectFactory.getConstructorDefinitions()
Returns the constructor 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.
|