edu.stanford.nlp.parser.ui
Class TreeJPanel.WidthResult

java.lang.Object
  extended by edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
Enclosing class:
TreeJPanel

public static class TreeJPanel.WidthResult
extends Object


Field Summary
 double childTab
           
 double nodeCenter
           
 double nodeTab
           
 double width
           
 
Constructor Summary
TreeJPanel.WidthResult(double width, double nodeTab, double nodeCenter, double childTab)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public final double width

nodeTab

public final double nodeTab

nodeCenter

public final double nodeCenter

childTab

public final double childTab
Constructor Detail

TreeJPanel.WidthResult

public TreeJPanel.WidthResult(double width,
                              double nodeTab,
                              double nodeCenter,
                              double childTab)


Stanford NLP Group