Uses of Class
net.sourceforge.olduvai.accordiondrawer.DrawableRange

Packages that use DrawableRange
net.sourceforge.olduvai.accordiondrawer   
net.sourceforge.olduvai.treejuxtaposer.drawer   
 

Uses of DrawableRange in net.sourceforge.olduvai.accordiondrawer
 

Methods in net.sourceforge.olduvai.accordiondrawer with parameters of type DrawableRange
abstract  void AccordionDrawer.drawGeom(CellGeom cg, DrawableRange r)
          Draws a single geom.
abstract  void AccordionDrawer.drawRange(DrawableRange r)
          Draws a range of geoms by a DrawableRange object (see DrawableRange): - TJ draws a range of leaf nodes, and ascends to the root - SJ draws a range of marked nodes, or a column range of site nodes
 

Uses of DrawableRange in net.sourceforge.olduvai.treejuxtaposer.drawer
 

Subclasses of DrawableRange in net.sourceforge.olduvai.treejuxtaposer.drawer
 class RangeInTree
          A class representing a range (ordered pair (min,max)) of TreeNode indices in a Tree.
 

Methods in net.sourceforge.olduvai.treejuxtaposer.drawer with parameters of type DrawableRange
 void AccordionTreeDrawer.drawGeom(CellGeom cg, DrawableRange r)
          Draws a geometric object (treenode here) within a containing cell A node is drawn when it's larger than some ratio of block value, as determined from the drawRange function, or when a node is marked individually, such as mouse over highlighting or single node marking
 void AccordionTreeDrawer.drawRange(DrawableRange r)
          Draw a given range.