- 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%.
- CandlestickFormatter - Class in com.androidplot.xy
-
- CandlestickFormatter() - Constructor for class com.androidplot.xy.CandlestickFormatter
-
- CandlestickFormatter(Paint, Paint, Paint, Paint, Paint, Paint, Paint, CandlestickFormatter.BodyStyle) - Constructor for class com.androidplot.xy.CandlestickFormatter
-
- CandlestickFormatter.BodyStyle - Enum in com.androidplot.xy
-
- CandlestickMaker - Class in com.androidplot.xy
-
Helper utility to simplify the creation of of candlestick charts
- CandlestickMaker() - Constructor for class com.androidplot.xy.CandlestickMaker
-
- CandlestickRenderer<FormatterType extends CandlestickFormatter> - Class in com.androidplot.xy
-
- CandlestickRenderer(XYPlot) - Constructor for class com.androidplot.xy.CandlestickRenderer
-
- CandlestickSeries - Class in com.androidplot.xy
-
Convenience class for representing a series of candlestick values;
is NOT a descendant of
XYSeries
and therefore
cannot be directly added to an
XYPlot
.
- CandlestickSeries(CandlestickSeries.Item...) - Constructor for class com.androidplot.xy.CandlestickSeries
-
- CandlestickSeries(List<CandlestickSeries.Item>) - Constructor for class com.androidplot.xy.CandlestickSeries
-
Creates a new CandlestickSeries.
- CandlestickSeries(List<Number>, List<CandlestickSeries.Item>) - Constructor for class com.androidplot.xy.CandlestickSeries
-
- CandlestickSeries.Item - Class in com.androidplot.xy
-
- 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
-
- check(CandlestickSeries) - Static method in class com.androidplot.xy.CandlestickMaker
-
- check(XYSeries, XYSeries, XYSeries, XYSeries) - Static method in class com.androidplot.xy.CandlestickMaker
-
Check the validity of series data comprising a candlestick chart.
- 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
-
- configureInsets(TypedArray, Insets, int, int, int, int) - Static method in class com.androidplot.util.AttrUtils
-
- 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, StepModel, int, int) - Static method in class com.androidplot.util.AttrUtils
-
- configureTextAlign(TypedArray, Paint, int) - Static method in class com.androidplot.util.AttrUtils
-
Configure Paint
text alignment from xml attrs.
- configureTextPaint(TypedArray, Paint, int, int) - Static method in class com.androidplot.util.AttrUtils
-
Configure a Paint
instance used for drawing text from xml attrs.
- configureTextPaint(TypedArray, Paint, int, int, Integer) - 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
- contains(Number, Number) - Method in class com.androidplot.xy.XYConstraints
-
- 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.XYGraphWidget
-
Checks whether the point exists within the visible grid space.
- 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(XYCoords, RectF) - Method in class com.androidplot.xy.LineAndPointRenderer
-
- generateRange(int, int) - Static method in class com.androidplot.xy.CandlestickSeries
-
- get() - Method in class com.androidplot.ui.RenderStack.StackElement
-
- get(KeyType) - Method in class com.androidplot.util.LayerHash
-
- get(Value) - Method in interface com.androidplot.util.Mapping
-
- 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, Anchor) - Static method in class com.androidplot.ui.widget.Widget
-
- getAnchorCoordinates(float, float, float, float, Anchor) - Static method in class com.androidplot.ui.widget.Widget
-
- getAnchorOffset(float, float, Anchor) - Static method in class com.androidplot.ui.widget.Widget
-
- getBackgroundPaint() - Method in class com.androidplot.Plot
-
- getBackgroundPaint() - Method in class com.androidplot.ui.widget.Widget
-
- getBackgroundPaint() - Method in interface com.androidplot.xy.XYGraphWidget.CursorLabelFormatter
-
- getBodyStyle() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getBodyWidth() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getBorderPaint() - Method in class com.androidplot.Plot
-
- getBorderPaint() - Method in class com.androidplot.ui.widget.Widget
-
- getBorderPaint() - Method in class com.androidplot.xy.BarFormatter
-
- getBottom() - Method in class com.androidplot.ui.Insets
-
- 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
-
- getClose() - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- getCloseSeries() - Method in class com.androidplot.xy.CandlestickSeries
-
- getColor() - Method in class com.androidplot.xy.XYRegionFormatter
-
- getContainingSegment(PointF) - Method in class com.androidplot.pie.PieRenderer
-
Retrieve the segment containing the specified point.
- getCursorLabelFormatter() - Method in class com.androidplot.xy.XYGraphWidget
-
- getDefaultBounds() - Method in class com.androidplot.xy.XYPlot
-
- getDefaultFillPaint(int) - Static method in class com.androidplot.xy.CandlestickFormatter
-
- getDefaultLineLabelRenderers() - Method in class com.androidplot.xy.XYGraphWidget
-
- getDefaultLineLabelStyles() - Method in class com.androidplot.xy.XYGraphWidget
-
- getDefaultStrokePaint(int) - Static method in class com.androidplot.xy.CandlestickFormatter
-
- 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.XYConstraints
-
- getDomainGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
-
Get the paint used to draw the domain grid line.
- getDomainLeftMax() - Method in class com.androidplot.xy.XYPlot
-
- getDomainLeftMin() - Method in class com.androidplot.xy.XYPlot
-
- getDomainLowerBoundaryMode() - Method in class com.androidplot.xy.XYConstraints
-
- getDomainOrigin() - Method in class com.androidplot.xy.XYPlot
-
- 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
-
- 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.
- getDomainTitle() - Method in class com.androidplot.xy.XYPlot
-
- getDomainUpperBoundaryMode() - Method in class com.androidplot.xy.XYConstraints
-
- 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
-
- getFallingBodyFillPaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getFallingBodyStrokePaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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.
- getFormat() - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- 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
-
- getGraph() - Method in class com.androidplot.xy.XYPlot
-
- getGridBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
-
- getGridInsets() - Method in class com.androidplot.xy.XYGraphWidget
-
Grid insets
- getGridRect() - 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
-
- getHigh() - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- getHighSeries() - Method in class com.androidplot.xy.CandlestickSeries
-
- 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.LayerHash
-
- 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
-
- getLabelRect() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLabelText(Number, Number) - Method in interface com.androidplot.xy.XYGraphWidget.CursorLabelFormatter
-
- getLayoutManager() - Method in class com.androidplot.Plot
-
- getLeft() - Method in class com.androidplot.ui.Insets
-
- getLegend() - Method in class com.androidplot.xy.XYPlot
-
- getLineExtensionBottom() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLineExtensionLeft() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLineExtensionRight() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLineExtensionTop() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLineLabelInsets() - Method in class com.androidplot.xy.XYGraphWidget
-
Domain / Range label insets
- getLineLabelRenderer(XYGraphWidget.Edge) - Method in class com.androidplot.xy.XYGraphWidget
-
- getLineLabelStyle(XYGraphWidget.Edge) - Method in class com.androidplot.xy.XYGraphWidget
-
- getLinePaint() - Method in class com.androidplot.xy.AdvancedLineAndPointRenderer.Formatter
-
- getLinePaint(int, int, int) - Method in class com.androidplot.xy.AdvancedLineAndPointRenderer.Formatter
-
By default, simply returns the line paint as-is.
- getLinePaint() - Method in class com.androidplot.xy.LineAndPointFormatter
-
- getLinePaint() - Method in class com.androidplot.xy.ValueMarker
-
- getLinesPerDomainLabel() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLinesPerDomainLabel() - Method in class com.androidplot.xy.XYPlot
-
Convenience method - wraps XYGraphWidget.getLinesPerDomainLabel().
- getLinesPerRangeLabel() - Method in class com.androidplot.xy.XYGraphWidget
-
- getLinesPerRangeLabel() - Method in class com.androidplot.xy.XYPlot
-
Convenience method - wraps XYGraphWidget.getLinesPerRangeLabel().
- getLow() - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- getLowerCapPaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getLowerCapWidth() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getLowSeries() - Method in class com.androidplot.xy.CandlestickSeries
-
- 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
-
- getMax() - Method in class com.androidplot.Bounds
-
- getMaxVal() - Method in class com.androidplot.LineRegion
-
- getMaxX() - Method in class com.androidplot.xy.RectRegion
-
- getMaxX() - Method in class com.androidplot.xy.XYBounds
-
- getMaxX() - Method in class com.androidplot.xy.XYConstraints
-
- getMaxY() - Method in class com.androidplot.xy.RectRegion
-
- getMaxY() - Method in class com.androidplot.xy.XYBounds
-
- getMaxY() - Method in class com.androidplot.xy.XYConstraints
-
- getMin() - Method in class com.androidplot.Bounds
-
- getMinVal() - Method in class com.androidplot.LineRegion
-
- getMinX() - Method in class com.androidplot.xy.RectRegion
-
- getMinX() - Method in class com.androidplot.xy.XYBounds
-
- getMinX() - Method in class com.androidplot.xy.XYConstraints
-
- getMinY() - Method in class com.androidplot.xy.RectRegion
-
- getMinY() - Method in class com.androidplot.xy.XYBounds
-
- getMinY() - Method in class com.androidplot.xy.XYConstraints
-
- getMode() - Method in class com.androidplot.xy.StepModel
-
- 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.
- getOpen() - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- getOpenSeries() - Method in class com.androidplot.xy.CandlestickSeries
-
- 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(Number) - Method in interface com.androidplot.LineLabelFormatter
-
- getPaint() - Method in class com.androidplot.SimpleLineLabelFormatter
-
- getPaint(Number) - Method in class com.androidplot.SimpleLineLabelFormatter
-
- getPaint() - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- getPaint() - Method in class com.androidplot.xy.XYRegionFormatter
-
Advanced users can use this method to access the Paint instance to add transparency etc.
- getPie() - Method in class com.androidplot.pie.PieChart
-
- getPixelValue(float) - Method in class com.androidplot.ui.HorizontalPosition
-
- getPixelValue(float) - Method in class com.androidplot.ui.SizeMetric
-
- getPixelValue(float) - Method in class com.androidplot.ui.VerticalPosition
-
- 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.XYConstraints
-
- getRangeGridLinePaint() - Method in class com.androidplot.xy.XYGraphWidget
-
Get the paint used to draw the range grid line.
- getRangeLowerBoundaryMode() - Method in class com.androidplot.xy.XYConstraints
-
- getRangeOrigin() - Method in class com.androidplot.xy.XYPlot
-
- getRangeOriginLinePaint() - 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.
- getRangeTitle() - Method in class com.androidplot.xy.XYPlot
-
- getRangeTopMax() - Method in class com.androidplot.xy.XYPlot
-
- getRangeTopMin() - Method in class com.androidplot.xy.XYPlot
-
- getRangeUpperBoundaryMode() - Method in class com.androidplot.xy.XYConstraints
-
- 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.AdvancedLineAndPointRenderer.Formatter
-
- getRendererClass() - Method in class com.androidplot.xy.BarFormatter
-
- getRendererClass() - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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.AdvancedLineAndPointRenderer.Formatter
-
- getRendererInstance(XYPlot) - Method in class com.androidplot.xy.BarFormatter
-
- getRendererInstance(XYPlot) - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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
-
- getRight() - Method in class com.androidplot.ui.Insets
-
- getRisingBodyFillPaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getRisingBodyStrokePaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getRotation() - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- 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
-
- getSeriesAndFormatterList() - Method in class com.androidplot.ui.SeriesRenderer
-
- getSeriesList() - Method in class com.androidplot.SeriesRegistry
-
- 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, Axis, RectF, Number, Number) - Static method in class com.androidplot.xy.XYStepCalculator
-
Convenience method - wraps other form of getStep().
- getStep(StepMode, float, double, Number, Number) - Static method in class com.androidplot.xy.XYStepCalculator
-
- getStepCount() - Method in class com.androidplot.xy.Step
-
- getStepPix() - Method in class com.androidplot.xy.Step
-
- getStepVal() - Method in class com.androidplot.xy.Step
-
- 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 interface com.androidplot.xy.XYGraphWidget.CursorLabelFormatter
-
- getTextPaint() - Method in class com.androidplot.xy.XYLegendWidget
-
- getTextPosition() - Method in class com.androidplot.xy.ValueMarker
-
- 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
-
- getTop() - Method in class com.androidplot.ui.Insets
-
- getType() - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
-
- getUniqueRegionFormatters() - Method in class com.androidplot.xy.XYSeriesRenderer
-
TODO: get rid of this method!
- getUpperCapPaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getUpperCapWidth() - Method in class com.androidplot.xy.CandlestickFormatter
-
- getValue() - Method in class com.androidplot.pie.Segment
-
- getValue() - Method in class com.androidplot.xy.StepModel
-
- getValue() - Method in class com.androidplot.xy.ValueMarker
-
- getValue() - Method in enum com.androidplot.xy.XYGraphWidget.Edge
-
- getValues() - Method in class com.androidplot.pie.PieRenderer
-
- getVertexPaint() - Method in class com.androidplot.xy.LineAndPointFormatter
-
- getWickPaint() - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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.
- getXBounds() - Method in class com.androidplot.xy.XYBounds
-
- 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.
- getYBounds() - Method in class com.androidplot.xy.XYBounds
-
- 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.InteractiveXYPlot
-
- getZoomHorizontally() - Method in class com.androidplot.xy.InteractiveXYPlot
-
- getZoomVertically() - Method in class com.androidplot.xy.InteractiveXYPlot
-
- GroupRenderer<FormatterType extends XYSeriesFormatter<XYRegionFormatter>> - Class in com.androidplot.xy
-
Renders data to an XYPlot that potentially contains more than a single yVal per index.
- GroupRenderer(XYPlot) - Constructor for class com.androidplot.xy.GroupRenderer
-
- 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
-
- SeriesRegistry<SeriesType extends Series,FormatterType extends Formatter> - Class in com.androidplot
-
- SeriesRegistry() - Constructor for class com.androidplot.SeriesRegistry
-
- 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
-
Utilities for dealing with Series data.
- SeriesUtils() - Constructor for class com.androidplot.util.SeriesUtils
-
- set(SeriesAndFormatter<SeriesType, FormatterType>) - Method in class com.androidplot.ui.RenderStack.StackElement
-
- setAnchor(Anchor) - Method in class com.androidplot.ui.PositionMetrics
-
- setAnchor(Anchor) - 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
-
- 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
-
- setBodyStyle(CandlestickFormatter.BodyStyle) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setBodyWidth(float) - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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.
- setBottom(float) - Method in class com.androidplot.ui.Insets
-
- setCapAndWickPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
Convenience method to set caps and wick to a single color in one call.
- 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
-
- setClose(double) - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- setCloseSeries(SimpleXYSeries) - Method in class com.androidplot.xy.CandlestickSeries
-
- setColor(int) - Method in class com.androidplot.xy.XYRegionFormatter
-
- setCursorLabelFormatter(XYGraphWidget.CursorLabelFormatter) - 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
-
- setDomainBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- setDomainBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- 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.
- 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.XYConstraints
-
- 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
-
- 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.XYConstraints
-
- setDomainLowerBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
-
- 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(StepMode, double) - Method in class com.androidplot.xy.XYPlot
-
- setDomainStepMode(StepMode) - Method in class com.androidplot.xy.XYPlot
-
- setDomainStepModel(StepModel) - 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.
- setDomainTitle(TextLabelWidget) - 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.
- setDomainUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYConstraints
-
- setDomainUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
-
- 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
-
- setFallingBodyFillPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setFallingBodyStrokePaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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
-
- setFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- setFormatter(SeriesFormatterType) - Method in class com.androidplot.ui.RenderBundle
-
- setGraph(XYGraphWidget) - Method in class com.androidplot.xy.XYPlot
-
- setGridBackgroundPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
-
- setGridClippingEnabled(boolean) - Method in class com.androidplot.xy.XYGraphWidget
-
- setGridInsets(Insets) - Method in class com.androidplot.xy.XYGraphWidget
-
- setGridRect(RectF) - Method in class com.androidplot.xy.XYGraphWidget
-
- setHeight(SizeMetric) - Method in class com.androidplot.ui.Size
-
- setHeight(float) - Method in class com.androidplot.ui.widget.Widget
-
- setHeight(float, SizeMode) - Method in class com.androidplot.ui.widget.Widget
-
- setHigh(double) - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- setHighSeries(SimpleXYSeries) - Method in class com.androidplot.xy.CandlestickSeries
-
- 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
-
- setLabelRect(RectF) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLatestIndex(int) - Method in class com.androidplot.xy.AdvancedLineAndPointRenderer
-
- setLayoutManager(LayoutManager) - Method in class com.androidplot.Plot
-
- setLayoutType(HorizontalPositioning) - Method in class com.androidplot.ui.HorizontalPosition
-
- setLayoutType(SizeMode) - Method in class com.androidplot.ui.SizeMetric
-
- setLayoutType(VerticalPositioning) - Method in class com.androidplot.ui.VerticalPosition
-
- setLeft(float) - Method in class com.androidplot.ui.Insets
-
- setLegend(XYLegendWidget) - Method in class com.androidplot.xy.XYPlot
-
- setLineExtensionBottom(float) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineExtensionLeft(float) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineExtensionRight(float) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineExtensionTop(float) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelEdges(XYGraphWidget.Edge...) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelEdges(Set<XYGraphWidget.Edge>) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelEdges(int) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelInsets(Insets) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelRenderer(XYGraphWidget.Edge, XYGraphWidget.LineLabelRenderer) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLineLabelStyle(XYGraphWidget.Edge, XYGraphWidget.LineLabelStyle) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLinePaint(Paint) - Method in class com.androidplot.xy.AdvancedLineAndPointRenderer.Formatter
-
- setLinePaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
-
- setLinePaint(Paint) - Method in class com.androidplot.xy.ValueMarker
-
- setLinesPerDomainLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLinesPerDomainLabel(int) - Method in class com.androidplot.xy.XYPlot
-
Convenience method - wraps XYGraphWidget.setLinesPerDomainLabel().
- setLinesPerRangeLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
-
- setLinesPerRangeLabel(int) - Method in class com.androidplot.xy.XYPlot
-
Convenience method - wraps XYGraphWidget.setLinesPerRangeLabel().
- setLow(double) - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- setLowerCapPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setLowerCapWidth(float) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setLowSeries(SimpleXYSeries) - Method in class com.androidplot.xy.CandlestickSeries
-
- 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
-
- setMax(Number) - Method in class com.androidplot.Bounds
-
- 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
-
- setMaxX(Number) - Method in class com.androidplot.xy.XYBounds
-
- setMaxX(Number) - Method in class com.androidplot.xy.XYConstraints
-
- setMaxY(Number) - Method in class com.androidplot.xy.RectRegion
-
- setMaxY(Number) - Method in class com.androidplot.xy.XYBounds
-
- setMaxY(Number) - Method in class com.androidplot.xy.XYConstraints
-
- setMin(Number) - Method in class com.androidplot.Bounds
-
- setMinVal(Number) - Method in class com.androidplot.LineRegion
-
- setMinX(double) - Method in class com.androidplot.xy.RectRegion
-
- setMinX(Number) - Method in class com.androidplot.xy.XYBounds
-
- setMinX(Number) - Method in class com.androidplot.xy.XYConstraints
-
- setMinY(Number) - Method in class com.androidplot.xy.RectRegion
-
- setMinY(Number) - Method in class com.androidplot.xy.XYBounds
-
- setMinY(Number) - Method in class com.androidplot.xy.XYConstraints
-
- setMode(StepMode) - Method in class com.androidplot.xy.StepModel
-
- 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.InteractiveXYPlot
-
- setOpen(double) - Method in class com.androidplot.xy.CandlestickSeries.Item
-
- setOpenSeries(SimpleXYSeries) - Method in class com.androidplot.xy.CandlestickSeries
-
- setOrder(TableOrder) - Method in class com.androidplot.ui.TableModel
-
- setOrientation(TextOrientation) - 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
-
- setPaint(Paint) - Method in class com.androidplot.SimpleLineLabelFormatter
-
- setPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- setPie(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
-
- setRangeBottomMax(Number) - Method in class com.androidplot.xy.XYPlot
-
- setRangeBottomMin(Number) - Method in class com.androidplot.xy.XYPlot
-
- setRangeBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- setRangeBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- 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.
- 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.XYConstraints
-
- 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
-
- 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.XYConstraints
-
- setRangeLowerBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
-
- setRangeOriginLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
-
- setRangeStep(StepMode, double) - Method in class com.androidplot.xy.XYPlot
-
- setRangeStepMode(StepMode) - Method in class com.androidplot.xy.XYPlot
-
- setRangeStepModel(StepModel) - 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.
- setRangeTitle(TextLabelWidget) - Method in class com.androidplot.xy.XYPlot
-
- 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.XYConstraints
-
- setRangeUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
-
- setRenderMode(Plot.RenderMode) - Method in class com.androidplot.Plot
-
Sets the render mode used by the Plot.
- setRight(float) - Method in class com.androidplot.ui.Insets
-
- setRisingBodyFillPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setRisingBodyStrokePaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setRotation(float) - Method in class com.androidplot.xy.XYGraphWidget.LineLabelStyle
-
- 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(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
-
- setTitle(String) - Method in class com.androidplot.pie.Segment
-
- setTitle(TextLabelWidget) - Method in class com.androidplot.Plot
-
- setTitle(String) - Method in class com.androidplot.Plot
-
- setTitle(String) - Method in class com.androidplot.xy.SimpleXYSeries
-
- setTop(float) - Method in class com.androidplot.ui.Insets
-
- setType(CatmullRomInterpolator.Type) - Method in class com.androidplot.xy.CatmullRomInterpolator.Params
-
- setUpperCapPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setUpperCapWidth(float) - Method in class com.androidplot.xy.CandlestickFormatter
-
- 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(double) - Method in class com.androidplot.xy.StepModel
-
- 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
-
- setWickPaint(Paint) - Method in class com.androidplot.xy.CandlestickFormatter
-
- setWidth(SizeMetric) - Method in class com.androidplot.ui.Size
-
- setWidth(float) - Method in class com.androidplot.ui.widget.Widget
-
- setWidth(float, SizeMode) - 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
- setXBounds(Bounds) - Method in class com.androidplot.xy.XYBounds
-
- setXPositionMetric(HorizontalPosition) - 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
- setYBounds(Bounds) - Method in class com.androidplot.xy.XYBounds
-
- setYPositionMetric(VerticalPosition) - Method in class com.androidplot.ui.PositionMetrics
-
- setZoomEnabled(boolean) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- setZoomHorizontally(boolean) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- setZoomVertically(boolean) - Method in class com.androidplot.xy.InteractiveXYPlot
-
- SimpleLineLabelFormatter - Class in com.androidplot
-
- SimpleLineLabelFormatter() - Constructor for class com.androidplot.SimpleLineLabelFormatter
-
- SimpleLineLabelFormatter(int) - Constructor for class com.androidplot.SimpleLineLabelFormatter
-
- SimpleLineLabelFormatter(Paint) - Constructor for class com.androidplot.SimpleLineLabelFormatter
-
- 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(SimpleXYSeries.ArrayFormat, String, Number...) - 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, SizeMode, float, SizeMode) - 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.LayerHash
-
- size() - Method in class com.androidplot.xy.SimpleXYSeries
-
- size() - Method in interface com.androidplot.xy.XYSeries
-
- SizeMetric - Class in com.androidplot.ui
-
Encapsulates a sizing algorithm and an associated value.
- SizeMetric(float, SizeMode) - Constructor for class com.androidplot.ui.SizeMetric
-
- SizeMode - Enum in com.androidplot.ui
-
Algorithms available for calculating an arbitrary dimension of a widget.
- 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.
- Step - Class in com.androidplot.xy
-
An immutable object generated by XYStepCalculator representing
a stepping model to be used by an XYPlot.
- Step(double, double, double) - Constructor for class com.androidplot.xy.Step
-
- 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
-
- StepMode - Enum in com.androidplot.xy
-
INCREMENTAL_VALUE - (default) draw a tick every n values.
- StepModel - Class in com.androidplot.xy
-
Encapsulates a set of stepping parameters for a single axis.
- StepModel(StepMode, double) - Constructor for class com.androidplot.xy.StepModel
-
- 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.
- validatePair(float, HorizontalPositioning) - Method in class com.androidplot.ui.HorizontalPosition
-
Throws IllegalArgumentException if there is a problem.
- validatePair(float, SizeMode) - Method in class com.androidplot.ui.SizeMetric
-
- validatePair(float, VerticalPositioning) - Method in class com.androidplot.ui.VerticalPosition
-
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, double) - 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, double, 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
-
- 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.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.androidplot.ui.HorizontalPositioning
-
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.SizeMode
-
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.TextOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.androidplot.ui.VerticalPositioning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.androidplot.xy.Axis
-
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.CandlestickFormatter.BodyStyle
-
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.StepMode
-
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.Edge
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.androidplot.xy.XYPlot.PreviewMode
-
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.Anchor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.androidplot.ui.HorizontalPositioning
-
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.SizeMode
-
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.TextOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.androidplot.ui.VerticalPositioning
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.androidplot.xy.Axis
-
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.CandlestickFormatter.BodyStyle
-
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.StepMode
-
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.Edge
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.androidplot.xy.XYPlot.PreviewMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vertexPaint - Variable in class com.androidplot.xy.LineAndPointFormatter
-
- VerticalPosition - Class in com.androidplot.ui
-
- VerticalPosition(float, VerticalPositioning) - Constructor for class com.androidplot.ui.VerticalPosition
-
- VerticalPositioning - Enum in com.androidplot.ui
-
- vOffset - Variable in class com.androidplot.xy.PointLabelFormatter
-