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 voidModelWriter. writeCloseComment(java.io.Writer writer, Comments comments)Writes the close comments from a set of comments.protected voidModelWriter. writeOpenComment(java.io.Writer writer, Comments comments)Writes the open comments from a set of comments.protected voidModelWriter. writeStandardComment(java.io.Writer writer, Comments comments)Writes a set of comments.protected voidModelWriter. 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.protected voidModelWriter. writeTag(java.io.Writer writer, java.lang.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 Comments Modifier and Type Field Description private CommentsClassDescription. commentsThe comments.private CommentsKeyDescription. commentsThe comments.private CommentsManualMappingInfo. commentsThe comments.private CommentsMultiplexMappingInfo. commentsThe comments.private CommentsTypeInfo. commentsComments.private CommentsDescriptionModel. modelCommentsModel comments.Methods in org.jfree.xml.generator.model that return Comments Modifier and Type Method Description CommentsClassDescription. getComments()Returns the comments for the class description.CommentsKeyDescription. getComments()Returns the comments.CommentsManualMappingInfo. getComments()Returns the comments.CommentsMultiplexMappingInfo. getComments()Returns the comments.CommentsTypeInfo. getComments()Returns the comments for this type info.CommentsDescriptionModel. getIncludeComment(java.lang.String source)Returns the include comment for the specified source.CommentsDescriptionModel. getModelComments()Returns the model comments.Methods in org.jfree.xml.generator.model with parameters of type Comments Modifier and Type Method Description voidDescriptionModel. addIncludeComment(java.lang.String source, Comments comments)Adds an include comment.voidClassDescription. setComments(Comments comments)Sets the comments for the class description.voidKeyDescription. setComments(Comments comments)Sets the comments.voidManualMappingInfo. setComments(Comments comments)Sets the comments.voidMultiplexMappingInfo. setComments(Comments comments)Sets the comments.voidTypeInfo. setComments(Comments comments)Sets the comments for this type info.voidDescriptionModel. setModelComments(Comments modelComments)Sets the model comments.
-