Class Summary |
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. |
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). |
SplitAxisTest |
Test class for Split Axis debugging. |
SplitLine |
An instance of a SplitLine. |
SplitTransition |
A class that helps compute coordinates for smooth animated transitions. |
StaticSplitAxis |
Static hook class for static split lines, as those used by TreeJuxtaposer are not dynamic for optimal performance. |
StaticSplitLine |
|