public class TreeStyle extends Object
TreeStyles class.TreeStyles| Constructor and Description |
|---|
TreeStyle(String pIndent,
String pJunction,
String pLastJunction,
String pAnnotationStart,
String pAnnotationEnd,
String pCalloutStart,
String pCalloutEnd)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationEnd() |
String |
getAnnotationStart() |
String |
getBlankIndent() |
String |
getCalloutEnd() |
String |
getCalloutStart() |
String |
getIndent() |
String |
getJunction() |
String |
getLastJunction() |
public TreeStyle(String pIndent, String pJunction, String pLastJunction, String pAnnotationStart, String pAnnotationEnd, String pCalloutStart, String pCalloutEnd)
pIndent - the text fragment used for continuing a higher level to the left of the current nodepJunction - the text fragment for a junction in the tree (a child node)pLastJunction - text text fragment for a junction which is the last in its node (the last child of a node)pAnnotationStart - text fragment printed in front of an annotation, normally an opening parenthesispAnnotationEnd - text fragment printed after the end of an annotation, normally a closing parenthesispCalloutStart - text fragment printed in front of a callout, normally an opening angle bracketpCalloutEnd - text fragment printed after the end of a callout, normally a closing angle bracketTreeStyles