Interface | Description |
---|---|
Layerable<ElementType> |
Encapsulates the concept of "layerable" 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.
|
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.
|
Class | Description |
---|---|
APTrace |
Wraps
Trace to provide API-safe methods as well as an easy target for runtime removal
via obfuscation. |
AttrUtils |
Methods for applying styleable attributes.
|
DisplayDimensions |
Convenience class for managing
BoxModel data |
FastNumber |
An extension of
Number optimized for speed at the cost of memory. |
FontUtils | |
LayerHash<KeyType,ValueType> |
An implementation of
Layerable . |
LayerListOrganizer<ElementType> |
Utility class providing additional element organization operations.
|
LinkedLayerList<Type> |
A implementation of
Layerable backed by a LinkedList . |
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.
|