Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.generator.model.Comments
public class Comments
extends java.lang.Object
Constructor 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.