| Package | Description |
|---|---|
| org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
| org.jfree.xml.generator.model |
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelWriter.writeClassDescription(Writer writer,
ClassDescription cd)
Writes a class description.
|
| Modifier and Type | Method and Description |
|---|---|
ClassDescription |
DescriptionModel.get(Class key)
Returns a class description for the given class name.
|
ClassDescription |
DescriptionModel.get(int index)
Returns a class description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptionModel.addClassDescription(ClassDescription cd)
Adds a class description to the model.
|
void |
DescriptionModel.removeClassDescription(ClassDescription cd)
Removes a class description from the model.
|
Copyright © 2009-2012 jtstand.com. All Rights Reserved.