Package com.androidplot.util
See: Description
-
Class Summary Class Description LinkedLayerList A implementation of Layerable backed by a LinkedList. SeriesUtils Utilities for dealing with Series data. DisplayDimensions Convenience class for managing com.androidplot.ui.BoxModel data APTrace Wraps Trace to provide API-safe methods as well as an easy target for runtime removal via obfuscation. FontUtils PlotStatistics !!! PixelUtils Redrawer Utility class for invoking Plot.redraw() on a background thread at a set frequency. LayerListOrganizer Utility class providing additional element organization operations. RectFUtils Convenience methods for dealing with android.graphics.RectF LayerHash An implementation of Layerable. AttrUtils Methods for applying styleable attributes. FastNumber An extension of Number optimized for speed at the cost of memory. -
Interface Summary Interface Description Mapping 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. Layerable 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.