edu.stanford.nlp.parser.ui
Class TreeJPanel.WidthResult
java.lang.Object
edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
- Enclosing class:
- TreeJPanel
public static class TreeJPanel.WidthResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public final double width
nodeTab
public final double nodeTab
nodeCenter
public final double nodeCenter
childTab
public final double childTab
TreeJPanel.WidthResult
public TreeJPanel.WidthResult(double width,
double nodeTab,
double nodeCenter,
double childTab)
Stanford NLP Group