JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.xml.generator.model.PropertyType

Packages that use PropertyType
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
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
 PropertyType PropertyInfo.getPropertyType()
          Returns the property type.
 

Methods in org.jfree.xml.generator.model with parameters of type PropertyType
 void PropertyInfo.setPropertyType(PropertyType propertyType)
          Sets the property type.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.