Interface | Description |
---|---|
Mapping<Key,Value> |
Essentially just a version of the Map interface used to associate
a key of a given type with a value of a given type, does impose a 1:1
relationship between keys and values and defines no method for insertion or deletion.
|
ZIndexable<ElementType> |
Encapsulates the concept of z-indexable objects; Each object is stored above or below each other object and may
be moved up and down in the queue relative to other elements in the hash or absolutely to the front or back of the queue.
|
Class | Description |
---|---|
AttrUtils |
Methods for applying styleable attributes.
|
Configurator |
Utility class for "configuring" objects via XML config files.
|
DisplayDimensions |
Convenience class for managing
BoxModel data |
FontUtils | |
ListOrganizer<ElementType> |
Utility class providing additional element organization operations.
|
PixelUtils | |
PlotStatistics |
!!! THIS CLASS IS STILL UNDER DEVELOPMENT AND MAY CONTAIN BUGS !!!
Gathers performance statistics from a Plot.
|
RectFUtils |
Convenience methods for dealing with
RectF |
Redrawer |
Utility class for invoking Plot.redraw() on a background thread
at a set frequency.
|
SeriesUtils |
Utilities for dealing with Series data.
|
ValPixConverter |
Utility methods for converting pixel coordinates into real values and vice versa.
|
ZHash<KeyType,ValueType> |
An implementation of
ZIndexable . |
ZLinkedList<Type> |