|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||