| java.lang.Object org.jfree.xml.generator.model.Comments
Comments | public class Comments (Code) | | A set of comments for a model.
|
Constructor Summary | |
public | Comments(String[] openTagComment, String[] closeTagComment) Creates a new set of comments. |
Comments | public Comments(String[] openTagComment, String[] closeTagComment)(Code) | | Creates a new set of comments.
Parameters: openTagComment - the open tag comment. Parameters: closeTagComment - the close tag comment. |
getCloseTagComment | public String[] getCloseTagComment()(Code) | | Returns the close tag comments.
The close tag comments. |
getOpenTagComment | public String[] getOpenTagComment()(Code) | | Returns the open tag comments.
The open tag comments. |
toString | public String toString()(Code) | | Returns a string representation of the set of comments.
A string. |
|
|