Uses of Class
org.jfree.xml.generator.model.Comments
-
Packages that use Comments 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. -
-
Uses of Comments in org.jfree.xml.generator
Methods in org.jfree.xml.generator with parameters of type Comments Modifier and Type Method 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, String attribute, String value, Comments comments)
Writes a closed (short) tag with eventually nested comments.protected void
ModelWriter. writeTag(Writer writer, String tagName, AttributeList attributes, Comments comments)
Writes a closed (short) tag with eventually nested comments. -
Uses of Comments in org.jfree.xml.generator.model
Methods in org.jfree.xml.generator.model that return Comments Modifier and Type Method Description Comments
ClassDescription. getComments()
Returns the comments for the class description.Comments
KeyDescription. getComments()
Returns the comments.Comments
ManualMappingInfo. getComments()
Returns the comments.Comments
MultiplexMappingInfo. getComments()
Returns the comments.Comments
TypeInfo. getComments()
Returns the comments for this type info.Comments
DescriptionModel. getIncludeComment(String source)
Returns the include comment for the specified source.Comments
DescriptionModel. getModelComments()
Returns the model comments.Methods in org.jfree.xml.generator.model with parameters of type Comments Modifier and Type Method Description void
DescriptionModel. addIncludeComment(String source, Comments comments)
Adds an include comment.void
ClassDescription. setComments(Comments comments)
Sets the comments for the class description.void
KeyDescription. setComments(Comments comments)
Sets the comments.void
ManualMappingInfo. setComments(Comments comments)
Sets the comments.void
MultiplexMappingInfo. setComments(Comments comments)
Sets the comments.void
TypeInfo. setComments(Comments comments)
Sets the comments for this type info.void
DescriptionModel. setModelComments(Comments modelComments)
Sets the model comments.
-