|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRangeList | |
---|---|
net.sourceforge.olduvai.accordiondrawer | |
net.sourceforge.olduvai.treejuxtaposer.drawer |
Uses of AbstractRangeList in net.sourceforge.olduvai.accordiondrawer |
---|
Fields in net.sourceforge.olduvai.accordiondrawer declared as AbstractRangeList | |
---|---|
protected AbstractRangeList |
DrawableRange.group
The group that this range is within, if applicable. |
Methods in net.sourceforge.olduvai.accordiondrawer that return AbstractRangeList | |
---|---|
abstract AbstractRangeList |
AbstractRangeList.flipRangeToShrink(int xy,
AccordionDrawer ad)
Reverses the ranges so we may grow the unselected ranges, performing a shrink on the selected ranges. |
AbstractRangeList |
DrawableRange.getGroup()
Group accessor for the range. |
abstract AbstractRangeList |
AbstractRangeList.onlyThisAD(AccordionDrawer d)
Cuts the ranges into a subset of only ranges in the given drawer. |
Methods in net.sourceforge.olduvai.accordiondrawer with parameters of type AbstractRangeList | |
---|---|
private SplitLine[] |
SplitAxis.createIndexRanges(AbstractRangeList group)
Helper function for resizeForest. |
void |
SplitAxis.resizeForest(AbstractRangeList group,
int numSteps,
java.util.Hashtable newToMove,
double inflateIncr)
Resize the group by the inflation increment, in the given number of steps, and add the transitions to the hashtable for successive redraws. |
void |
DrawableRange.setGroup(AbstractRangeList group)
Mutator for DrawableRange.group , the group for this range. |
Uses of AbstractRangeList in net.sourceforge.olduvai.treejuxtaposer.drawer |
---|
Subclasses of AbstractRangeList in net.sourceforge.olduvai.treejuxtaposer.drawer | |
---|---|
class |
RangeList
A class representing a list of RangeInTrees. |
Methods in net.sourceforge.olduvai.treejuxtaposer.drawer that return AbstractRangeList | |
---|---|
AbstractRangeList |
RangeList.flipRangeToShrink(int xy,
AccordionDrawer ad)
Invert this range list to perform a shrink operation (which is actually a grow on the unmarked ranges). |
AbstractRangeList |
RangeList.onlyThisAD(AccordionDrawer d)
Prune the range list and return only a range list of ranges for the given drawer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |