|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.model.Comments
public class Comments
A set of comments for a model.
Constructor Summary | |
---|---|
Comments(String[] openTagComment,
String[] closeTagComment)
Creates a new set of comments. |
Method Summary | |
---|---|
String[] |
getCloseTagComment()
Returns the close tag comments. |
String[] |
getOpenTagComment()
Returns the open tag comments. |
String |
toString()
Returns a string representation of the set of comments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Comments(String[] openTagComment, String[] closeTagComment)
openTagComment
- the open tag comment.closeTagComment
- the close tag comment.Method Detail |
---|
public String[] getOpenTagComment()
public String[] getCloseTagComment()
public String toString()
toString
in class Object
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |