| Interface | Description |
|---|---|
| BoxModelable |
Defines the properties of a BoxModel as used
by Androidplot.
|
| Resizable |
Used by classes that depend on dimensional values to lay themselves out and draw.
|
| Class | Description |
|---|---|
| BoxModel |
Convenience implementation of
BoxModelable. |
| DynamicTableModel |
Encapsulates the visual aspects of a table; number of rows and columns
and the height and width in pixels of each element within the table.
|
| FixedTableModel | |
| Formatter<PlotType extends Plot> |
Base class of all Formatters.
|
| HorizontalPosition | |
| Insets |
A set of insets for a rect space.
|
| LayoutManager | |
| PositionMetric<LayoutType extends java.lang.Enum> | |
| PositionMetrics | |
| RenderBundle<RenderBundleType extends RenderBundle,SeriesType extends Series,SeriesFormatterType extends XYSeriesFormatter> | |
| RenderStack<SeriesType extends Series,FormatterType extends Formatter> |
A stack of series to be rendered.
|
| SeriesBundle<SeriesType extends Series,FormatterType extends Formatter> |
Defines a relationship between a Series instance and other elements needed to unique render that instance
such as a Formatter etc.
|
| SeriesRenderer<PlotType extends Plot,SeriesType extends Series,SeriesFormatterType extends Formatter> | |
| Size |
Defines physical dimensions & scaling characteristics
|
| SizeMetric |
Encapsulates a sizing algorithm and an associated value.
|
| TableModel | |
| VerticalPosition |
| Enum | Description |
|---|---|
| Anchor |
Enumeration of possible anchor positions that a
Widget can use. |
| HorizontalPositioning | |
| PositionMetric.LayoutMode | |
| PositionMetric.Origin | |
| SizeMode |
Algorithms available for calculating an arbitrary dimension of a widget.
|
| TableModel.Axis | |
| TableModel.CellSizingMethod | |
| TableOrder | |
| TableSizingMethod |
The sizing methods available to a table.
|
| TextOrientation | |
| VerticalPositioning |