|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassDescription | |
|---|---|
| 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. |
| Uses of ClassDescription in org.jfree.xml.generator |
|---|
| Methods in org.jfree.xml.generator with parameters of type ClassDescription | |
|---|---|
protected void |
ModelWriter.writeClassDescription(Writer writer,
ClassDescription cd)
Writes a class description. |
| Uses of ClassDescription in org.jfree.xml.generator.model |
|---|
| Methods in org.jfree.xml.generator.model that return ClassDescription | |
|---|---|
ClassDescription |
DescriptionModel.get(Class key)
Returns a class description for the given class name. |
ClassDescription |
DescriptionModel.get(int index)
Returns a class description. |
| Methods in org.jfree.xml.generator.model with parameters of type ClassDescription | |
|---|---|
void |
DescriptionModel.addClassDescription(ClassDescription cd)
Adds a class description to the model. |
void |
DescriptionModel.removeClassDescription(ClassDescription cd)
Removes a class description from the model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||