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(Writer writer,
Comments comments)
Writes the close comments from a set of comments.
|
protected void |
ModelWriter.writeOpenComment(Writer writer,
Comments comments)
Writes the open comments from a set of comments.
|
protected void |
ModelWriter.writeStandardComment(Writer writer,
Comments comments)
Writes a set of comments.
|
protected void |
ModelWriter.writeTag(Writer writer,
String tagName,
AttributeList attributes,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
protected void |
ModelWriter.writeTag(Writer writer,
String tagName,
String attribute,
String value,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
Modifier and Type | Method and Description |
---|---|
Comments |
TypeInfo.getComments()
Returns the comments for this type info.
|
Comments |
ManualMappingInfo.getComments()
Returns the comments.
|
Comments |
ClassDescription.getComments()
Returns the comments for the class description.
|
Comments |
MultiplexMappingInfo.getComments()
Returns the comments.
|
Comments |
KeyDescription.getComments()
Returns the comments.
|
Comments |
DescriptionModel.getIncludeComment(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(String source,
Comments comments)
Adds an include comment.
|
void |
TypeInfo.setComments(Comments comments)
Sets the comments for this type info.
|
void |
ManualMappingInfo.setComments(Comments comments)
Sets the comments.
|
void |
ClassDescription.setComments(Comments comments)
Sets the comments for the class description.
|
void |
MultiplexMappingInfo.setComments(Comments comments)
Sets the comments.
|
void |
KeyDescription.setComments(Comments comments)
Sets the comments.
|
void |
DescriptionModel.setModelComments(Comments modelComments)
Sets the model comments.
|
Copyright © 2001–2018 JFree.org. All rights reserved.