| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.generator.model.Commentspublic class Commentsextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
String[] |
|
String[] |
|
String |
|
public Comments(String[] openTagComment, String[] closeTagComment)
Creates a new set of comments.
- Parameters:
openTagComment- the open tag comment.closeTagComment- the close tag comment.
public String[] getCloseTagComment()
Returns the close tag comments.
- Returns:
- The close tag comments.
public String[] getOpenTagComment()
Returns the open tag comments.
- Returns:
- The open tag comments.
public String toString()
Returns a string representation of the set of comments.
- Returns:
- A string.