Uses of Class
org.jfree.xml.generator.model.PropertyType
Packages that use PropertyType
Package
Description
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
-
Uses of PropertyType in org.jfree.xml.generator.model
Fields in org.jfree.xml.generator.model declared as PropertyTypeModifier and TypeFieldDescriptionstatic final PropertyTypePropertyType.ATTRIBUTEA property that is described using an attribute in the XML.static final PropertyTypePropertyType.ELEMENTA property that is described using an XML element.static final PropertyTypePropertyType.LOOKUPA property that is...private PropertyTypePropertyInfo.propertyTypeThe property type - indicates how the property is described in XML.Methods in org.jfree.xml.generator.model that return PropertyTypeMethods in org.jfree.xml.generator.model with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidPropertyInfo.setPropertyType(PropertyType propertyType) Sets the property type.