Uses of Class
org.jfree.xml.generator.model.Comments
Packages that use Comments
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
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 CommentsModifier and TypeMethodDescriptionprotected 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
Fields in org.jfree.xml.generator.model declared as CommentsModifier and TypeFieldDescriptionprivate Comments
ClassDescription.comments
The comments.private Comments
KeyDescription.comments
The comments.private Comments
ManualMappingInfo.comments
The comments.private Comments
MultiplexMappingInfo.comments
The comments.private Comments
TypeInfo.comments
Comments.private Comments
DescriptionModel.modelComments
Model comments.Methods in org.jfree.xml.generator.model that return CommentsModifier and TypeMethodDescriptionClassDescription.getComments()
Returns the comments for the class description.KeyDescription.getComments()
Returns the comments.ManualMappingInfo.getComments()
Returns the comments.MultiplexMappingInfo.getComments()
Returns the comments.TypeInfo.getComments()
Returns the comments for this type info.DescriptionModel.getIncludeComment
(String source) Returns the include comment for the specified source.DescriptionModel.getModelComments()
Returns the model comments.Methods in org.jfree.xml.generator.model with parameters of type CommentsModifier and TypeMethodDescriptionvoid
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.