org.basex.gui.view.tree
Class TreeCaching

java.lang.Object
  extended by org.basex.gui.view.tree.TreeCaching
All Implemented Interfaces:
TreeViewOptions

public class TreeCaching
extends Object
implements TreeViewOptions

This class determines nodes per level and caches them.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Wolfgang Miller

Field Summary
 int maxLevel
          Document depth.
 TreeRect[][][] rects
          Saved rectangles.
 
Fields inherited from interface org.basex.gui.view.tree.TreeViewOptions
BORDER_PADDING, BORDER_RECTANGLES, CHANGE_COLOR_TILL, DRAW_HIGHLIGHT, DRAW_RECTANGLE, FILL_PADDING, FILL_RECTANGLES, MAXIMUM_LEVEL_DISTANCE, MIN_SPACE, MINIMUM_LEVEL_DISTANCE, MINIMUM_NODE_HEIGHT, ONLY_ELEMENT_NODES, SHOW_ANCESTORS, SHOW_DESCENDANTS, SHOW_EXTRA_INFO, SLIM_TO_TEXT, TOP_MARGIN, USE_CHILDITERATOR
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxLevel

public int maxLevel
Document depth.


rects

public TreeRect[][][] rects
Saved rectangles.