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 | Class and Description |
---|---|
class |
IgnoredPropertyInfo
Represents an ignored property.
|
class |
IndexedPropertyInfo
Indexed property info.
|
class |
PropertyInfo
Information about a property.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo[] |
MultiplexMappingInfo.getChildClasses()
Returns the child classes.
|
TypeInfo[] |
ClassDescription.getConstructorDescription()
Returns the constructor descriptions.
|
TypeInfo[] |
KeyDescription.getParameters()
Returns the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiplexMappingInfo.setChildClasses(TypeInfo[] childClasses)
Sets the child classes.
|
void |
ClassDescription.setConstructorDescription(TypeInfo[] constructorDescription)
Sets the constructor description.
|
Constructor and Description |
---|
KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.
|
Copyright © 2001–2018 JFree.org. All rights reserved.