Uses of Class
org.jfree.xml.generator.model.PropertyInfo
Packages that use PropertyInfo
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
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 PropertyInfoModifier and TypeMethodDescriptionModelBuilder.createSimplePropertyInfo
(PropertyDescriptor pd) Creates aPropertyInfo
object from aPropertyDescriptor
.Methods in org.jfree.xml.generator with parameters of type PropertyInfoModifier and TypeMethodDescriptionprivate void
ModelWriter.writePropertyInfo
(Writer writer, PropertyInfo ipi) Writes a property info element. -
Uses of PropertyInfo in org.jfree.xml.generator.model
Subclasses of PropertyInfo in org.jfree.xml.generator.modelModifier and TypeClassDescriptionclass
Represents an ignored property.class
Indexed property info.Fields in org.jfree.xml.generator.model declared as PropertyInfoModifier and TypeFieldDescriptionprivate PropertyInfo[]
ClassDescription.properties
Storage for info about properties.Methods in org.jfree.xml.generator.model that return PropertyInfoModifier and TypeMethodDescriptionClassDescription.getProperties()
Returns the info about properties.ClassDescription.getProperty
(String name) Returns a property.Methods in org.jfree.xml.generator.model with parameters of type PropertyInfoModifier and TypeMethodDescriptionvoid
ClassDescription.setProperties
(PropertyInfo[] properties) Sets the info about the class properties.