Uses of Package
net.sourceforge.olduvai.accordiondrawer

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

Classes in net.sourceforge.olduvai.accordiondrawer used by net.sourceforge.olduvai.accordiondrawer
AbstractRangeList
          This class represents a list of ranges along ONE axis.
AccordionDrawer
          An abstract class representing a two dimensional rectangular grid on which any geometric shape can be drawn.
CellGeom
          This interface represents an object that goes inside of a single cell defined by four split Lines (left, right, top, bottom) which are available in the GridCell for this object.
DrawableRange
          A drawable range represents a range of objects on a given axis.
FontWrapper
          This is a wrapper to the jFTGL library intended to present an interface compatible with the older BitmapFont library.
GridCell
          A class representing a cell, which is a rectangular region between 2 pairs of split lines in an Accordion Drawer.
InteractionBox
          Draw and cache information about an onscreen rubberband box.
LabelBox
          Axis-aligned bounding box class for label drawing.
SplitAxis
          A SplitAxis object represents either the X or Y axis of accordionDrawer (set using the horizontal boolean).
SplitAxis.Debug
          Internal class for debugging the split axis class.
SplitAxis.MovingSplitLine
          Wrapper class for storing end position and Split line state for a moving split line.
SplitLine
          An instance of a SplitLine.
StaticSplitLine
           
 

Classes in net.sourceforge.olduvai.accordiondrawer used by net.sourceforge.olduvai.treejuxtaposer
AccordionDrawer
          An abstract class representing a two dimensional rectangular grid on which any geometric shape can be drawn.
CellGeom
          This interface represents an object that goes inside of a single cell defined by four split Lines (left, right, top, bottom) which are available in the GridCell for this object.
InteractionBox
          Draw and cache information about an onscreen rubberband box.
StaticSplitLine
           
 

Classes in net.sourceforge.olduvai.accordiondrawer used by net.sourceforge.olduvai.treejuxtaposer.drawer
AbstractRangeList
          This class represents a list of ranges along ONE axis.
AccordionDrawer
          An abstract class representing a two dimensional rectangular grid on which any geometric shape can be drawn.
CellGeom
          This interface represents an object that goes inside of a single cell defined by four split Lines (left, right, top, bottom) which are available in the GridCell for this object.
DrawableRange
          A drawable range represents a range of objects on a given axis.
GridCell
          A class representing a cell, which is a rectangular region between 2 pairs of split lines in an Accordion Drawer.
InteractionBox
          Draw and cache information about an onscreen rubberband box.
LabelBox
          Axis-aligned bounding box class for label drawing.
SplitAxis
          A SplitAxis object represents either the X or Y axis of accordionDrawer (set using the horizontal boolean).
SplitLine
          An instance of a SplitLine.
StaticSplitAxis
          Static hook class for static split lines, as those used by TreeJuxtaposer are not dynamic for optimal performance.
StaticSplitLine