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

A

add(SeriesType, FormatterType) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
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
 
addSeries(SeriesType, Class, FormatterType) - Method in class com.androidplot.Plot
Will *immediately* throw ClassCastException if rendererClass is not an instance of RendererType.
addSeries(XYSeries, XYSeriesFormatter) - Method in class com.androidplot.xy.XYPlot
 
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.
AxisValueLabelFormatter - Class in com.androidplot.xy
 
AxisValueLabelFormatter(int) - Constructor for class com.androidplot.xy.AxisValueLabelFormatter
 

B

BarFormatter - Class in com.androidplot.xy
 
BarFormatter(int, int) - Constructor for class com.androidplot.xy.BarFormatter
 
BarRenderer - Class in com.androidplot.xy
Renders a point as a Bar
BarRenderer(XYPlot) - Constructor for class com.androidplot.xy.BarRenderer
 
BarRenderer.BarRenderStyle - Enum in com.androidplot.xy
 
BarRenderer.BarWidthStyle - Enum in com.androidplot.xy
 
BezierLineAndPointFormatter - Class in com.androidplot.xy
 
BezierLineAndPointFormatter(Integer, Integer, Integer) - Constructor for class com.androidplot.xy.BezierLineAndPointFormatter
 
BezierLineAndPointFormatter(Integer, Integer, Integer, FillDirection) - Constructor for class com.androidplot.xy.BezierLineAndPointFormatter
 
BezierLineAndPointRenderer - Class in com.androidplot.xy
WARNING: This is an unfinished class.
BezierLineAndPointRenderer(XYPlot) - Constructor for class com.androidplot.xy.BezierLineAndPointRenderer
 
BoundaryMode - Enum in com.androidplot.xy
 
BoxModel - Class in com.androidplot.ui
Convenience implementation of BoxModelable.
BoxModel() - Constructor for class com.androidplot.ui.BoxModel
 
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

calculateMinMaxVals() - Method in class com.androidplot.xy.XYPlot
 
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.
clear() - Method in class com.androidplot.Plot
Remove all series from all renderers
com.androidplot - package com.androidplot
 
com.androidplot.exception - package com.androidplot.exception
 
com.androidplot.series - package com.androidplot.series
Series interface definitions.
com.androidplot.ui - package com.androidplot.ui
Visual components of AndroidPlot
com.androidplot.ui.widget - package com.androidplot.ui.widget
 
com.androidplot.util - package com.androidplot.util
General use classes and interfaces.
com.androidplot.xy - package com.androidplot.xy
Classes for creating XYPlots.
compareTo(PositionMetrics) - Method in class com.androidplot.ui.PositionMetrics
 
contains(Number) - Method in class com.androidplot.LineRegion
Tests whether a value is within the given range
contains(SeriesType) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
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
 

D

DataRenderer<PlotType extends Plot,SeriesFormatterType extends Formatter> - Class in com.androidplot.ui
 
DataRenderer(PlotType) - Constructor for class com.androidplot.ui.DataRenderer
 
disableAllMarkup() - Method in class com.androidplot.Plot
 
disableAllMarkup() - Method in class com.androidplot.ui.LayoutManager
 
disableShadows() - Method in class com.androidplot.xy.LineAndPointFormatter
 
doDrawLegendIcon(Canvas, RectF, BarFormatter) - Method in class com.androidplot.xy.BarRenderer
 
doDrawLegendIcon(Canvas, RectF, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 
DomainLabelWidget - Class in com.androidplot.ui.widget
 
DomainLabelWidget(XYPlot, SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.DomainLabelWidget
 
doOnDraw(Canvas, RectF) - Method in class com.androidplot.ui.widget.TextLabelWidget
Do not call this method directly.
dpToPix(Context, float) - Static method in class com.androidplot.util.PixelUtils
Converts a dp value to pixels.
draw(Canvas, RectF, RectF, RectF) - Method in class com.androidplot.ui.LayoutManager
 
draw(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
draw(Canvas, Number, PointF) - Method in interface com.androidplot.xy.PointFormatter
Draws the point specified onto the canvas.
draw(Canvas, Number, PointF) - Method in class com.androidplot.xy.PointLabelFormatter
 
drawRangeTick(Canvas, float, Number, Paint, Paint, boolean) - Method in class com.androidplot.xy.XYGraphWidget
 
drawRegionLegendIcon(Canvas, RectF, XYRegionFormatter) - Method in class com.androidplot.ui.DataRenderer
 
drawSeriesLegendIcon(Canvas, RectF, SeriesFormatterType) - Method in class com.androidplot.ui.DataRenderer
 
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(SizeMetrics) - 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

FillDirection - Enum in com.androidplot.xy
Defines which edge is used to close a fill path for drawing lines.
FixedTableModel - Class in com.androidplot.ui
 
FontUtils - Class in com.androidplot.util
 
FontUtils() - Constructor for class com.androidplot.util.FontUtils
 
Formatter - Class in com.androidplot.ui
Base class of all Formatters.
Formatter() - Constructor for class com.androidplot.ui.Formatter
 
fractionToPixH(Context, float) - Static method in class com.androidplot.util.PixelUtils
 
fractionToPixW(Context, float) - Static method in class com.androidplot.util.PixelUtils
 

G

get(KeyType) - Method in class com.androidplot.util.ZHash
 
getAnchor() - Method in class com.androidplot.ui.PositionMetrics
 
getAnchorCoordinates(RectF, AnchorPosition) - Static method in class com.androidplot.ui.LayoutManager
 
getAnchorCoordinates(float, float, float, float, AnchorPosition) - Static method in class com.androidplot.ui.LayoutManager
 
getAnchorOffset(float, float, AnchorPosition) - Static method in class com.androidplot.ui.LayoutManager
 
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
 
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.
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
 
getCursorLabelBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getCursorLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDefaultBounds() - Method in class com.androidplot.xy.XYPlot
 
getDomainCursorPosition() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainCursorVal() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelHorizontalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelVerticalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLeftMax() - Method in class com.androidplot.xy.XYPlot
 
getDomainLeftMin() - Method in class com.androidplot.xy.XYPlot
 
getDomainOrigin() - Method in class com.androidplot.xy.XYPlot
 
getDomainOriginLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainOriginLinePaint() - 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
 
getDomainStepValue() - 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().
getElementAnchor(Widget) - Method in class com.androidplot.ui.LayoutManager
 
getElementCoordinates(float, float, RectF, PositionMetrics) - Method in class com.androidplot.ui.LayoutManager
 
getFillDirection() - Method in class com.androidplot.xy.LineAndPointFormatter
 
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) - Method in class com.androidplot.Plot
 
getFormatter(Series) - Method in class com.androidplot.ui.DataRenderer
 
getFormatter() - Method in class com.androidplot.ui.RenderBundle
 
getFormatter(SeriesType) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
getFormatter(int) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
getFormatterList() - Method in class com.androidplot.ui.SeriesAndFormatterList
 
getGraphWidget() - Method in class com.androidplot.xy.XYPlot
 
getGridBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridDomainLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
get the GridDomainLinePaint.
getGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridPaddingBottom() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridPaddingLeft() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridPaddingRight() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridPaddingTop() - Method in class com.androidplot.xy.XYGraphWidget
 
getGridRangeLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
get the GridRangeLinePaint.
getGridRect() - Method in class com.androidplot.xy.XYGraphWidget
Returns a RectF representing the grid area last drawn by this plot.
getHalfStringHeight(String, Paint) - Static method in class com.androidplot.util.FontUtils
Deprecated. 
getHeightMetric() - Method in class com.androidplot.ui.SizeMetrics
 
getHeightMetric() - Method in class com.androidplot.ui.widget.Widget
 
getHeightPix(float) - Method in class com.androidplot.ui.widget.Widget
 
getIconSizeMetrics() - Method in class com.androidplot.xy.XYLegendWidget
 
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() - Method in class com.androidplot.xy.RectRegion
 
getLabelPaint() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getLabelStep() - Method in class com.androidplot.xy.LineAndPointFormatter
 
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() - 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
 
getNumColumns() - Method in class com.androidplot.ui.DynamicTableModel
 
getNumRows() - Method in class com.androidplot.ui.DynamicTableModel
 
getOrder() - Method in class com.androidplot.ui.TableModel
 
getOrientation() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getOutlinePaint() - Method in class com.androidplot.ui.LayoutManager
 
getOutlineRect() - Method in class com.androidplot.ui.widget.Widget
 
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() - Static method in class com.androidplot.util.PaintUtils
 
getPaint() - Method in class com.androidplot.xy.XYRegionFormatter
Advanced users can use this method to access the Paint instance to add transparency etc.
getPixelValue(float) - Method in class com.androidplot.ui.SizeMetric
 
getPixelValue(float) - Method in class com.androidplot.xy.XPositionMetric
 
getPixelValue(float) - Method in class com.androidplot.xy.YPositionMetric
 
getPlot() - Method in class com.androidplot.ui.DataRenderer
 
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
 
getRangeBottomMax() - Method in class com.androidplot.xy.XYPlot
 
getRangeBottomMin() - Method in class com.androidplot.xy.XYPlot
 
getRangeCursorPosition() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeCursorVal() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelHorizontalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelVerticalOffset() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeOrigin() - Method in class com.androidplot.xy.XYPlot
 
getRangeOriginLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeOriginLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeStepMode() - Method in class com.androidplot.xy.XYPlot
 
getRangeStepValue() - Method in class com.androidplot.xy.XYPlot
 
getRangeTicksPerLabel() - Method in class com.androidplot.xy.XYGraphWidget
Deprecated. 
getRangeTopMax() - Method in class com.androidplot.xy.XYPlot
 
getRangeTopMin() - 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.SizeMetrics
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.
getRenderer(Class) - Method in class com.androidplot.Plot
 
getRendererList() - Method in class com.androidplot.Plot
 
getRoundedRect(RectF) - Method in class com.androidplot.ui.SizeMetrics
Same as getRectF but with edges rounded to the nearest full pixel.
getSeries() - Method in class com.androidplot.ui.RenderBundle
 
getSeries(int) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
getSeriesAndFormatterList() - Method in class com.androidplot.ui.DataRenderer
 
getSeriesAndFormatterListForRenderer(Class) - Method in class com.androidplot.Plot
 
getSeriesList() - Method in class com.androidplot.ui.SeriesAndFormatterList
 
getSeriesListForRenderer(Class) - Method in class com.androidplot.Plot
 
getSeriesSet() - Method in class com.androidplot.Plot
Returns a list of all series assigned to the various renderers within the Plot.
getSource() - Method in class com.androidplot.PlotEvent
 
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.
getStringHeight(String, Paint) - Static method in class com.androidplot.util.FontUtils
Deprecated. 
getSum(int) - Method in interface com.androidplot.series.ProportionalSeries
 
getTableModel() - Method in class com.androidplot.xy.XYLegendWidget
 
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.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.Plot
 
getTitle() - Method in interface com.androidplot.series.Series
 
getTitle() - Method in class com.androidplot.xy.SimpleXYSeries
 
getTitleWidget() - Method in class com.androidplot.Plot
 
getUniqueRegionFormatters() - Method in class com.androidplot.xy.XYSeriesRenderer
 
getValue(int) - Method in interface com.androidplot.series.VectorSeries
 
getValue() - Method in class com.androidplot.xy.ValueMarker
 
getVertexPaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getWidthMetric() - Method in class com.androidplot.ui.SizeMetrics
 
getWidthMetric() - Method in class com.androidplot.ui.widget.Widget
 
getWidthPix(float) - Method in class com.androidplot.ui.widget.Widget
 
getX(int) - Method in interface com.androidplot.series.XYSeries
Returns the x-value for an index within a series.
getX(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
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
 
getY(int) - Method in interface com.androidplot.series.XYSeries
Returns the y-value for an index within a series.
getY(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
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
 

I

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
 
isClippingEnabled() - Method in class com.androidplot.ui.widget.Widget
 
isDomainAxisBottom() - Method in class com.androidplot.xy.XYGraphWidget
 
isDrawAnchorsEnabled() - Method in class com.androidplot.ui.LayoutManager
 
isDrawBorderEnabled() - Method in class com.androidplot.Plot
Deprecated.
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
 
isRangeAxisLeft() - 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

LayoutManager - Class in com.androidplot.ui
 
LayoutManager() - Constructor for class com.androidplot.ui.LayoutManager
 
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(Integer, Integer, Integer) - Constructor for class com.androidplot.xy.LineAndPointFormatter
Set corresponding parameter to null to disable the drawing of lines, vertexes or fill.
LineAndPointFormatter(Integer, Integer, Integer, 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
 
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

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
 

O

onPlotUpdate(PlotEvent) - Method in interface com.androidplot.PlotListener
 
onRender(Canvas, RectF) - Method in class com.androidplot.ui.DataRenderer
 
onRender(Canvas, RectF) - Method in class com.androidplot.xy.BarRenderer
 
onRender(Canvas, RectF) - Method in class com.androidplot.xy.LineAndPointRenderer
 
onTouch(View, MotionEvent) - Method in class com.androidplot.ui.LayoutManager
 

P

pack() - Method in class com.androidplot.ui.widget.TextLabelWidget
Sets the dimensions of the widget to exactly contain the text contents
PaintUtils - Class in com.androidplot.util
Convenience methods that operate on Paint instances.
PaintUtils() - Constructor for class com.androidplot.util.PaintUtils
 
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
Plot<SeriesType extends Series,FormatterType,RendererType extends DataRenderer> - Class in com.androidplot
Base class for all other Plot implementations..
Plot(Context, String) - Constructor for class com.androidplot.Plot
Required by super-class.
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
 
PlotEvent - Class in com.androidplot
 
PlotEvent(Plot, PlotEvent.Type) - Constructor for class com.androidplot.PlotEvent
 
PlotEvent.Type - Enum in com.androidplot
 
PlotListener - Interface in com.androidplot
 
PlotRenderException - Exception in com.androidplot.exception
Created by IntelliJ IDEA.
PlotRenderException(String) - Constructor for exception com.androidplot.exception.PlotRenderException
 
PointFormatter - Interface in com.androidplot.xy
Interface used by LineAndPointRenderer to draw a Point onto the display.
PointLabelFormatter - Class in com.androidplot.xy
Default PointFormatter used by LineAndPointRenderer to draw a point's text label onto the display.
PointLabelFormatter() - Constructor for class com.androidplot.xy.PointLabelFormatter
 
position(Widget, float, XLayoutStyle, float, YLayoutStyle) - Method in class com.androidplot.Plot
Convenience method - wraps LayoutManager.position().
position(Widget, float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Method in class com.androidplot.Plot
Convenience method - wraps LayoutManager.positon().
position(Widget, float, XLayoutStyle, float, YLayoutStyle) - Method in class com.androidplot.ui.LayoutManager
 
position(Widget, float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Method in class com.androidplot.ui.LayoutManager
 
PositionMetric<LayoutType extends java.lang.Enum> - Class in com.androidplot.ui
 
PositionMetric(float, LayoutType) - Constructor for class com.androidplot.ui.PositionMetric
 
PositionMetrics - Class in com.androidplot.ui
 
PositionMetrics(float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Constructor for class com.androidplot.ui.PositionMetrics
 
postRedraw() - Method in class com.androidplot.Plot
Invalidates the Plot's underlying View and blocks until it is redrawn.
postRedraw(boolean) - Method in class com.androidplot.Plot
 
ProportionalSeries - Interface in com.androidplot.series
 

R

range(double, double) - Static method in class com.androidplot.util.ValPixConverter
 
RangeLabelWidget - Class in com.androidplot.ui.widget
 
RangeLabelWidget(XYPlot, SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.RangeLabelWidget
 
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.
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(SeriesType) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
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
 
removeSeries(SeriesType, Class) - Method in class com.androidplot.Plot
 
removeSeries(SeriesType) - Method in class com.androidplot.Plot
Remove all occorrences of series from all renderers
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) - Method in class com.androidplot.ui.DataRenderer
 
render(Canvas, RectF) - Method in class com.androidplot.xy.XYSeriesRenderer
 
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
 

S

Series - Interface in com.androidplot.series
Base interface for all Series implementations
SeriesAndFormatterList<SeriesType extends Series,FormatterType> - Class in com.androidplot.ui
Associates a Series with a Formatter.
SeriesAndFormatterList() - Constructor for class com.androidplot.ui.SeriesAndFormatterList
 
setAnchor(AnchorPosition) - Method in class com.androidplot.ui.PositionMetrics
 
setBackgroundPaint(Paint) - Method in class com.androidplot.Plot
 
setBackgroundPaint(Paint) - Method in class com.androidplot.ui.widget.Widget
 
setBarWidth(float) - Method in class com.androidplot.xy.BarRenderer
Sets the width of the bars draw.
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.
setDomainCursorPosition(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelHorizontalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelVerticalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLabelWidget(DomainLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
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.
setDomainOriginLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainOriginLinePaint(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
 
setDomainStepValue(double) - Method in class com.androidplot.xy.XYPlot
 
setDomainUpperBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setDomainValueFormat().
setDrawAnchorsEnabled(boolean) - Method in class com.androidplot.ui.LayoutManager
 
setDrawBorderEnabled(boolean) - Method in class com.androidplot.Plot
Deprecated - Use setBorderPaint(null) instead.
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
 
setElementAnchor(Widget, AnchorPosition) - Method in class com.androidplot.ui.LayoutManager
 
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.xy.BarFormatter
 
setFillPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setFontSizeDp(Context, Paint, float) - Static method in class com.androidplot.util.PaintUtils
Sets a paint instance's font size in dp
setFormatter(SeriesType, Class, FormatterType) - Method in class com.androidplot.Plot
 
setFormatter(SeriesFormatterType) - Method in class com.androidplot.ui.RenderBundle
 
setFormatter(SeriesType, FormatterType) - Method in class com.androidplot.ui.SeriesAndFormatterList
 
setGraphWidget(XYGraphWidget) - Method in class com.androidplot.xy.XYPlot
 
setGridBackgroundPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridDomainLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Creates a copy of gridDomainLinePaint to be used for drawing grid lines.
setGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Creates a copy of gridLinePaint to be used for drawing grid lines.
setGridPadding(float, float, float, float) - Method in class com.androidplot.xy.XYPlot
 
setGridPaddingBottom(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridPaddingLeft(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridPaddingRight(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridPaddingTop(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridRangeLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
Creates a copy of gridRangeLinePaint to be used for drawing grid lines.
setHeight(float) - Method in class com.androidplot.ui.widget.Widget
 
setHeight(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setHeightMetric(SizeMetric) - Method in class com.androidplot.ui.SizeMetrics
 
setIconSizeMetrics(SizeMetrics) - Method in class com.androidplot.xy.XYLegendWidget
Set the size of each legend's icon.
setLabel(String) - Method in class com.androidplot.xy.RectRegion
 
setLabelPaint(Paint) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setLabelStep(int) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setLayoutManager(LayoutManager) - Method in class com.androidplot.Plot
 
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
 
setLineSizeDp(Context, Paint, float) - Static method in class com.androidplot.util.PaintUtils
Sets a paint instance's line stroke size in dp
setMarginBottom(float) - Method in class com.androidplot.ui.BoxModel
 
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
 
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
 
setModel(List<? extends Number>, SimpleXYSeries.ArrayFormat) - Method in class com.androidplot.xy.SimpleXYSeries
 
setNumColumns(int) - Method in class com.androidplot.ui.DynamicTableModel
 
setNumRows(int) - Method in class com.androidplot.ui.DynamicTableModel
 
setOrder(TableOrder) - Method in class com.androidplot.ui.TableModel
 
setOrientation(TextOrientationType) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
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
 
setPlot(PlotType) - Method in class com.androidplot.ui.DataRenderer
 
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
 
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.
setRangeCursorPosition(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabelHorizontalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelTickExtension(int) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelVerticalOffset(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLabelWidget(RangeLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeLowerBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
Setup the boundary mode, boundary values only applicable in FIXED mode.
setRangeOriginLabelPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeOriginLinePaint(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
 
setRangeStepValue(double) - Method in class com.androidplot.xy.XYPlot
 
setRangeTicksPerLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
Deprecated. 
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.
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setRangeValueFormat().
setSeries(Series) - Method in class com.androidplot.ui.RenderBundle
 
setShadowDp(Context, Paint, float, float, float, int) - Static method in class com.androidplot.util.PaintUtils
Set a paint instance's shadowing using dp values
setSize(SizeMetrics) - Method in class com.androidplot.ui.widget.Widget
 
setTableModel(TableModel) - Method in class com.androidplot.xy.XYLegendWidget
 
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.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.Plot
 
setTitleWidget(TitleWidget) - Method in class com.androidplot.Plot
 
setUserDomainOrigin(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserRangeOrigin(Number) - Method in class com.androidplot.xy.XYPlot
 
setValue(Number) - Method in class com.androidplot.xy.ValueMarker
 
setVertexPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setVisible(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(float) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setWidthMetric(SizeMetric) - Method in class com.androidplot.ui.SizeMetrics
 
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
 
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
 
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() - Method in interface com.androidplot.series.Series
 
size() - Method in class com.androidplot.ui.SeriesAndFormatterList
 
size() - Method in class com.androidplot.util.ZHash
 
size() - Method in class com.androidplot.xy.SimpleXYSeries
 
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
 
SizeMetrics - Class in com.androidplot.ui
Encapsulates sizing preferences associated with a Widget; how/if it scales etc.
SizeMetrics(float, SizeLayoutType, float, SizeLayoutType) - Constructor for class com.androidplot.ui.SizeMetrics
Convenience constructor.
SizeMetrics(SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.SizeMetrics
Creates a new SizeMetrics instance using the specified size layout algorithm and value.
StepFormatter - Class in com.androidplot.xy
 
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
 
sub(PointF, PointF) - Static method in class com.androidplot.util.PixelUtils
 

T

TableModel - Class in com.androidplot.ui
 
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(SizeMetrics) - Constructor for class com.androidplot.ui.widget.TextLabelWidget
 
TextLabelWidget(SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.TextLabelWidget
 
TextOrientationType - Enum in com.androidplot.ui
 
TitleWidget - Class in com.androidplot.ui.widget
 
TitleWidget(Plot, SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.TitleWidget
 

U

updateDomainMinMaxForOriginModel() - Method in class com.androidplot.xy.XYPlot
 
updateRangeMinMaxForEdgeModel() - Method in class com.androidplot.xy.XYPlot
 
updateRangeMinMaxForOriginModel() - Method in class com.androidplot.xy.XYPlot
 
UserTextLabelWidget - Class in com.androidplot.ui.widget
 
UserTextLabelWidget(String, SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.UserTextLabelWidget
 

V

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.Plot.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.PlotEvent.Type
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.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.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.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.XLayoutStyle
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.XYGraphWidget.XYPlotOrientation
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.
valueOf(String) - Static method in enum com.androidplot.xy.YLayoutStyle
Returns the enum constant of this type with the specified name.
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.PlotEvent.Type
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.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.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.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.XLayoutStyle
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.XYGraphWidget.XYPlotOrientation
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.
values() - Static method in enum com.androidplot.xy.YLayoutStyle
Returns an array containing the constants of this enum type, in the order they are declared.
VectorSeries - Interface in com.androidplot.series
 

W

Widget - Class in com.androidplot.ui.widget
 
Widget(SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.widget.Widget
 
Widget(SizeMetrics) - Constructor for class com.androidplot.ui.widget.Widget
 

X

XLayoutStyle - Enum in com.androidplot.xy
 
XPositionMetric - Class in com.androidplot.xy
 
XPositionMetric(float, XLayoutStyle) - Constructor for class com.androidplot.xy.XPositionMetric
 
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
 
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 annotated with domain and range tick markers.
XYGraphWidget(XYPlot, SizeMetrics) - Constructor for class com.androidplot.xy.XYGraphWidget
 
XYGraphWidget.XYPlotOrientation - Enum in com.androidplot.xy
Will be used in a future version.
XYLegendWidget - Class in com.androidplot.xy
 
XYLegendWidget(XYPlot, SizeMetrics, TableModel, SizeMetrics) - 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, AttributeSet) - Constructor for class com.androidplot.xy.XYPlot
 
XYPlot(Context, AttributeSet, int) - Constructor for class com.androidplot.xy.XYPlot
 
XYRegionFormatter - Class in com.androidplot.xy
Base class of all XYRegionFormatters.
XYRegionFormatter(int) - Constructor for class com.androidplot.xy.XYRegionFormatter
 
XYRendererFactory - Class in com.androidplot.xy
All XYRenderers and their formatters need to be registered with this factory to be useable.
XYRendererFactory() - Constructor for class com.androidplot.xy.XYRendererFactory
 
XYSeries - Interface in com.androidplot.series
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
 
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.

Y

YLayoutStyle - Enum in com.androidplot.xy
 
YPositionMetric - Class in com.androidplot.xy
 
YPositionMetric(float, YLayoutStyle) - Constructor for class com.androidplot.xy.YPositionMetric
 
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

ZHash<KeyType,ValueType> - Class in com.androidplot.util
Concrete 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 I K L M N O P R S T U V W X Y Z

Copyright © 2012. All Rights Reserved.