Package | Description |
---|---|
org.jfree.xml.generator.model |
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
|
Modifier and Type | Field and 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...
|
Modifier and Type | Method and Description |
---|---|
PropertyType |
PropertyInfo.getPropertyType()
Returns the property type.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyInfo.setPropertyType(PropertyType propertyType)
Sets the property type.
|
Copyright © 2001–2018 JFree.org. All rights reserved.