Uses of Class
org.jfree.xml.generator.model.PropertyType
-
Packages that use PropertyType Package Description org.jfree.xml.generator.model 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 PropertyType Modifier and Type Field Description static PropertyType
PropertyType. ATTRIBUTE
A property that is described using an attribute in the XML.static PropertyType
PropertyType. ELEMENT
A property that is described using an XML element.static PropertyType
PropertyType. LOOKUP
A property that is...Methods in org.jfree.xml.generator.model that return PropertyType Modifier and Type Method Description PropertyType
PropertyInfo. getPropertyType()
Returns the property type.Methods in org.jfree.xml.generator.model with parameters of type PropertyType Modifier and Type Method Description void
PropertyInfo. setPropertyType(PropertyType propertyType)
Sets the property type.
-