Package | Description |
---|---|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByPropertyName(String propertyName)
Returns the property definition for the specified property name.
|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByTagName(String tagName)
Returns a property definition for the specified tag name.
|
PropertyDefinition[] |
GenericObjectFactory.getPropertyDefinitions()
Returns the property definitions.
|
Constructor and Description |
---|
GenericObjectFactory(Class c,
String registerName,
ConstructorDefinition[] constructors,
PropertyDefinition[] propertyDefinitions,
LookupDefinition[] lookupDefinitions,
AttributeDefinition[] attributeDefinitions,
String[] orderedPropertyNames)
Creates a new generic object factory.
|
Copyright © 2001–2018 JFree.org. All rights reserved.