Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

A

add(PointF, PointF) - Static method in class com.androidplot.util.PixelUtils
 
addAxisValueLabelRegion(RectRegion, AxisValueLabelFormatter) - Method in class com.androidplot.xy.XYGraphWidget
Add a new Region used for rendering axis valuelabels.
addDomainAxisValueLabelRegion(double, double, AxisValueLabelFormatter) - Method in class com.androidplot.xy.XYGraphWidget
Convenience method - wraps addAxisValueLabelRegion, using Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off range axis value labels.
addFirst(Number, Number) - Method in class com.androidplot.xy.SimpleXYSeries
 
addLast(Number, Number) - Method in class com.androidplot.xy.SimpleXYSeries
 
addListener(PlotListener) - Method in class com.androidplot.Plot
 
addMarker(YValueMarker) - Method in class com.androidplot.xy.XYPlot
Appends the specified marker to the end of plot's yValueMarkers list.
addMarker(XValueMarker) - Method in class com.androidplot.xy.XYPlot
Appends the specified marker to the end of plot's xValueMarkers list.
addRangeAxisValueLabelRegion(double, double, AxisValueLabelFormatter) - Method in class com.androidplot.xy.XYGraphWidget
Convenience method - wraps addAxisValueLabelRegion, using Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off domain axis value labels.
addRegion(RectRegion, XYRegionFormatterType) - Method in class com.androidplot.xy.XYSeriesFormatter
 
addSegment(Segment, SegmentFormatter) - Method in class com.androidplot.pie.PieChart
 
addSeries(SeriesType, FormatterType) - Method in class com.androidplot.Plot
Add a new Series to the Plot.
addToBottom(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
addToBottom(KeyType, ValueType) - Method in class com.androidplot.util.ZHash
If key already exists within the structure, it's value is replaced with the new value and it's existing order is maintained.
addToBottom(Type) - Method in class com.androidplot.util.ZLinkedList
 
addToTop(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
addToTop(KeyType, ValueType) - Method in class com.androidplot.util.ZHash
If key already exists within the structure, it's value is replaced with the new value and it's existing order is maintained.
addToTop(Type) - Method in class com.androidplot.util.ZLinkedList
 
AnchorPosition - Enum in com.androidplot.ui
Enumeration of possible anchor positions that a Widget can use.
appendToPath(Path, PointF, PointF) - Method in class com.androidplot.xy.LineAndPointRenderer
This method exists for StepRenderer to override without having to duplicate any additional code.
appendToPath(Path, PointF, PointF) - Method in class com.androidplot.xy.StepRenderer
 
areIdentical(RectF, RectF) - Static method in class com.androidplot.util.RectFUtils
Determine if two RectF instances are equal.
argArrToString(Object[]) - Static method in class com.androidplot.util.Configurator
 
AttrUtils - Class in com.androidplot.util
Methods for applying styleable attributes.
AttrUtils() - Constructor for class com.androidplot.util.AttrUtils
 
AxisValueLabelFormatter - Class in com.androidplot.xy
 
AxisValueLabelFormatter(int) - Constructor for class com.androidplot.xy.AxisValueLabelFormatter
 

B

Bar(XYSeries, FormatterType, int, RectF) - Constructor for class com.androidplot.xy.BarRenderer.Bar
 
BarComparator() - Constructor for class com.androidplot.xy.BarRenderer.BarComparator
 
BarFormatter - Class in com.androidplot.xy
 
BarFormatter() - Constructor for class com.androidplot.xy.BarFormatter
Should only be used in conjunction with calls to configure()...
BarFormatter(int, int) - Constructor for class com.androidplot.xy.BarFormatter
 
barGroup - Variable in class com.androidplot.xy.BarRenderer.Bar
 
BarRenderer<FormatterType extends BarFormatter> - Class in com.androidplot.xy
Renders the points in an XYSeries as bars.
BarRenderer(XYPlot) - Constructor for class com.androidplot.xy.BarRenderer
 
BarRenderer.Bar - Class in com.androidplot.xy
 
BarRenderer.BarComparator - Class in com.androidplot.xy
 
BarRenderer.BarRenderStyle - Enum in com.androidplot.xy
 
BarRenderer.BarWidthStyle - Enum in com.androidplot.xy
 
BoundaryMode - Enum in com.androidplot.xy
 
BoxModel - Class in com.androidplot.ui
Convenience implementation of BoxModelable.
BoxModel() - Constructor for class com.androidplot.ui.BoxModel
Default with 0 for all padding / margin values
BoxModel(float, float, float, float, float, float, float, float) - Constructor for class com.androidplot.ui.BoxModel
 
BoxModelable - Interface in com.androidplot.ui
Encapsulates the functionality of a BoxModel.

C

calculateLineEnd(float, float, float, float) - Method in class com.androidplot.pie.PieRenderer
 
calculateLineEnd(PointF, float, float) - Method in class com.androidplot.pie.PieRenderer
 
calculateMinMaxVals() - Method in class com.androidplot.xy.XYPlot
 
calculateScale(double[]) - Method in class com.androidplot.pie.PieRenderer
Determines how many counts there are per cent of whatever the pie chart is displaying as a fraction, 1 being 100%.
canvasRect - Variable in class com.androidplot.util.DisplayDimensions
 
CatmullRomInterpolator - Class in com.androidplot.xy
A primitive implementation of Catmull-Rom interpolation, based on the information found at: http://stackoverflow.com/questions/9489736/catmull-rom-curve-with-no-cusps-and-no-self-intersections/19283471#19283471
CatmullRomInterpolator() - Constructor for class com.androidplot.xy.CatmullRomInterpolator
 
CatmullRomInterpolator.Params - Class in com.androidplot.xy
 
CatmullRomInterpolator.Type - Enum in com.androidplot.xy
 
centerOnDomainOrigin(Number) - Method in class com.androidplot.xy.XYPlot
Centers the domain axis on origin.
centerOnDomainOrigin(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent.
centerOnRangeOrigin(Number) - Method in class com.androidplot.xy.XYPlot
Centers the range axis on origin.
centerOnRangeOrigin(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent.
CFG_ELEMENT_NAME - Static variable in class com.androidplot.util.Configurator
 
clear() - Method in class com.androidplot.Plot
Remove all series from the plot.
com.androidplot - package com.androidplot
 
com.androidplot.exception - package com.androidplot.exception
 
com.androidplot.pie - package com.androidplot.pie
 
com.androidplot.ui - package com.androidplot.ui
 
com.androidplot.ui.widget - package com.androidplot.ui.widget
 
com.androidplot.util - package com.androidplot.util
 
com.androidplot.xy - package com.androidplot.xy
 
compare(BarRenderer<FormatterType>.Bar, BarRenderer<FormatterType>.Bar) - Method in class com.androidplot.xy.BarRenderer.BarComparator
 
compareTo(PositionMetrics) - Method in class com.androidplot.ui.PositionMetrics
 
Configurator - Class in com.androidplot.util
Utility class for "configuring" objects via XML config files.
Configurator() - Constructor for class com.androidplot.util.Configurator
 
configure(Context, int) - Method in class com.androidplot.ui.Formatter
 
configure(Context, Object, int) - Static method in class com.androidplot.util.Configurator
 
configure(Context, Object, HashMap<String, String>) - Static method in class com.androidplot.util.Configurator
 
configure(Context, Object, String, String) - Static method in class com.androidplot.util.Configurator
Recursively descend into an object using key as the pathway and invoking the corresponding setter if one exists.
configureBoxModelable(TypedArray, BoxModelable, int, int, int, int, int, int, int, int) - Static method in class com.androidplot.util.AttrUtils
Configure a BoxModelable instance from xml attrs.
configureLinePaint(TypedArray, Paint, int, int) - Static method in class com.androidplot.util.AttrUtils
Configure a Paint instance used for drawing lines from xml attrs.
configurePositionMetrics(TypedArray, PositionMetrics, int, int, int, int, int) - Static method in class com.androidplot.util.AttrUtils
Configure a Widget from xml attrs.
configureSize(TypedArray, Size, int, int, int, int) - Static method in class com.androidplot.util.AttrUtils
Configure a Size instance from xml attrs.
configureStep(TypedArray, XYStepModel, int, int) - Static method in class com.androidplot.util.AttrUtils
 
configureTextPaint(TypedArray, Paint, int, int) - Static method in class com.androidplot.util.AttrUtils
Configure a Paint instance used for drawing text from xml attrs.
configureWidget(TypedArray, Widget, int, int, int, int, int, int, int, int, int, int) - Static method in class com.androidplot.util.AttrUtils
 
contains(Number) - Method in class com.androidplot.LineRegion
Tests whether a value is within the given range
containsDomainValue(Number) - Method in class com.androidplot.xy.RectRegion
 
containsPoint(PointF) - Method in class com.androidplot.ui.widget.Widget
Determines whether or not point lies within this Widget.
containsPoint(PointF) - Method in class com.androidplot.xy.RectRegion
 
containsPoint(float, float) - Method in class com.androidplot.xy.XYPlot
Checks whether the point is within the plot's graph area.
containsPoint(PointF) - Method in class com.androidplot.xy.XYPlot
` Convenience method - wraps containsPoint(PointF).
containsRangeValue(Number) - Method in class com.androidplot.xy.RectRegion
 
containsValue(Number, Number) - Method in class com.androidplot.xy.RectRegion
 
convertPoint(XY, RectF) - Method in class com.androidplot.xy.LineAndPointRenderer
 

D

DIMENSION_PATTERN - Static variable in class com.androidplot.util.PixelUtils
 
DIMENSION_REGEX - Static variable in class com.androidplot.util.PixelUtils
 
dimensionConstantLookup - Static variable in class com.androidplot.util.PixelUtils
CODE BELOW IS ADAPTED IN PART FROM MINDRIOT'S SAMPLE CODE HERE: http://stackoverflow.com/questions/8343971/how-to-parse-a-dimension-string-and-convert-it-to-a-dimension-value
disable(Class<? extends SeriesRenderer>) - Method in class com.androidplot.ui.RenderStack
Invokes RenderStack.StackElement.setEnabled(boolean) with a value of false on all stack elements associated with the specified renderer.
disableShadows() - Method in class com.androidplot.xy.LineAndPointFormatter
 
DisplayDimensions - Class in com.androidplot.util
Convenience class for managing BoxModel data
DisplayDimensions() - Constructor for class com.androidplot.util.DisplayDimensions
 
DisplayDimensions(RectF, RectF, RectF) - Constructor for class com.androidplot.util.DisplayDimensions
 
doDrawLegendIcon(Canvas, RectF, SegmentFormatter) - Method in class com.androidplot.pie.PieRenderer
 
doDrawLegendIcon(Canvas, RectF, SeriesFormatterType) - Method in class com.androidplot.ui.SeriesRenderer
Draw the legend icon in the rect passed in.
doDrawLegendIcon(Canvas, RectF, BarFormatter) - Method in class com.androidplot.xy.BarRenderer
 
doDrawLegendIcon(Canvas, RectF, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.pie.PieWidget
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.ui.widget.EmptyWidget
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.ui.widget.TextLabelWidget
Do not call this method directly.
doOnDraw(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.xy.XYGraphWidget
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.xy.XYLegendWidget
 
dpToPix(float) - Static method in class com.androidplot.util.PixelUtils
Converts a dp value to pixels.
draw(Canvas) - Method in class com.androidplot.ui.LayoutManager
 
draw(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
drawAnchor(Canvas, PointF) - Method in class com.androidplot.ui.LayoutManager
 
drawBackground(Canvas, RectF) - Method in class com.androidplot.Plot
 
drawBackground(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
drawBorder(Canvas, RectF) - Method in class com.androidplot.Plot
Draws the plot's outer border.
drawBorder(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
drawCursors(Canvas) - Method in class com.androidplot.xy.XYGraphWidget
 
drawData(Canvas) - Method in class com.androidplot.xy.XYGraphWidget
Draws lines and points for each element in the series.
drawGrid(Canvas) - Method in class com.androidplot.xy.XYGraphWidget
Draws the drid and domain/range labels for the plot.
drawMarkers(Canvas) - Method in class com.androidplot.xy.XYGraphWidget
 
drawPoint(Canvas, PointF, Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
drawRangeTick(Canvas, float, Number, Paint, Paint, boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
drawRect(Canvas, RectF, Paint) - Method in class com.androidplot.Plot
 
drawRegionLegendIcon(Canvas, RectF, XYRegionFormatter) - Method in class com.androidplot.xy.XYLegendWidget
 
drawSegment(Canvas, RectF, Segment, SegmentFormatter, float, float, float) - Method in class com.androidplot.pie.PieRenderer
 
drawSegmentLabel(Canvas, PointF, Segment, SegmentFormatter) - Method in class com.androidplot.pie.PieRenderer
 
drawSeries(Canvas, RectF, XYSeries, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 
drawSeriesLegendIcon(Canvas, RectF, SeriesFormatterType) - Method in class com.androidplot.ui.SeriesRenderer
 
DynamicTableModel - Class in com.androidplot.ui
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.
DynamicTableModel(int, int) - Constructor for class com.androidplot.ui.DynamicTableModel
Convenience method.
DynamicTableModel(int, int, TableOrder) - Constructor for class com.androidplot.ui.DynamicTableModel
 

E

elements() - Method in class com.androidplot.util.ListOrganizer
 
elements() - Method in class com.androidplot.util.ZHash
 
elements() - Method in interface com.androidplot.util.ZIndexable
 
elements() - Method in class com.androidplot.util.ZLinkedList
 
EmptyWidget - Class in com.androidplot.ui.widget
 
EmptyWidget(LayoutManager, Size) - Constructor for class com.androidplot.ui.widget.EmptyWidget
 
enableShadows() - Method in class com.androidplot.xy.LineAndPointFormatter
Enables the shadow layer on linePaint and shadowPaint by calling setShadowLayer() with preset values.

F

FILL - Static variable in class com.androidplot.ui.Size
 
FillDirection - Enum in com.androidplot.xy
Defines which edge is used to close a fill path for drawing lines.
fillDirection - Variable in class com.androidplot.xy.LineAndPointFormatter
 
fillPaint - Variable in class com.androidplot.xy.LineAndPointFormatter
 
finish() - Method in class com.androidplot.util.Redrawer
Internally, this causes the refresh thread to exit.
FixedTableModel - Class in com.androidplot.ui
 
FixedTableModel(float, float, TableOrder) - Constructor for class com.androidplot.ui.FixedTableModel
 
FontUtils - Class in com.androidplot.util
 
FontUtils() - Constructor for class com.androidplot.util.FontUtils
 
Formatter<PlotType extends Plot> - Class in com.androidplot.ui
Base class of all Formatters.
Formatter() - Constructor for class com.androidplot.ui.Formatter
 
fractionToPixH(float) - Static method in class com.androidplot.util.PixelUtils
 
fractionToPixW(float) - Static method in class com.androidplot.util.PixelUtils
 

G

get() - Method in class com.androidplot.ui.RenderStack.StackElement
 
get(Value) - Method in interface com.androidplot.util.Mapping
 
get(KeyType) - Method in class com.androidplot.util.ZHash
 
getAbsolutePosition(float, PositionMetric.Origin) - Method in class com.androidplot.ui.PositionMetric
 
getAnchor() - Method in class com.androidplot.ui.PositionMetrics
 
getAnchor() - Method in class com.androidplot.ui.widget.Widget
 
getAnchorCoordinates(RectF, AnchorPosition) - Static method in class com.androidplot.ui.widget.Widget
 
getAnchorCoordinates(float, float, float, float, AnchorPosition) - Static method in class com.androidplot.ui.widget.Widget
 
getAnchorOffset(float, float, AnchorPosition) - Static method in class com.androidplot.ui.widget.Widget
 
getAxisValueLabelFormatterForDomainVal(double) - Method in class com.androidplot.xy.XYGraphWidget
 
getAxisValueLabelFormatterForRangeVal(double) - Method in class com.androidplot.xy.XYGraphWidget
 
getAxisValueLabelFormatterForVal(double, double) - Method in class com.androidplot.xy.XYGraphWidget
Returns the formatter associated with the first (bottom) Region containing x and y.
getAxisValueLabelRegions() - Method in class com.androidplot.xy.XYGraphWidget
 
getBackgroundPaint() - Method in class com.androidplot.Plot
 
getBackgroundPaint() - Method in class com.androidplot.ui.widget.Widget
 
getBorderPaint() - Method in class com.androidplot.Plot
 
getBorderPaint() - Method in class com.androidplot.ui.widget.Widget
 
getBorderPaint() - Method in class com.androidplot.xy.BarFormatter
 
getCalculatedLowerBoundary(BoundaryMode, Number, Number) - Method in class com.androidplot.xy.XYPlot
 
getCalculatedMaxX() - Method in class com.androidplot.xy.XYPlot
CalculatedMaxX value after the the framing model has been applied.
getCalculatedMaxY() - Method in class com.androidplot.xy.XYPlot
CalculatedMaxY value after the the framing model has been applied.
getCalculatedMinX() - Method in class com.androidplot.xy.XYPlot
CalculatedMinX value after the the framing model has been applied.
getCalculatedMinY() - Method in class com.androidplot.xy.XYPlot
CalculatedMinY value after the the framing model has been applied.
getCalculatedUpperBoundary(BoundaryMode, Number, Number) - Method in class com.androidplot.xy.XYPlot
 
getCellHeight() - Method in class com.androidplot.ui.FixedTableModel
 
getCellRect(RectF, int) - Method in class com.androidplot.ui.DynamicTableModel
Calculates the dimensions of a single element of this table with tableRect representing the overall dimensions of the table.
getCellWidth() - Method in class com.androidplot.ui.FixedTableModel
 
getColor() - Method in class com.androidplot.xy.AxisValueLabelFormatter
 
getColor() - Method in class com.androidplot.xy.XYRegionFormatter
 
getContainingSegment(PointF) - Method in class com.androidplot.pie.PieRenderer
Retrieve the segment containing the specified point.
getCursorLabelBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getCursorLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDefaultBounds() - Method in class com.androidplot.xy.XYPlot
 
getDisplayDimensions() - Method in class com.androidplot.Plot
 
getDomainCursorPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainCursorPosition() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainCursorVal() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getDomainGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
Get the paint used to draw the domain grid line.
getDomainLabel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelOrientation() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelSubTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getDomainLeftMax() - Method in class com.androidplot.xy.XYPlot
 
getDomainLeftMin() - Method in class com.androidplot.xy.XYPlot
 
getDomainLowerBoundaryMode() - Method in class com.androidplot.xy.XYPlot
 
getDomainOrigin() - Method in class com.androidplot.xy.XYPlot
 
getDomainOriginLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainOriginTickLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainRightMax() - Method in class com.androidplot.xy.XYPlot
 
getDomainRightMin() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepMode() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepModel() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepValue() - Method in class com.androidplot.xy.XYPlot
 
getDomainSubGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
Get the paint used to draw the domain grid line.
getDomainTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainTickLabelHorizontalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainTickLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainTickLabelPaintMap() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainTickLabelVerticalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainTickLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainUpperBoundaryMode() - Method in class com.androidplot.xy.XYPlot
 
getDomainValueFormat() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainValueFormat() - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.getDomainValueFormat().
getElementCoordinates(float, float, RectF, PositionMetrics) - Method in class com.androidplot.ui.widget.Widget
 
getElements() - Method in class com.androidplot.ui.RenderStack
 
getEndDeg() - Method in class com.androidplot.pie.PieRenderer
 
getFillDirection() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getFillPaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getFillPaint() - Method in class com.androidplot.xy.BarFormatter
 
getFillPaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getFontHeight(Paint) - Static method in class com.androidplot.util.FontUtils
Determines the height of the tallest character that can be drawn by paint.
getFormatter(SeriesType, Class<? extends RendererType>) - Method in class com.androidplot.Plot
 
getFormatter() - Method in class com.androidplot.ui.RenderBundle
 
getFormatter() - Method in class com.androidplot.ui.SeriesAndFormatter
 
getFormatter(SeriesType) - Method in class com.androidplot.ui.SeriesRenderer
 
getFormatter() - Method in class com.androidplot.xy.BarRenderer.Bar
 
getFormatter(int, XYSeries) - Method in class com.androidplot.xy.BarRenderer
Retrieves the BarFormatter instance that corresponds with the series passed in.
getGetter(Class, String) - Static method in class com.androidplot.util.Configurator
 
getGraphWidget() - Method in class com.androidplot.xy.XYPlot
 
getGridBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridBox() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridDimensions() - Method in class com.androidplot.xy.XYGraphWidget
 
getHeight() - Method in class com.androidplot.ui.Size
 
getHeight() - Method in class com.androidplot.xy.RectRegion
 
getHeightMetric() - Method in class com.androidplot.ui.widget.Widget
 
getHeightPix(float) - Method in class com.androidplot.ui.widget.Widget
 
getIconSize() - Method in class com.androidplot.xy.XYLegendWidget
 
getInnerEdgePaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getInterpolationParams() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getInterpolator(InterpolationParams) - Method in class com.androidplot.xy.LineAndPointRenderer
TODO: retrieve from a persistent registry
getInterpolatorClass() - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
 
getInterpolatorClass() - Method in interface com.androidplot.xy.InterpolationParams
 
getIterator(RectF, int) - Method in class com.androidplot.ui.DynamicTableModel
 
getIterator(RectF, int) - Method in class com.androidplot.ui.FixedTableModel
 
getIterator(RectF, int) - Method in class com.androidplot.ui.TableModel
 
getKeysAsList() - Method in class com.androidplot.util.ZHash
 
getLabel(XYSeries, int) - Method in interface com.androidplot.xy.PointLabeler
 
getLabel() - Method in class com.androidplot.xy.RectRegion
 
getLabelMarkerPaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getLabelPaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getLabelPaint() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getLayoutManager() - Method in class com.androidplot.Plot
 
getLegendWidget() - Method in class com.androidplot.xy.XYPlot
 
getLinePaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getLinePaint() - Method in class com.androidplot.xy.ValueMarker
 
getMarginatedRect(RectF) - Method in class com.androidplot.ui.BoxModel
Returns a RectF instance describing the inner edge of the margin layer.
getMarginatedRect(RectF) - Method in interface com.androidplot.ui.BoxModelable
Returns a RectF instance describing the inner edge of the margin layer.
getMarginatedRect(RectF) - Method in class com.androidplot.ui.widget.Widget
 
getMarginBottom() - Method in class com.androidplot.ui.BoxModel
 
getMarginBottom() - Method in interface com.androidplot.ui.BoxModelable
 
getMarginBottom() - Method in class com.androidplot.ui.widget.Widget
 
getMarginLeft() - Method in class com.androidplot.ui.BoxModel
 
getMarginLeft() - Method in interface com.androidplot.ui.BoxModelable
 
getMarginLeft() - Method in class com.androidplot.ui.widget.Widget
 
getMarginPaint() - Method in class com.androidplot.ui.LayoutManager
 
getMarginRight() - Method in class com.androidplot.ui.BoxModel
 
getMarginRight() - Method in interface com.androidplot.ui.BoxModelable
 
getMarginRight() - Method in class com.androidplot.ui.widget.Widget
 
getMarginTop() - Method in class com.androidplot.ui.BoxModel
 
getMarginTop() - Method in interface com.androidplot.ui.BoxModelable
 
getMarginTop() - Method in class com.androidplot.ui.widget.Widget
 
getMaxVal() - Method in class com.androidplot.LineRegion
 
getMaxX() - Method in class com.androidplot.xy.RectRegion
 
getMaxY(XYSeries) - Static method in class com.androidplot.util.SeriesUtils
 
getMaxY() - Method in class com.androidplot.xy.RectRegion
 
getMinVal() - Method in class com.androidplot.LineRegion
 
getMinX() - Method in class com.androidplot.xy.RectRegion
 
getMinY() - Method in class com.androidplot.xy.RectRegion
 
getMode() - Method in class com.androidplot.xy.XYStepModel
 
getNumColumns() - Method in class com.androidplot.ui.DynamicTableModel
 
getNumRows() - Method in class com.androidplot.ui.DynamicTableModel
 
getObjectContaining(Object, String) - Static method in class com.androidplot.util.Configurator
Returns the object containing the field specified by path.
getOrder() - Method in class com.androidplot.ui.TableModel
 
getOrientation() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getOriginMinMax(BoundaryMode, Number, Number) - Method in class com.androidplot.xy.XYPlot
 
getOuterEdgePaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getOutlinePaint() - Method in class com.androidplot.ui.LayoutManager
 
getOutlineShadowPaint() - Method in class com.androidplot.ui.LayoutManager
 
getPackedStringDimensions(String, Paint) - Static method in class com.androidplot.util.FontUtils
Get the smallest rect that ecompasses the text to be drawn using paint.
getPaddedRect(RectF) - Method in class com.androidplot.ui.BoxModel
Returns a RectF instance describing the inner edge of the padding layer.
getPaddedRect(RectF) - Method in interface com.androidplot.ui.BoxModelable
Returns a RectF instance describing the inner edge of the padding layer.
getPaddedRect(RectF) - Method in class com.androidplot.ui.widget.Widget
 
getPaddingBottom() - Method in class com.androidplot.ui.BoxModel
 
getPaddingBottom() - Method in interface com.androidplot.ui.BoxModelable
 
getPaddingBottom() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingLeft() - Method in class com.androidplot.ui.BoxModel
 
getPaddingLeft() - Method in interface com.androidplot.ui.BoxModelable
 
getPaddingLeft() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingPaint() - Method in class com.androidplot.ui.LayoutManager
 
getPaddingRight() - Method in class com.androidplot.ui.BoxModel
 
getPaddingRight() - Method in interface com.androidplot.ui.BoxModelable
 
getPaddingRight() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingTop() - Method in class com.androidplot.ui.BoxModel
 
getPaddingTop() - Method in interface com.androidplot.ui.BoxModelable
 
getPaddingTop() - Method in class com.androidplot.ui.widget.Widget
 
getPaint() - Method in class com.androidplot.xy.XYRegionFormatter
Advanced users can use this method to access the Paint instance to add transparency etc.
getPieWidget() - Method in class com.androidplot.pie.PieChart
 
getPixelValue(float) - Method in class com.androidplot.ui.SizeMetric
 
getPixelValue(float) - Method in class com.androidplot.ui.XPositionMetric
 
getPixelValue(float) - Method in class com.androidplot.ui.YPositionMetric
 
getPlot() - Method in class com.androidplot.ui.SeriesRenderer
 
getPlotMarginBottom() - Method in class com.androidplot.Plot
 
getPlotMarginLeft() - Method in class com.androidplot.Plot
 
getPlotMarginRight() - Method in class com.androidplot.Plot
 
getPlotMarginTop() - Method in class com.androidplot.Plot
 
getPlotPaddingBottom() - Method in class com.androidplot.Plot
 
getPlotPaddingLeft() - Method in class com.androidplot.Plot
 
getPlotPaddingRight() - Method in class com.androidplot.Plot
 
getPlotPaddingTop() - Method in class com.androidplot.Plot
 
getPointLabeler() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getPointLabelFormatter() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getPointPerSegment() - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
 
getPositionMetrics() - Method in class com.androidplot.ui.widget.Widget
 
getRadialEdgePaint() - Method in class com.androidplot.pie.SegmentFormatter
 
getRadius(RectF) - Method in class com.androidplot.pie.PieRenderer
 
getRangeBottomMax() - Method in class com.androidplot.xy.XYPlot
 
getRangeBottomMin() - Method in class com.androidplot.xy.XYPlot
 
getRangeCursorPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeCursorPosition() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeCursorVal() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getRangeGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
Get the paint used to draw the range grid line.
getRangeLabel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelOrientation() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelSubTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getRangeLowerBoundaryMode() - Method in class com.androidplot.xy.XYPlot
 
getRangeOrigin() - Method in class com.androidplot.xy.XYPlot
 
getRangeOriginLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeOriginTickLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeStepMode() - Method in class com.androidplot.xy.XYPlot
 
getRangeStepModel() - Method in class com.androidplot.xy.XYPlot
 
getRangeStepValue() - Method in class com.androidplot.xy.XYPlot
 
getRangeSubGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
Get the paint used to draw the range grid line.
getRangeTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTickLabelHorizontalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTickLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTickLabelPaintMap() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTickLabelVerticalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTickLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeTopMax() - Method in class com.androidplot.xy.XYPlot
 
getRangeTopMin() - Method in class com.androidplot.xy.XYPlot
 
getRangeUpperBoundaryMode() - Method in class com.androidplot.xy.XYPlot
 
getRangeValueFormat() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeValueFormat() - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.getRangeValueFormat().
getRectF(RectF) - Method in class com.androidplot.ui.Size
Calculates a RectF with calculated width and height.
getRectF(RectF, Number, Number, Number, Number) - Method in class com.androidplot.xy.RectRegion
 
getRegionFormatter(RectRegion) - Method in class com.androidplot.xy.XYSeriesFormatter
 
getRegions() - Method in class com.androidplot.xy.XYSeriesFormatter
Can be used to access z-index manipulation methods of ZIndexable.
getRelativePosition(float, PositionMetric.Origin) - Method in class com.androidplot.ui.PositionMetric
 
getRenderer(Class<? extends RendererType>) - Method in class com.androidplot.Plot
 
getRendererClass() - Method in class com.androidplot.pie.SegmentFormatter
 
getRendererClass() - Method in class com.androidplot.ui.Formatter
 
getRendererClass() - Method in class com.androidplot.xy.BarFormatter
 
getRendererClass() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getRendererClass() - Method in class com.androidplot.xy.StepFormatter
 
getRendererInstance(PieChart) - Method in class com.androidplot.pie.SegmentFormatter
 
getRendererInstance(PlotType) - Method in class com.androidplot.ui.Formatter
 
getRendererInstance(XYPlot) - Method in class com.androidplot.xy.BarFormatter
 
getRendererInstance(XYPlot) - Method in class com.androidplot.xy.LineAndPointFormatter
 
getRendererInstance(XYPlot) - Method in class com.androidplot.xy.StepFormatter
 
getRendererList() - Method in class com.androidplot.Plot
 
getRenderers() - Method in class com.androidplot.Plot
Used for caching renderer instances.
getRenderMode() - Method in class com.androidplot.Plot
 
getRoundedRect(RectF) - Method in class com.androidplot.ui.Size
Same as getRectF but with edges rounded to the nearest full pixel.
getSeries(SeriesType, Class<? extends RendererType>) - Method in class com.androidplot.Plot
 
getSeries(SeriesType) - Method in class com.androidplot.Plot
 
getSeries() - Method in class com.androidplot.ui.RenderBundle
 
getSeries() - Method in class com.androidplot.ui.SeriesAndFormatter
 
getSeriesList() - Method in class com.androidplot.ui.SeriesRenderer
 
getSeriesRegistry() - Method in class com.androidplot.Plot
Associates lists series and getFormatter pairs with the class of the Renderer used to render them.
getSetter(Class, String) - Static method in class com.androidplot.util.Configurator
 
getSize() - Method in class com.androidplot.ui.widget.Widget
 
getStartDeg() - Method in class com.androidplot.pie.PieRenderer
 
getStep(XYPlot, XYAxisType, RectF, Number, Number) - Static method in class com.androidplot.xy.XYStepCalculator
Convenience method - wraps other form of getStep().
getStep(XYStepMode, float, double, Number, Number) - Static method in class com.androidplot.xy.XYStepCalculator
 
getStepCount() - Method in class com.androidplot.xy.XYStep
 
getStepPix() - Method in class com.androidplot.xy.XYStep
 
getStepVal() - Method in class com.androidplot.xy.XYStep
 
getStringDimensions(String, Paint) - Static method in class com.androidplot.util.FontUtils
Like getPackedStringDimensions except adds extra space to accommodate all characters that can be drawn regardless of whether or not they exist in text.
getTableModel() - Method in class com.androidplot.xy.XYLegendWidget
 
getText() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getText() - Method in class com.androidplot.xy.ValueMarker
 
getTextMargin() - Method in class com.androidplot.xy.ValueMarker
Currently not implemented.
getTextOrientation() - Method in class com.androidplot.xy.ValueMarker
 
getTextPaint() - Method in class com.androidplot.xy.PointLabelFormatter
 
getTextPaint() - Method in class com.androidplot.xy.ValueMarker
 
getTextPaint() - Method in class com.androidplot.xy.XYLegendWidget
 
getTextPosition() - Method in class com.androidplot.xy.ValueMarker
 
getTicksPerDomainLabel() - Method in class com.androidplot.xy.XYGraphWidget
 
getTicksPerDomainLabel() - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.getTicksPerDomainLabel().
getTicksPerRangeLabel() - Method in class com.androidplot.xy.XYGraphWidget
 
getTicksPerRangeLabel() - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.getTicksPerRangeLabel().
getTitle() - Method in class com.androidplot.pie.Segment
 
getTitle() - Method in class com.androidplot.Plot
 
getTitle() - Method in interface com.androidplot.Series
 
getTitle() - Method in class com.androidplot.xy.SimpleXYSeries
 
getTitleWidget() - Method in class com.androidplot.Plot
 
getType() - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
 
getUniqueRegionFormatters() - Method in class com.androidplot.xy.XYSeriesRenderer
TODO: get rid of this method!
getValue() - Method in class com.androidplot.pie.Segment
 
getValue() - Method in class com.androidplot.xy.ValueMarker
 
getValue() - Method in class com.androidplot.xy.XYStepModel
 
getValues() - Method in class com.androidplot.pie.PieRenderer
 
getVertexPaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getWidgetDimensions() - Method in class com.androidplot.ui.widget.Widget
 
getWidth() - Method in class com.androidplot.ui.Size
 
getWidth() - Method in class com.androidplot.xy.RectRegion
 
getWidthMetric() - Method in class com.androidplot.ui.widget.Widget
 
getWidthPix(float) - Method in class com.androidplot.ui.widget.Widget
 
getX(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
getX(int) - Method in interface com.androidplot.xy.XYSeries
Returns the x-value for an index within a series.
getXPositionMetric() - Method in class com.androidplot.ui.PositionMetrics
 
getXVal(PointF) - Method in class com.androidplot.xy.XYGraphWidget
Convenience method.
getXVal(float) - Method in class com.androidplot.xy.XYGraphWidget
Converts an x pixel into an x value.
getXVal(PointF) - Method in class com.androidplot.xy.XYPlot
 
getXValueMarkers() - Method in class com.androidplot.xy.XYPlot
 
getY(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
getY(int) - Method in interface com.androidplot.xy.XYSeries
Returns the y-value for an index within a series.
getYPositionMetric() - Method in class com.androidplot.ui.PositionMetrics
 
getYVal(PointF) - Method in class com.androidplot.xy.XYGraphWidget
Convenience method.
getYVal(float) - Method in class com.androidplot.xy.XYGraphWidget
Converts a y pixel to a y value.
getYVal(PointF) - Method in class com.androidplot.xy.XYPlot
 
getYValueMarkers() - Method in class com.androidplot.xy.XYPlot
 
getZoomEnabled() - Method in class com.androidplot.xy.XYPlotZoomPan
 
getZoomHorizontally() - Method in class com.androidplot.xy.XYPlotZoomPan
 
getZoomVertically() - Method in class com.androidplot.xy.XYPlotZoomPan
 

H

hOffset - Variable in class com.androidplot.xy.PointLabelFormatter
 

I

init(Context) - Static method in class com.androidplot.util.PixelUtils
Recalculates scale value etc.
initFillPaint(Integer) - Method in class com.androidplot.xy.LineAndPointFormatter
 
initLinePaint(Integer) - Method in class com.androidplot.xy.LineAndPointFormatter
 
initTextPaint(Integer) - Method in class com.androidplot.xy.PointLabelFormatter
 
initVertexPaint(Integer) - Method in class com.androidplot.xy.LineAndPointFormatter
 
interpolate(XYSeries, CatmullRomInterpolator.Params) - Method in class com.androidplot.xy.CatmullRomInterpolator
This method will calculate the Catmull-Rom interpolation curve, returning it as a list of Coord coordinate objects.
interpolate(XYSeries, int, CatmullRomInterpolator.Params) - Method in class com.androidplot.xy.CatmullRomInterpolator
Given a list of control points, this will create a list of pointsPerSegment points spaced uniformly along the resulting Catmull-Rom curve.
interpolate(double[], double[], double) - Static method in class com.androidplot.xy.CatmullRomInterpolator
Unlike the other implementation here, which uses the default "uniform" treatment of t, this computation is used to calculate the same values but introduces the ability to "parameterize" the t values used in the calculation.
interpolate(XYSeries, ParamsType) - Method in interface com.androidplot.xy.Interpolator
 
InterpolationParams<InterpolatorType extends Interpolator> - Interface in com.androidplot.xy
Created by nick_f on 9/25/14.
interpolationParams - Variable in class com.androidplot.xy.LineAndPointFormatter
 
Interpolator<ParamsType extends InterpolationParams> - Interface in com.androidplot.xy
Created by nick_f on 9/25/14.
intersects(LineRegion) - Method in class com.androidplot.LineRegion
 
intersects(Number, Number) - Method in class com.androidplot.LineRegion
Tests whether this segment intersects another
intersects(RectRegion) - Method in class com.androidplot.xy.RectRegion
 
intersects(Number, Number, Number, Number) - Method in class com.androidplot.xy.RectRegion
Tests whether this region intersects the region defined by params.
intersects(RectF, Number, Number, Number, Number) - Method in class com.androidplot.xy.RectRegion
 
intX - Variable in class com.androidplot.xy.BarRenderer.Bar
 
intY - Variable in class com.androidplot.xy.BarRenderer.Bar
 
isAutoPackEnabled() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
isClippingEnabled() - Method in class com.androidplot.ui.widget.Widget
 
isDomainAxisBottom() - Method in class com.androidplot.xy.XYGraphWidget
 
isDomainSubTick() - Method in class com.androidplot.xy.XYGraphWidget
 
isDomainTick() - Method in class com.androidplot.xy.XYGraphWidget
 
isDrawAnchorsEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawDomainOriginEnabled() - Method in class com.androidplot.xy.XYPlot
 
isDrawIconBackgroundEnabled() - Method in class com.androidplot.xy.XYLegendWidget
 
isDrawIconBorderEnabled() - Method in class com.androidplot.xy.XYLegendWidget
 
isDrawMarginsEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawMarkersEnabled() - Method in class com.androidplot.xy.XYGraphWidget
 
isDrawOutlinesEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawOutlineShadowsEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawPaddingEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawRangeOriginEnabled() - Method in class com.androidplot.xy.XYPlot
 
isEmpty() - Method in class com.androidplot.Plot
 
isEnabled() - Method in class com.androidplot.ui.RenderStack.StackElement
 
isHwAccelerationSupported() - Method in class com.androidplot.Plot
Can be overridden by derived classes to control hardware acceleration state.
isRangeAxisLeft() - Method in class com.androidplot.xy.XYGraphWidget
 
isRangeSubTick() - Method in class com.androidplot.xy.XYGraphWidget
 
isRangeTick() - Method in class com.androidplot.xy.XYGraphWidget
 
isVisible() - Method in class com.androidplot.ui.widget.Widget
 

K

keys() - Method in class com.androidplot.util.ZHash
 

L

layout(DisplayDimensions) - Method in class com.androidplot.Plot
 
layout(DisplayDimensions) - Method in class com.androidplot.ui.LayoutManager
 
layout(DisplayDimensions) - Method in interface com.androidplot.ui.Resizable
Called when a change to the class' dimensions is made.
layout(DisplayDimensions) - Method in class com.androidplot.ui.widget.Widget
 
LayoutManager - Class in com.androidplot.ui
 
LayoutManager() - Constructor for class com.androidplot.ui.LayoutManager
 
length() - Method in class com.androidplot.LineRegion
 
LineAndPointFormatter - Class in com.androidplot.xy
Defines the visual aesthetics of an XYSeries; outline color and width, fill style, vertex size and color, shadowing, etc.
LineAndPointFormatter() - Constructor for class com.androidplot.xy.LineAndPointFormatter
Should only be used in conjunction with calls to configure()...
LineAndPointFormatter(Integer, Integer, Integer, PointLabelFormatter) - Constructor for class com.androidplot.xy.LineAndPointFormatter
 
LineAndPointFormatter(Integer, Integer, Integer, PointLabelFormatter, FillDirection) - Constructor for class com.androidplot.xy.LineAndPointFormatter
 
LineAndPointRenderer<FormatterType extends LineAndPointFormatter> - Class in com.androidplot.xy
Renders a point as a line with the vertices marked.
LineAndPointRenderer(XYPlot) - Constructor for class com.androidplot.xy.LineAndPointRenderer
 
linePaint - Variable in class com.androidplot.xy.LineAndPointFormatter
 
LineRegion - Class in com.androidplot
A one dimensional region represented by a starting and ending value.
LineRegion(Number, Number) - Constructor for class com.androidplot.LineRegion
 
ListOrganizer<ElementType> - Class in com.androidplot.util
Utility class providing additional element organization operations.
ListOrganizer(List<ElementType>) - Constructor for class com.androidplot.util.ListOrganizer
 

M

Mapping<Key,Value> - Interface in com.androidplot.util
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.
marginatedRect - Variable in class com.androidplot.util.DisplayDimensions
 
measure(Number, Number) - Static method in class com.androidplot.LineRegion
 
moveAbove(ElementType, ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveAbove(KeyType, KeyType) - Method in class com.androidplot.util.ZHash
 
moveAbove(ElementType, ElementType) - Method in interface com.androidplot.util.ZIndexable
Move above the specified element
moveAbove(Type, Type) - Method in class com.androidplot.util.ZLinkedList
 
moveBeneath(ElementType, ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveBeneath(KeyType, KeyType) - Method in class com.androidplot.util.ZHash
 
moveBeneath(ElementType, ElementType) - Method in interface com.androidplot.util.ZIndexable
Move beneath the specified element
moveBeneath(Type, Type) - Method in class com.androidplot.util.ZLinkedList
 
moveDown(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveDown(KeyType) - Method in class com.androidplot.util.ZHash
 
moveDown(ElementType) - Method in interface com.androidplot.util.ZIndexable
Move down by one element
moveDown(Type) - Method in class com.androidplot.util.ZLinkedList
 
moveToBottom(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveToBottom(KeyType) - Method in class com.androidplot.util.ZHash
 
moveToBottom(ElementType) - Method in interface com.androidplot.util.ZIndexable
Move beneath all other elements
moveToBottom(Type) - Method in class com.androidplot.util.ZLinkedList
 
moveToTop(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveToTop(KeyType) - Method in class com.androidplot.util.ZHash
 
moveToTop(ElementType) - Method in interface com.androidplot.util.ZIndexable
Move above all other elements
moveToTop(Type) - Method in class com.androidplot.util.ZLinkedList
 
moveUp(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveUp(KeyType) - Method in class com.androidplot.util.ZHash
 
moveUp(ElementType) - Method in interface com.androidplot.util.ZIndexable
Move up by one element
moveUp(Type) - Method in class com.androidplot.util.ZLinkedList
 

N

nearestPixRect(float, float, float, float) - Static method in class com.androidplot.util.PixelUtils
 
notifyListenersAfterDraw(Canvas) - Method in class com.androidplot.Plot
 
notifyListenersBeforeDraw(Canvas) - Method in class com.androidplot.Plot
 
notifyListenersBeforeDraw(Canvas) - Method in class com.androidplot.xy.XYPlot
 

O

onAfterDraw(Plot, Canvas) - Method in interface com.androidplot.PlotListener
Fired immediately after the Plot "source" is drawn onto canvas.
onAfterDraw(Plot, Canvas) - Method in class com.androidplot.util.PlotStatistics
 
onAfterDraw(Plot, Canvas) - Method in class com.androidplot.xy.SimpleXYSeries
 
onBeforeDraw(Plot, Canvas) - Method in interface com.androidplot.PlotListener
Fired immediately before the Plot "source" is drawn onto canvas.
onBeforeDraw(Plot, Canvas) - Method in class com.androidplot.util.PlotStatistics
 
onBeforeDraw(Plot, Canvas) - Method in class com.androidplot.xy.SimpleXYSeries
 
onDetachedFromWindow() - Method in class com.androidplot.Plot
 
onDraw(Canvas) - Method in class com.androidplot.Plot
Called whenever the plot needs to be drawn via the Handler, which invokes invalidate().
ONE - Static variable in class com.androidplot.xy.LineAndPointRenderer
 
onMetricsChanged(Size, Size) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
onMetricsChanged(Size, Size) - Method in class com.androidplot.ui.widget.Widget
Can be overridden by subclasses to respond to resizing events.
onPostInit() - Method in class com.androidplot.ui.LayoutManager
Invoked immediately following XML configuration.
onPostInit() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
onPostInit() - Method in class com.androidplot.ui.widget.Widget
Can be overridden by subclasses to handle any final resizing etc.
onPreInit() - Method in class com.androidplot.pie.PieChart
 
onPreInit() - Method in class com.androidplot.Plot
Concrete implementations should do any final setup / initialization here.
onPreInit() - Method in class com.androidplot.xy.XYPlot
 
onRender(Canvas, RectF, Segment, SegmentFormatter, RenderStack) - Method in class com.androidplot.pie.PieRenderer
 
onRender(Canvas, RectF, SeriesType, SeriesFormatterType, RenderStack) - Method in class com.androidplot.ui.SeriesRenderer
 
onRender(Canvas, RectF, XYSeries, FormatterType, RenderStack) - Method in class com.androidplot.xy.BarRenderer
 
onRender(Canvas, RectF, XYSeries, FormatterType, RenderStack) - Method in class com.androidplot.xy.LineAndPointRenderer
 
onSizeChanged(int, int, int, int) - Method in class com.androidplot.Plot
 
onTouch(View, MotionEvent) - Method in class com.androidplot.ui.LayoutManager
 
onTouch(View, MotionEvent) - Method in class com.androidplot.xy.XYPlotZoomPan
 

P

pack() - Method in class com.androidplot.ui.widget.TextLabelWidget
Sets the dimensions of the widget to exactly contain the text contents
paddedRect - Variable in class com.androidplot.util.DisplayDimensions
 
Params(int, CatmullRomInterpolator.Type) - Constructor for class com.androidplot.xy.CatmullRomInterpolator.Params
 
parseFloatAttr(Context, String) - Static method in class com.androidplot.util.Configurator
Treats value as a float parameter.
parseIntAttr(Context, String) - Static method in class com.androidplot.util.Configurator
 
parseResId(Context, String, String) - Static method in class com.androidplot.util.Configurator
 
parseStringAttr(Context, String) - Static method in class com.androidplot.util.Configurator
 
pause() - Method in class com.androidplot.util.Redrawer
Temporarily stop redrawing the plot.
PieChart - Class in com.androidplot.pie
 
PieChart(Context, String) - Constructor for class com.androidplot.pie.PieChart
 
PieChart(Context, String, Plot.RenderMode) - Constructor for class com.androidplot.pie.PieChart
 
PieChart(Context, AttributeSet) - Constructor for class com.androidplot.pie.PieChart
 
PieRenderer - Class in com.androidplot.pie
 
PieRenderer(PieChart) - Constructor for class com.androidplot.pie.PieRenderer
 
PieRenderer.DonutMode - Enum in com.androidplot.pie
 
PieWidget - Class in com.androidplot.pie
Visualizes data as a pie chart.
PieWidget(LayoutManager, PieChart, Size) - Constructor for class com.androidplot.pie.PieWidget
 
PixelUtils - Class in com.androidplot.util
 
PixelUtils() - Constructor for class com.androidplot.util.PixelUtils
 
pixToVal(float, double, double, float, boolean) - Static method in class com.androidplot.util.ValPixConverter
Convert a value in pixels to the type passed into min/max
pixX - Variable in class com.androidplot.xy.BarRenderer.Bar
 
pixY - Variable in class com.androidplot.xy.BarRenderer.Bar
 
Plot<SeriesType extends Series,FormatterType extends Formatter,RendererType extends SeriesRenderer> - Class in com.androidplot
Base class for all Plot implementations.
Plot(Context, String) - Constructor for class com.androidplot.Plot
Plot(Context, String, Plot.RenderMode) - Constructor for class com.androidplot.Plot
Used for programmatic instantiation.
Plot(Context, AttributeSet) - Constructor for class com.androidplot.Plot
Required by super-class.
Plot(Context, AttributeSet, int) - Constructor for class com.androidplot.Plot
Required by super-class.
Plot.BorderStyle - Enum in com.androidplot
 
Plot.RenderMode - Enum in com.androidplot
The RenderMode used by a Plot to draw it's self onto the screen.
PlotListener - Interface in com.androidplot
Defines methods used for monitoring events generated by a Plot.
PlotRenderException - Exception in com.androidplot.exception
 
PlotRenderException(String) - Constructor for exception com.androidplot.exception.PlotRenderException
 
PlotStatistics - Class in com.androidplot.util
!!! THIS CLASS IS STILL UNDER DEVELOPMENT AND MAY CONTAIN BUGS !!! Gathers performance statistics from a Plot.
PlotStatistics(long, boolean) - Constructor for class com.androidplot.util.PlotStatistics
 
PointLabeler - Interface in com.androidplot.xy
 
PointLabelFormatter - Class in com.androidplot.xy
 
PointLabelFormatter() - Constructor for class com.androidplot.xy.PointLabelFormatter
 
PointLabelFormatter(int) - Constructor for class com.androidplot.xy.PointLabelFormatter
 
PointLabelFormatter(int, float, float) - Constructor for class com.androidplot.xy.PointLabelFormatter
 
position(float, XLayoutStyle, float, YLayoutStyle) - Method in class com.androidplot.ui.widget.Widget
position(float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Method in class com.androidplot.ui.widget.Widget
 
PositionMetric<LayoutType extends Enum> - Class in com.androidplot.ui
 
PositionMetric(float, LayoutType) - Constructor for class com.androidplot.ui.PositionMetric
 
PositionMetric.LayoutMode - Enum in com.androidplot.ui
 
PositionMetric.Origin - Enum in com.androidplot.ui
 
PositionMetrics - Class in com.androidplot.ui
 
PositionMetrics(float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Constructor for class com.androidplot.ui.PositionMetrics
 
processAttrs(TypedArray) - Method in class com.androidplot.pie.PieChart
 
processAttrs(TypedArray) - Method in class com.androidplot.Plot
If a styleable is available for the derived class, this method will be invoked with those attrs.
processAttrs(TypedArray) - Method in class com.androidplot.xy.XYPlot
 

R

range(double, double) - Static method in class com.androidplot.util.ValPixConverter
 
RectFUtils - Class in com.androidplot.util
Convenience methods for dealing with RectF
RectFUtils() - Constructor for class com.androidplot.util.RectFUtils
 
RectRegion - Class in com.androidplot.xy
RectRegion is just a rectangle with additional methods for determining intersections with other RectRegion instances.
RectRegion(Number, Number, Number, Number, String) - Constructor for class com.androidplot.xy.RectRegion
 
RectRegion(Number, Number, Number, Number) - Constructor for class com.androidplot.xy.RectRegion
 
redraw() - Method in class com.androidplot.Plot
Causes the plot to be redrawn.
Redrawer - Class in com.androidplot.util
Utility class for invoking Plot.redraw() on a background thread at a set frequency.
Redrawer(List<Plot>, float, boolean) - Constructor for class com.androidplot.util.Redrawer
 
Redrawer(Plot, float, boolean) - Constructor for class com.androidplot.util.Redrawer
 
refreshLayout() - Method in class com.androidplot.ui.LayoutManager
Recalculates layouts for all widgets using last set DisplayDimensions.
refreshLayout() - Method in class com.androidplot.ui.widget.Widget
Causes the pixel dimensions used for rendering this Widget to be recalculated.
regionsWithin(List<RectRegion>, Number, Number, Number, Number) - Static method in class com.androidplot.xy.RectRegion
Returns a list of XYRegions that either completely or partially intersect the area defined by params.
remove(KeyType) - Method in class com.androidplot.util.ZHash
 
removeFirst() - Method in class com.androidplot.xy.SimpleXYSeries
 
removeLast() - Method in class com.androidplot.xy.SimpleXYSeries
 
removeListener(PlotListener) - Method in class com.androidplot.Plot
 
removeMarker(YValueMarker) - Method in class com.androidplot.xy.XYPlot
Removes the specified marker from the plot.
removeMarker(XValueMarker) - Method in class com.androidplot.xy.XYPlot
Removes the specified marker from the plot.
removeMarkers() - Method in class com.androidplot.xy.XYPlot
Convenience method - combines removeYMarkers() and removeXMarkers().
removeRegion(RectRegion) - Method in class com.androidplot.xy.XYSeriesFormatter
 
removeSegment(Segment) - Method in class com.androidplot.pie.PieChart
 
removeSeries(SeriesType, Class<? extends RendererType>) - Method in class com.androidplot.Plot
Remove a series for a specific Renderer only.
removeSeries(SeriesType) - Method in class com.androidplot.Plot
Remove all occurrences of series regardless of the associated Renderer.
removeXMarkers() - Method in class com.androidplot.xy.XYPlot
Removes all XValueMarker instances from the plot.
removeYMarkers() - Method in class com.androidplot.xy.XYPlot
Removes all YValueMarker instances from the plot.
render(Canvas, RectF, SeriesAndFormatter<SeriesType, SeriesFormatterType>, RenderStack) - Method in class com.androidplot.ui.SeriesRenderer
 
RenderBundle<RenderBundleType extends RenderBundle,SeriesType extends Series,SeriesFormatterType extends XYSeriesFormatter> - Class in com.androidplot.ui
 
RenderBundle(SeriesType, SeriesFormatterType) - Constructor for class com.androidplot.ui.RenderBundle
 
renderOnCanvas(Canvas) - Method in class com.androidplot.Plot
Renders the plot onto a canvas.
renderPath(Canvas, RectF, Path, PointF, PointF, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 
renderPoints(Canvas, RectF, XYSeries, List<PointF>, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 
RenderStack<SeriesType extends Series,FormatterType extends Formatter> - Class in com.androidplot.ui
A stack of series to be rendered.
RenderStack(Plot) - Constructor for class com.androidplot.ui.RenderStack
 
RenderStack.StackElement<SeriesType extends Series,FormatterType extends Formatter> - Class in com.androidplot.ui
An element on the render stack.
Resizable - Interface in com.androidplot.ui
Used by classes that depend on dimensional values to lay themselves out and draw.
run() - Method in class com.androidplot.util.Redrawer
 

S

Segment - Class in com.androidplot.pie
An implementation of Series representing a segment in a pie chart.
Segment(String, Number) - Constructor for class com.androidplot.pie.Segment
 
SegmentFormatter - Class in com.androidplot.pie
 
SegmentFormatter() - Constructor for class com.androidplot.pie.SegmentFormatter
Should only be used in conjunction with calls to configure()...
SegmentFormatter(Integer) - Constructor for class com.androidplot.pie.SegmentFormatter
 
SegmentFormatter(Integer, Integer) - Constructor for class com.androidplot.pie.SegmentFormatter
 
SegmentFormatter(Integer, Integer, Integer, Integer) - Constructor for class com.androidplot.pie.SegmentFormatter
 
Series - Interface in com.androidplot
Base interface for all Series implementations
series - Variable in class com.androidplot.xy.BarRenderer.Bar
 
SeriesAndFormatter<SeriesType extends Series,FormatterType extends Formatter> - Class in com.androidplot.ui
Defines an association between a Series and a Formatter.
SeriesAndFormatter(SeriesType, FormatterType) - Constructor for class com.androidplot.ui.SeriesAndFormatter
 
seriesIndex - Variable in class com.androidplot.xy.BarRenderer.Bar
 
SeriesRenderer<PlotType extends Plot,SeriesType extends Series,SeriesFormatterType extends Formatter> - Class in com.androidplot.ui
 
SeriesRenderer(PlotType) - Constructor for class com.androidplot.ui.SeriesRenderer
 
SeriesUtils - Class in com.androidplot.util
Created by nick_f on 7/24/14.
SeriesUtils() - Constructor for class com.androidplot.util.SeriesUtils
 
set(SeriesAndFormatter<SeriesType, FormatterType>) - Method in class com.androidplot.ui.RenderStack.StackElement
 
setAnchor(AnchorPosition) - Method in class com.androidplot.ui.PositionMetrics
 
setAnchor(AnchorPosition) - Method in class com.androidplot.ui.widget.Widget
 
setAnnotatePlotEnabled(boolean) - Method in class com.androidplot.util.PlotStatistics
 
setAutoPackEnabled(boolean) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setBackgroundPaint(Paint) - Method in class com.androidplot.Plot
 
setBackgroundPaint(Paint) - Method in class com.androidplot.ui.widget.Widget
 
setBarComparator(Comparator<BarRenderer<FormatterType>.Bar>) - Method in class com.androidplot.xy.BarRenderer
Sets a Comparator used for sorting bars.
setBarGap(float) - Method in class com.androidplot.xy.BarRenderer
Sets the size of the gap between the bar (or bar groups) when using the VARIABLE_WIDTH render style
setBarRenderStyle(BarRenderer.BarRenderStyle) - Method in class com.androidplot.xy.BarRenderer
 
setBarWidth(float) - Method in class com.androidplot.xy.BarRenderer
Sets the width of the bars when using the FIXED_WIDTH render style
setBarWidthStyle(BarRenderer.BarWidthStyle) - Method in class com.androidplot.xy.BarRenderer
 
setBarWidthStyle(BarRenderer.BarWidthStyle, float) - Method in class com.androidplot.xy.BarRenderer
 
setBorderPaint(Paint) - Method in class com.androidplot.Plot
Set's the paint used to draw the border.
setBorderPaint(Paint) - Method in class com.androidplot.ui.widget.Widget
 
setBorderPaint(Paint) - Method in class com.androidplot.xy.BarFormatter
 
setBorderStyle(Plot.BorderStyle, Float, Float) - Method in class com.androidplot.Plot
Sets the visual style of the plot's border.
setCellHeight(float) - Method in class com.androidplot.ui.FixedTableModel
 
setCellWidth(float) - Method in class com.androidplot.ui.FixedTableModel
 
setClippingEnabled(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setColor(int) - Method in class com.androidplot.xy.AxisValueLabelFormatter
 
setColor(int) - Method in class com.androidplot.xy.XYRegionFormatter
 
setCursorLabelBackgroundPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setCursorLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setCursorPosition(float, float) - Method in class com.androidplot.xy.XYGraphWidget
 
setCursorPosition(PointF) - Method in class com.androidplot.xy.XYGraphWidget
 
setCursorPosition(PointF) - Method in class com.androidplot.xy.XYPlot
 
setCursorPosition(float, float) - Method in class com.androidplot.xy.XYPlot
 
setDefaultBounds(RectRegion) - Method in class com.androidplot.xy.XYPlot
 
setDomainAxisBottom(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainAxisPosition(boolean, boolean, int, String) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setDomainBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setDomainBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setDomainBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setDomainCursorPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainCursorPosition(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainFramingModel(XYFramingModel) - Method in class com.androidplot.xy.XYPlot
 
setDomainGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Set the paint used to draw the domain grid line.
setDomainLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelOrientation(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelSubTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelWidget(TextLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setDomainLeftMax(Number) - Method in class com.androidplot.xy.XYPlot
 
setDomainLeftMin(Number) - Method in class com.androidplot.xy.XYPlot
 
setDomainLowerBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setDomainLowerBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainOriginLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainOriginTickLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainRightMax(Number) - Method in class com.androidplot.xy.XYPlot
 
setDomainRightMin(Number) - Method in class com.androidplot.xy.XYPlot
 
setDomainStep(XYStepMode, double) - Method in class com.androidplot.xy.XYPlot
 
setDomainStepMode(XYStepMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainStepModel(XYStepModel) - Method in class com.androidplot.xy.XYPlot
 
setDomainStepValue(double) - Method in class com.androidplot.xy.XYPlot
 
setDomainSubGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Set the paint used to draw the domain grid line.
setDomainSubTick(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTick(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTickLabelHorizontalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTickLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTickLabelPaintMap(Mapping<Paint, Number>) - Method in class com.androidplot.xy.XYGraphWidget
Set a mapping to override the Paint used to draw domain labels.
setDomainTickLabelVerticalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainTickLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainUpperBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setDomainUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setDomainValueFormat().
setDonutSize(float, PieRenderer.DonutMode) - Method in class com.androidplot.pie.PieRenderer
 
setDrawAnchorsEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawDomainOriginEnabled(boolean) - Method in class com.androidplot.xy.XYPlot
 
setDrawIconBackgroundEnabled(boolean) - Method in class com.androidplot.xy.XYLegendWidget
 
setDrawIconBorderEnabled(boolean) - Method in class com.androidplot.xy.XYLegendWidget
 
setDrawMarginsEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawMarkersEnabled(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setDrawOutlinesEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawOutlineShadowsEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawPaddingEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawRangeOriginEnabled(boolean) - Method in class com.androidplot.xy.XYPlot
 
setEnabled(boolean) - Method in class com.androidplot.ui.RenderStack.StackElement
Enable or disable a stack element for rendering.
setEndDeg(float) - Method in class com.androidplot.pie.PieRenderer
 
setFillDirection(FillDirection) - Method in class com.androidplot.xy.LineAndPointFormatter
Sets which edge to use to close the line's path for filling purposes.
setFillPaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setFillPaint(Paint) - Method in class com.androidplot.xy.BarFormatter
 
setFillPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setFormatter(SeriesFormatterType) - Method in class com.androidplot.ui.RenderBundle
 
setGraphWidget(XYGraphWidget) - Method in class com.androidplot.xy.XYPlot
 
setGridBackgroundPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridBox(BoxModel) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridPadding(float, float, float, float) - Method in class com.androidplot.xy.XYPlot
 
setHeight(SizeMetric) - Method in class com.androidplot.ui.Size
 
setHeight(float) - Method in class com.androidplot.ui.widget.Widget
 
setHeight(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setIconSize(Size) - Method in class com.androidplot.xy.XYLegendWidget
Set the size of each legend's icon.
setInnerEdgePaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setInterpolationParams(InterpolationParams) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setLabel(String) - Method in class com.androidplot.xy.RectRegion
 
setLabelMarkerPaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setLabelPaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setLabelPaint(Paint) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setLayoutManager(LayoutManager) - Method in class com.androidplot.Plot
 
setLayoutType(SizeLayoutType) - Method in class com.androidplot.ui.SizeMetric
 
setLayoutType(XLayoutStyle) - Method in class com.androidplot.ui.XPositionMetric
 
setLayoutType(YLayoutStyle) - Method in class com.androidplot.ui.YPositionMetric
 
setLegendWidget(XYLegendWidget) - Method in class com.androidplot.xy.XYPlot
 
setLinePaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setLinePaint(Paint) - Method in class com.androidplot.xy.ValueMarker
 
setMarginBottom(float) - Method in class com.androidplot.ui.BoxModel
 
setMarginBottom(float) - Method in interface com.androidplot.ui.BoxModelable
 
setMarginBottom(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginLeft(float) - Method in class com.androidplot.ui.BoxModel
 
setMarginLeft(float) - Method in interface com.androidplot.ui.BoxModelable
 
setMarginLeft(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginPaint(Paint) - Method in class com.androidplot.ui.LayoutManager
 
setMarginRight(float) - Method in class com.androidplot.ui.BoxModel
 
setMarginRight(float) - Method in interface com.androidplot.ui.BoxModelable
 
setMarginRight(float) - Method in class com.androidplot.ui.widget.Widget
 
setMargins(float, float, float, float) - Method in class com.androidplot.ui.BoxModel
 
setMargins(float, float, float, float) - Method in interface com.androidplot.ui.BoxModelable
 
setMargins(float, float, float, float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginTop(float) - Method in class com.androidplot.ui.BoxModel
 
setMarginTop(float) - Method in interface com.androidplot.ui.BoxModelable
 
setMarginTop(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarkupEnabled(boolean) - Method in class com.androidplot.Plot
 
setMarkupEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setMaxRefreshRate(float) - Method in class com.androidplot.util.Redrawer
Set the maximum refresh rate that Redrawer should use.
setMaxVal(Number) - Method in class com.androidplot.LineRegion
 
setMaxX(Number) - Method in class com.androidplot.xy.RectRegion
 
setMaxY(Number) - Method in class com.androidplot.xy.RectRegion
 
setMinVal(Number) - Method in class com.androidplot.LineRegion
 
setMinX(double) - Method in class com.androidplot.xy.RectRegion
 
setMinY(Number) - Method in class com.androidplot.xy.RectRegion
 
setMode(XYStepMode) - Method in class com.androidplot.xy.XYStepModel
 
setModel(List<? extends Number>, SimpleXYSeries.ArrayFormat) - Method in class com.androidplot.xy.SimpleXYSeries
Use the provided list of Numbers as yVals and their corresponding indexes as xVals.
setNumColumns(int) - Method in class com.androidplot.ui.DynamicTableModel
 
setNumRows(int) - Method in class com.androidplot.ui.DynamicTableModel
 
setOnTouchListener(View.OnTouchListener) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setOrder(TableOrder) - Method in class com.androidplot.ui.TableModel
 
setOrientation(TextOrientationType) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setOuterEdgePaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setOutlinePaint(Paint) - Method in class com.androidplot.ui.LayoutManager
 
setOutlineShadowPaint(Paint) - Method in class com.androidplot.ui.LayoutManager
 
setPadding(float, float, float, float) - Method in class com.androidplot.ui.BoxModel
 
setPadding(float, float, float, float) - Method in interface com.androidplot.ui.BoxModelable
 
setPadding(float, float, float, float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingBottom(float) - Method in class com.androidplot.ui.BoxModel
 
setPaddingBottom(float) - Method in interface com.androidplot.ui.BoxModelable
 
setPaddingBottom(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingLeft(float) - Method in class com.androidplot.ui.BoxModel
 
setPaddingLeft(float) - Method in interface com.androidplot.ui.BoxModelable
 
setPaddingLeft(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingPaint(Paint) - Method in class com.androidplot.ui.LayoutManager
 
setPaddingRight(float) - Method in class com.androidplot.ui.BoxModel
 
setPaddingRight(float) - Method in interface com.androidplot.ui.BoxModelable
 
setPaddingRight(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingTop(float) - Method in class com.androidplot.ui.BoxModel
 
setPaddingTop(float) - Method in interface com.androidplot.ui.BoxModelable
 
setPaddingTop(float) - Method in class com.androidplot.ui.widget.Widget
 
setPieWidget(PieWidget) - Method in class com.androidplot.pie.PieChart
 
setPlot(PlotType) - Method in class com.androidplot.ui.SeriesRenderer
 
setPlotMarginBottom(float) - Method in class com.androidplot.Plot
 
setPlotMarginLeft(float) - Method in class com.androidplot.Plot
 
setPlotMarginRight(float) - Method in class com.androidplot.Plot
 
setPlotMargins(float, float, float, float) - Method in class com.androidplot.Plot
Convenience method - wraps the individual setMarginXXX methods into a single method.
setPlotMarginTop(float) - Method in class com.androidplot.Plot
 
setPlotPadding(float, float, float, float) - Method in class com.androidplot.Plot
Convenience method - wraps the individual setPaddingXXX methods into a single method.
setPlotPaddingBottom(float) - Method in class com.androidplot.Plot
 
setPlotPaddingLeft(float) - Method in class com.androidplot.Plot
 
setPlotPaddingRight(float) - Method in class com.androidplot.Plot
 
setPlotPaddingTop(float) - Method in class com.androidplot.Plot
 
setPointLabeler(PointLabeler) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setPointLabelFormatter(PointLabelFormatter) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setPointPerSegment(int) - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
 
setPositionMetrics(PositionMetrics) - Method in class com.androidplot.ui.widget.Widget
 
setRadialEdgePaint(Paint) - Method in class com.androidplot.pie.SegmentFormatter
 
setRangeAxisLeft(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeAxisPosition(boolean, boolean, int, String) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeBottomMax(Number) - Method in class com.androidplot.xy.XYPlot
 
setRangeBottomMin(Number) - Method in class com.androidplot.xy.XYPlot
 
setRangeBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setRangeBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setRangeBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setRangeBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setRangeCursorPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeCursorPosition(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeFramingModel(XYFramingModel) - Method in class com.androidplot.xy.XYPlot
 
setRangeGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Set the Paint used to draw the range grid line.
setRangeLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabelOrientation(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelSubTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelTickPaintMap(Mapping<Paint, Number>) - Method in class com.androidplot.xy.XYGraphWidget
Set a mapping to override the Paint used to draw range labels.
setRangeLabelWidget(TextLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setRangeLowerBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setRangeLowerBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeOriginLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeOriginTickLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeStep(XYStepMode, double) - Method in class com.androidplot.xy.XYPlot
 
setRangeStepMode(XYStepMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeStepModel(XYStepModel) - Method in class com.androidplot.xy.XYPlot
 
setRangeStepValue(double) - Method in class com.androidplot.xy.XYPlot
 
setRangeSubGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Set the Paint used to draw the range grid line.
setRangeSubTick(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTick(boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTickLabelHorizontalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTickLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTickLabelVerticalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTickLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeTopMax(Number) - Method in class com.androidplot.xy.XYPlot
 
setRangeTopMin(Number) - Method in class com.androidplot.xy.XYPlot
 
setRangeUpperBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setRangeUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setRangeValueFormat().
setRenderMode(Plot.RenderMode) - Method in class com.androidplot.Plot
Sets the render mode used by the Plot.
setSeries(Series) - Method in class com.androidplot.ui.RenderBundle
 
setSize(Size) - Method in class com.androidplot.ui.widget.Widget
 
setStartDeg(float) - Method in class com.androidplot.pie.PieRenderer
 
setTableModel(TableModel) - Method in class com.androidplot.xy.XYLegendWidget
 
setText(String) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setText(String) - Method in class com.androidplot.xy.ValueMarker
 
setTextMargin(int) - Method in class com.androidplot.xy.ValueMarker
 
setTextOrientation(ValueMarker.TextOrientation) - Method in class com.androidplot.xy.ValueMarker
Currently not implemented.
setTextPaint(Paint) - Method in class com.androidplot.xy.PointLabelFormatter
 
setTextPaint(Paint) - Method in class com.androidplot.xy.ValueMarker
 
setTextPaint(Paint) - Method in class com.androidplot.xy.XYLegendWidget
 
setTextPosition(PositionMetricType) - Method in class com.androidplot.xy.ValueMarker
 
setTicksPerDomainLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setTicksPerDomainLabel(int) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setTicksPerDomainLabel().
setTicksPerRangeLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setTicksPerRangeLabel(int) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setTicksPerRangeLabel().
setTitle(String) - Method in class com.androidplot.pie.Segment
 
setTitle(String) - Method in class com.androidplot.Plot
 
setTitle(String) - Method in class com.androidplot.xy.SimpleXYSeries
 
setTitleWidget(TextLabelWidget) - Method in class com.androidplot.Plot
 
setType(CatmullRomInterpolator.Type) - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
 
setUserDomainOrigin(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserMaxX(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserMaxY(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserMinX(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserMinY(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserRangeOrigin(Number) - Method in class com.androidplot.xy.XYPlot
 
setValue(Number) - Method in class com.androidplot.pie.Segment
 
setValue(Number) - Method in class com.androidplot.xy.ValueMarker
 
setValue(double) - Method in class com.androidplot.xy.XYStepModel
 
setVertexPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setVisible(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(SizeMetric) - Method in class com.androidplot.ui.Size
 
setWidth(float) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setX(Number, int) - Method in class com.androidplot.xy.SimpleXYSeries
Sets individual x value based on index
setXPositionMetric(XPositionMetric) - Method in class com.androidplot.ui.PositionMetrics
 
setXY(Number, Number, int) - Method in class com.androidplot.xy.SimpleXYSeries
Sets xy values based on index
setY(Number, int) - Method in class com.androidplot.xy.SimpleXYSeries
Sets individual y value based on index
setYPositionMetric(YPositionMetric) - Method in class com.androidplot.ui.PositionMetrics
 
setZoomEnabled(boolean) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setZoomHorizontally(boolean) - Method in class com.androidplot.xy.XYPlotZoomPan
 
setZoomVertically(boolean) - Method in class com.androidplot.xy.XYPlotZoomPan
 
SimpleXYSeries - Class in com.androidplot.xy
A convenience class used to create instances of XYPlot generated from Lists of Numbers.
SimpleXYSeries(String) - Constructor for class com.androidplot.xy.SimpleXYSeries
 
SimpleXYSeries(List<? extends Number>, SimpleXYSeries.ArrayFormat, String) - Constructor for class com.androidplot.xy.SimpleXYSeries
Generates an XYSeries instance from the List of numbers passed in.
SimpleXYSeries(List<? extends Number>, List<? extends Number>, String) - Constructor for class com.androidplot.xy.SimpleXYSeries
 
SimpleXYSeries.ArrayFormat - Enum in com.androidplot.xy
 
sink(RectF) - Static method in class com.androidplot.util.PixelUtils
Converts a sub-pixel accurate RectF to a single pixel accurate rect.
Size - Class in com.androidplot.ui
Defines physical dimensions & scaling characteristics
Size(float, SizeLayoutType, float, SizeLayoutType) - Constructor for class com.androidplot.ui.Size
Convenience constructor.
Size(SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.Size
Creates a new SizeMetrics instance using the specified size layout algorithm and value.
size() - Method in class com.androidplot.util.ZHash
 
size() - Method in class com.androidplot.xy.SimpleXYSeries
 
size() - Method in interface com.androidplot.xy.XYSeries
 
SizeLayoutType - Enum in com.androidplot.ui
SizeLayoutType is an enumeration of algorithms available for calculating an arbitrary dimension of a widget.
SizeMetric - Class in com.androidplot.ui
Encapsulates a sizing algorithm and an associated value.
SizeMetric(float, SizeLayoutType) - Constructor for class com.androidplot.ui.SizeMetric
 
spToPix(float) - Static method in class com.androidplot.util.PixelUtils
Converts an sp value to pixels.
StackElement(SeriesAndFormatter<SeriesType, FormatterType>) - Constructor for class com.androidplot.ui.RenderStack.StackElement
 
start() - Method in class com.androidplot.util.Redrawer
Start/resume redrawing the plot.
StepFormatter - Class in com.androidplot.xy
 
StepFormatter() - Constructor for class com.androidplot.xy.StepFormatter
Should only be used in conjunction with calls to configure()...
StepFormatter(Integer, Integer) - Constructor for class com.androidplot.xy.StepFormatter
 
StepRenderer - Class in com.androidplot.xy
Renders a point as a line with the vertices marked.
StepRenderer(XYPlot) - Constructor for class com.androidplot.xy.StepRenderer
 
stringToDimension(String) - Static method in class com.androidplot.util.PixelUtils
 
sub(PointF, PointF) - Static method in class com.androidplot.util.PixelUtils
 
sync() - Method in class com.androidplot.ui.RenderStack
Syncs the stack structure with plot's current state.

T

TableModel - Class in com.androidplot.ui
 
TableModel(TableOrder) - Constructor for class com.androidplot.ui.TableModel
 
TableModel.Axis - Enum in com.androidplot.ui
 
TableModel.CellSizingMethod - Enum in com.androidplot.ui
 
TableOrder - Enum in com.androidplot.ui
 
TableSizingMethod - Enum in com.androidplot.ui
The sizing methods available to a table.
TextLabelWidget - Class in com.androidplot.ui.widget
 
TextLabelWidget(LayoutManager, Size) - Constructor for class com.androidplot.ui.widget.TextLabelWidget
 
TextLabelWidget(LayoutManager, String, Size, TextOrientationType) - Constructor for class com.androidplot.ui.widget.TextLabelWidget
 
TextLabelWidget(LayoutManager, Size, TextOrientationType) - Constructor for class com.androidplot.ui.widget.TextLabelWidget
 
TextOrientationType - Enum in com.androidplot.ui
 

U

updateDomainMinMaxForOriginModel() - Method in class com.androidplot.xy.XYPlot
 
updateRangeMinMaxForOriginModel() - Method in class com.androidplot.xy.XYPlot
 
useImplicitXVals() - Method in class com.androidplot.xy.SimpleXYSeries
Use index value as xVal, instead of explicit, user provided xVals.

V

validatePair(float, SizeLayoutType) - Method in class com.androidplot.ui.SizeMetric
 
validatePair(float, XLayoutStyle) - Method in class com.androidplot.ui.XPositionMetric
Throws IllegalArgumentException if there is a problem.
validatePair(float, YLayoutStyle) - Method in class com.androidplot.ui.YPositionMetric
Throws IllegalArgumentException if there is a problem.
validateValue(float, PositionMetric.LayoutMode) - Static method in class com.androidplot.ui.PositionMetric
Throws IllegalArgumentException if there is a problem.
valPerPix(double, double, float) - Static method in class com.androidplot.util.ValPixConverter
 
ValPixConverter - Class in com.androidplot.util
Utility methods for converting pixel coordinates into real values and vice versa.
ValPixConverter() - Constructor for class com.androidplot.util.ValPixConverter
 
valToPix(double, double, double, float, boolean) - Static method in class com.androidplot.util.ValPixConverter
 
valToPix(Number, Number, RectF, Number, Number, Number, Number) - Static method in class com.androidplot.util.ValPixConverter
Converts a real value into a pixel value.
ValueMarker<PositionMetricType extends PositionMetric> - Class in com.androidplot.xy
Encapsulates a single axis line marker drawn onto an XYPlot at a specified value.
ValueMarker(Number, String, PositionMetricType) - Constructor for class com.androidplot.xy.ValueMarker
 
ValueMarker(Number, String, PositionMetricType, Paint, Paint) - Constructor for class com.androidplot.xy.ValueMarker
 
ValueMarker(Number, String, PositionMetricType, int, int) - Constructor for class com.androidplot.xy.ValueMarker
 
ValueMarker.TextOrientation - Enum in com.androidplot.xy
 
valueOf(String) - Static method in enum com.androidplot.pie.PieRenderer.DonutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.Plot.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.Plot.RenderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.AnchorPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.PositionMetric.LayoutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.PositionMetric.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.SizeLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.TableModel.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.TableModel.CellSizingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.TableOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.TableSizingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.TextOrientationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.XLayoutStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.YLayoutStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.BarRenderer.BarRenderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.BarRenderer.BarWidthStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.BoundaryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.CatmullRomInterpolator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.FillDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.SimpleXYSeries.ArrayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.ValueMarker.TextOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYFramingModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYStepMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.androidplot.pie.PieRenderer.DonutMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.Plot.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.Plot.RenderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.AnchorPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.PositionMetric.LayoutMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.PositionMetric.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.SizeLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.TableModel.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.TableModel.CellSizingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.TableOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.TableSizingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.TextOrientationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.XLayoutStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.YLayoutStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.BarRenderer.BarRenderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.BarRenderer.BarWidthStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.BoundaryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.CatmullRomInterpolator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.FillDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.SimpleXYSeries.ArrayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.ValueMarker.TextOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.XYAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.XYFramingModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.XYStepMode
Returns an array containing the constants of this enum type, in the order they are declared.
vertexPaint - Variable in class com.androidplot.xy.LineAndPointFormatter
 
vOffset - Variable in class com.androidplot.xy.PointLabelFormatter
 

W

Widget - Class in com.androidplot.ui.widget
A Widget is a graphical sub-element of a Plot that can be positioned relative to the bounds of the Plot.
Widget(LayoutManager, SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.widget.Widget
 
Widget(LayoutManager, Size) - Constructor for class com.androidplot.ui.widget.Widget
 

X

x - Variable in class com.androidplot.xy.XY
 
XLayoutStyle - Enum in com.androidplot.ui
 
XPositionMetric - Class in com.androidplot.ui
 
XPositionMetric(float, XLayoutStyle) - Constructor for class com.androidplot.ui.XPositionMetric
 
xVal - Variable in class com.androidplot.xy.BarRenderer.Bar
 
XValueMarker - Class in com.androidplot.xy
 
XValueMarker(Number, String) - Constructor for class com.androidplot.xy.XValueMarker
 
XValueMarker(Number, String, YPositionMetric, Paint, Paint) - Constructor for class com.androidplot.xy.XValueMarker
 
XValueMarker(Number, String, YPositionMetric, int, int) - Constructor for class com.androidplot.xy.XValueMarker
 
XY - Class in com.androidplot.xy
A pair of x/y coordinates
XY(Number, Number) - Constructor for class com.androidplot.xy.XY
 
XYAxisType - Enum in com.androidplot.xy
 
XYFramingModel - Enum in com.androidplot.xy
 
XYGraphBounds - Class in com.androidplot.xy
 
XYGraphBounds() - Constructor for class com.androidplot.xy.XYGraphBounds
 
XYGraphWidget - Class in com.androidplot.xy
Displays graphical data (lines, points, etc.) annotated with domain and range tick markers.
XYGraphWidget(LayoutManager, XYPlot, Size) - Constructor for class com.androidplot.xy.XYGraphWidget
 
XYLegendWidget - Class in com.androidplot.xy
 
XYLegendWidget(LayoutManager, XYPlot, Size, TableModel, Size) - Constructor for class com.androidplot.xy.XYLegendWidget
 
XYPlot - Class in com.androidplot.xy
A View to graphically display x/y coordinates.
XYPlot(Context, String) - Constructor for class com.androidplot.xy.XYPlot
 
XYPlot(Context, String, Plot.RenderMode) - Constructor for class com.androidplot.xy.XYPlot
 
XYPlot(Context, AttributeSet) - Constructor for class com.androidplot.xy.XYPlot
 
XYPlot(Context, AttributeSet, int) - Constructor for class com.androidplot.xy.XYPlot
 
XYPlotZoomPan - Class in com.androidplot.xy
 
XYPlotZoomPan(Context, String, Plot.RenderMode) - Constructor for class com.androidplot.xy.XYPlotZoomPan
 
XYPlotZoomPan(Context, AttributeSet) - Constructor for class com.androidplot.xy.XYPlotZoomPan
 
XYPlotZoomPan(Context, AttributeSet, int) - Constructor for class com.androidplot.xy.XYPlotZoomPan
 
XYPlotZoomPan(Context, String) - Constructor for class com.androidplot.xy.XYPlotZoomPan
 
XYRegionFormatter - Class in com.androidplot.xy
Base class of all XYRegionFormatters.
XYRegionFormatter(Context, int) - Constructor for class com.androidplot.xy.XYRegionFormatter
Provided as a convenience to users; allows instantiation and xml configuration to take place in a single line
XYRegionFormatter(int) - Constructor for class com.androidplot.xy.XYRegionFormatter
 
XYSeries - Interface in com.androidplot.xy
Represents a two dimensional series of data represented as xy values.
XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> - Class in com.androidplot.xy
 
XYSeriesFormatter() - Constructor for class com.androidplot.xy.XYSeriesFormatter
 
XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter> - Class in com.androidplot.xy
Base class for all Renderers that render XYSeries data.
XYSeriesRenderer(XYPlot) - Constructor for class com.androidplot.xy.XYSeriesRenderer
 
XYStep - Class in com.androidplot.xy
An immutable object generated by XYStepCalculator representing a stepping model to be used by an XYPlot.
XYStep(float, float, double) - Constructor for class com.androidplot.xy.XYStep
 
XYStepCalculator - Class in com.androidplot.xy
Calculates "stepping" values for a plot.
XYStepCalculator() - Constructor for class com.androidplot.xy.XYStepCalculator
 
XYStepMode - Enum in com.androidplot.xy
INCREMENTAL_VALUE - (default) draw a tick every n values.
XYStepModel - Class in com.androidplot.xy
Encapsulates a set of stepping parameters for a single axis.
XYStepModel(XYStepMode, double) - Constructor for class com.androidplot.xy.XYStepModel
 

Y

y - Variable in class com.androidplot.xy.XY
 
YLayoutStyle - Enum in com.androidplot.ui
 
YPositionMetric - Class in com.androidplot.ui
 
YPositionMetric(float, YLayoutStyle) - Constructor for class com.androidplot.ui.YPositionMetric
 
yVal - Variable in class com.androidplot.xy.BarRenderer.Bar
 
YValueMarker - Class in com.androidplot.xy
 
YValueMarker(Number, String) - Constructor for class com.androidplot.xy.YValueMarker
 
YValueMarker(Number, String, XPositionMetric, Paint, Paint) - Constructor for class com.androidplot.xy.YValueMarker
 
YValueMarker(Number, String, XPositionMetric, int, int) - Constructor for class com.androidplot.xy.YValueMarker
 

Z

ZERO - Static variable in class com.androidplot.xy.LineAndPointRenderer
 
ZHash<KeyType,ValueType> - Class in com.androidplot.util
An implementation of ZIndexable.
ZHash() - Constructor for class com.androidplot.util.ZHash
 
ZIndexable<ElementType> - Interface in com.androidplot.util
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.
ZLinkedList<Type> - Class in com.androidplot.util
 
ZLinkedList() - Constructor for class com.androidplot.util.ZLinkedList
 
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links