Package | Description |
---|---|
org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
org.jfree.xml.generator.model |
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
ModelBuilder.createSimplePropertyInfo(PropertyDescriptor pd)
Creates a
PropertyInfo object from a PropertyDescriptor . |
Modifier and Type | Class and Description |
---|---|
class |
IgnoredPropertyInfo
Represents an ignored property.
|
class |
IndexedPropertyInfo
Indexed property info.
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo[] |
ClassDescription.getProperties()
Returns the info about properties.
|
PropertyInfo |
ClassDescription.getProperty(String name)
Returns a property.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescription.setProperties(PropertyInfo[] properties)
Sets the info about the class properties.
|
Copyright © 2001–2018 JFree.org. All rights reserved.