public class SharedTreeSubgraph
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
fontSize |
java.lang.String |
name |
java.util.ArrayList<SharedTreeNode> |
nodesArray |
int |
nPlaces |
SharedTreeNode |
rootNode |
boolean |
setDecimalPlaces |
int |
subgraphNumber |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
setDecimalPlace(int nplaces) |
void |
setFontSize(int fontsize) |
java.lang.String |
toString() |
SharedTreeNode |
walkNodes(java.lang.String path) |
public final int subgraphNumber
public final java.lang.String name
public SharedTreeNode rootNode
public int fontSize
public boolean setDecimalPlaces
public int nPlaces
public java.util.ArrayList<SharedTreeNode> nodesArray
public void setDecimalPlace(int nplaces)
public void setFontSize(int fontsize)
public SharedTreeNode walkNodes(java.lang.String path)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object