Uses of Class
org.jfree.xml.util.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.jfree.xml.util Utility classes for the XML framework. -
-
Uses of AttributeDefinition in org.jfree.xml.util
Methods in org.jfree.xml.util that return AttributeDefinition Modifier and Type Method Description AttributeDefinition[]
GenericObjectFactory. getAttributeDefinitions()
Returns the attribute definitions.Constructors in org.jfree.xml.util with parameters of type AttributeDefinition Constructor Description GenericObjectFactory(Class c, String registerName, ConstructorDefinition[] constructors, PropertyDefinition[] propertyDefinitions, LookupDefinition[] lookupDefinitions, AttributeDefinition[] attributeDefinitions, String[] orderedPropertyNames)
Creates a new generic object factory.
-