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.writeCloseComment(java.io.Writer writer,
Comments comments)
Writes the close comments from a set of comments.
|
protected void |
ModelWriter.writeOpenComment(java.io.Writer writer,
Comments comments)
Writes the open comments from a set of comments.
|
protected void |
ModelWriter.writeStandardComment(java.io.Writer writer,
Comments comments)
Writes a set of comments.
|
protected void |
ModelWriter.writeTag(java.io.Writer writer,
java.lang.String tagName,
AttributeList attributes,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
protected void |
ModelWriter.writeTag(java.io.Writer writer,
java.lang.String tagName,
java.lang.String attribute,
java.lang.String value,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
Modifier and Type | Field and Description |
---|---|
private Comments |
TypeInfo.comments
Comments.
|
private Comments |
MultiplexMappingInfo.comments
The comments.
|
private Comments |
ManualMappingInfo.comments
The comments.
|
private Comments |
KeyDescription.comments
The comments.
|
private Comments |
ClassDescription.comments
The comments.
|
private Comments |
DescriptionModel.modelComments
Model comments.
|
Modifier and Type | Method and Description |
---|---|
Comments |
TypeInfo.getComments()
Returns the comments for this type info.
|
Comments |
MultiplexMappingInfo.getComments()
Returns the comments.
|
Comments |
ManualMappingInfo.getComments()
Returns the comments.
|
Comments |
KeyDescription.getComments()
Returns the comments.
|
Comments |
ClassDescription.getComments()
Returns the comments for the class description.
|
Comments |
DescriptionModel.getIncludeComment(java.lang.String source)
Returns the include comment for the specified source.
|
Comments |
DescriptionModel.getModelComments()
Returns the model comments.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptionModel.addIncludeComment(java.lang.String source,
Comments comments)
Adds an include comment.
|
void |
TypeInfo.setComments(Comments comments)
Sets the comments for this type info.
|
void |
MultiplexMappingInfo.setComments(Comments comments)
Sets the comments.
|
void |
ManualMappingInfo.setComments(Comments comments)
Sets the comments.
|
void |
KeyDescription.setComments(Comments comments)
Sets the comments.
|
void |
ClassDescription.setComments(Comments comments)
Sets the comments for the class description.
|
void |
DescriptionModel.setModelComments(Comments modelComments)
Sets the model comments.
|