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

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

Uses of StaticSplitLine in net.sourceforge.olduvai.accordiondrawer
 

Methods in net.sourceforge.olduvai.accordiondrawer that return StaticSplitLine
 StaticSplitLine[] StaticSplitLine.getBounds(SplitAxis axis)
          Get the bounds of this split line in the given axis, which are the parent and offparent.
 StaticSplitLine StaticSplitLine.getOffParentBound()
          Get the off-parent object, as a StaticSplitLine.
static StaticSplitLine StaticSplitLine.getOverlapStaticSplitCell(java.util.TreeSet searchTree, StaticSplitLine input, SplitAxis axis)
          Returns a SplitLine whose absoluteValue is either equal to the input SplitLine's absoluteValue, or is the closest SplitLine less than the input SplitLine's absoluteValue.
 StaticSplitLine StaticSplitLine.getStaticParent()
          Get the parent object, as a StaticSplitLine.
 

Methods in net.sourceforge.olduvai.accordiondrawer with parameters of type StaticSplitLine
 int[] SplitAxis.computeBoundIndices(StaticSplitLine currRoot)
          Gets the indices for the bounds of the given split line
static StaticSplitLine StaticSplitLine.getOverlapStaticSplitCell(java.util.TreeSet searchTree, StaticSplitLine input, SplitAxis axis)
          Returns a SplitLine whose absoluteValue is either equal to the input SplitLine's absoluteValue, or is the closest SplitLine less than the input SplitLine's absoluteValue.
private  void SplitAxis.initStaticSplitSubtree(StaticSplitLine currRoot)
          Recursively initialize binary tree structure.
 

Uses of StaticSplitLine in net.sourceforge.olduvai.treejuxtaposer
 

Methods in net.sourceforge.olduvai.treejuxtaposer with parameters of type StaticSplitLine
private  int[] TreeJuxtaposer.getStaticSeedBounds(StaticSplitLine sl, int maxSplitIndex)
          Get the split line boundaries for the given split line, properly ordered in the return value [min, max].
 

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

Methods in net.sourceforge.olduvai.treejuxtaposer.drawer that return StaticSplitLine
private  StaticSplitLine AccordionTreeDrawer.getMaxLineX(java.util.ArrayList children)
          Helper function for AccordionTreeDrawer.buildCells(JProgressBar).
 

Methods in net.sourceforge.olduvai.treejuxtaposer.drawer with parameters of type StaticSplitLine
private  void AccordionTreeDrawer.updateMinLineX(java.util.ArrayList children, StaticSplitLine newMinLine)
          Helper function for AccordionTreeDrawer.buildCells(JProgressBar).