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 | Field and Description |
---|---|
private ClassDescription |
DefaultModelReader.currentClassDescription
The class description under construction.
|
Modifier and Type | Method and Description |
---|---|
private ClassDescription |
ModelBuilder.createClassDescription(java.beans.BeanInfo beanInfo,
ClassDescription parent)
Creates a
ClassDescription object for the specified bean info. |
Modifier and Type | Method and Description |
---|---|
private ClassDescription |
ModelBuilder.createClassDescription(java.beans.BeanInfo beanInfo,
ClassDescription parent)
Creates a
ClassDescription object for the specified bean info. |
protected void |
ModelWriter.writeClassDescription(java.io.Writer writer,
ClassDescription cd)
Writes a class description.
|
Modifier and Type | Method and Description |
---|---|
ClassDescription |
DescriptionModel.get(java.lang.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.
|