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()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public double width

nodeTab

public double nodeTab

nodeCenter

public double nodeCenter

childTab

public double childTab
Constructor Detail

TreeJPanel.WidthResult

public TreeJPanel.WidthResult()


Stanford NLP Group