Uses of Class
org.jfree.xml.generator.model.PropertyInfo
-
Packages that use PropertyInfo 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. -
-
Uses of PropertyInfo in org.jfree.xml.generator
Methods in org.jfree.xml.generator that return PropertyInfo Modifier and Type Method Description PropertyInfo
ModelBuilder. createSimplePropertyInfo(PropertyDescriptor pd)
Creates aPropertyInfo
object from aPropertyDescriptor
. -
Uses of PropertyInfo in org.jfree.xml.generator.model
Subclasses of PropertyInfo in org.jfree.xml.generator.model Modifier and Type Class Description class
IgnoredPropertyInfo
Represents an ignored property.class
IndexedPropertyInfo
Indexed property info.Methods in org.jfree.xml.generator.model that return PropertyInfo Modifier and Type Method Description PropertyInfo[]
ClassDescription. getProperties()
Returns the info about properties.PropertyInfo
ClassDescription. getProperty(String name)
Returns a property.Methods in org.jfree.xml.generator.model with parameters of type PropertyInfo Modifier and Type Method Description void
ClassDescription. setProperties(PropertyInfo[] properties)
Sets the info about the class properties.
-