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

A

add(SeriesType, FormatterType) - Method in class com.androidplot.SeriesAndFormatterList
 
add(Point) - Method in class com.androidplot.util.Point
Deprecated.  
add(PointF, PointF) - Static method in class com.androidplot.util.PointUtils
 
addFirst(KeyType, ValueType) - Method in class com.androidplot.util.ArrangeableHash
If key already exists within the structure, it's value is replaced with the new value and it's existing order is maintained.
addFirst(Number, Number) - Method in class com.androidplot.xy.SimpleXYSeries
 
addLast(KeyType, ValueType) - Method in class com.androidplot.util.ArrangeableHash
If key already exists within the structure, it's value is replaced with the new value and it's existing order is maintained.
addLast(Number, Number) - Method in class com.androidplot.xy.SimpleXYSeries
 
addListener(PlotListener) - Method in class com.androidplot.Plot
 
addSeries(SeriesType, Class, FormatterType) - Method in class com.androidplot.Plot
Will *immediately* throw ClassCastException if rendererClass is not an instance of RendererType.
addSeries(XYSeries, LineAndPointFormatter) - Method in class com.androidplot.xy.XYPlot
 
addSeries(XYSeries, BarFormatter) - Method in class com.androidplot.xy.XYPlot
 
addSeries(XYSeries, StepFormatter) - Method in class com.androidplot.xy.XYPlot
 
addToBack(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
addToBack(ElementType) - Method in interface com.androidplot.util.Organizeable
 
addToFront(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
addToFront(ElementType) - Method in interface com.androidplot.util.Organizeable
 
AnchorPosition - Enum in com.androidplot.ui.layout
Enumeration of possible anchor positions that a Widget can use.
ArrangeableHash<KeyType,ValueType> - Class in com.androidplot.util
Provides a mechanism to quickly retrieve elements via hash key.
ArrangeableHash() - Constructor for class com.androidplot.util.ArrangeableHash
 

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
 
BoundaryMode - Enum in com.androidplot.xy
 
BoxModel - Class in com.androidplot.ui.layout
Convenience implementation of BoxModelable.
BoxModel() - Constructor for class com.androidplot.ui.layout.BoxModel
 
BoxModel(float, float, float, float, float, float, float, float) - Constructor for class com.androidplot.ui.layout.BoxModel
 
BoxModelable - Interface in com.androidplot.ui.layout
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.
com.androidplot - package com.androidplot
 
com.androidplot.exception - package com.androidplot.exception
 
com.androidplot.series - package com.androidplot.series
 
com.androidplot.ui.layout - package com.androidplot.ui.layout
 
com.androidplot.ui.widget - package com.androidplot.ui.widget
 
com.androidplot.ui.widget.formatter - package com.androidplot.ui.widget.formatter
 
com.androidplot.ui.widget.renderer - package com.androidplot.ui.widget.renderer
 
com.androidplot.util - package com.androidplot.util
 
com.androidplot.xy - package com.androidplot.xy
 
compareTo(PositionMetrics) - Method in class com.androidplot.ui.layout.PositionMetrics
 
contains(SeriesType) - Method in class com.androidplot.SeriesAndFormatterList
 

D

DataRenderer<PlotType extends Plot,SeriesFormatterType extends Formatter> - Class in com.androidplot.ui.widget.renderer
 
DataRenderer(PlotType) - Constructor for class com.androidplot.ui.widget.renderer.DataRenderer
 
Dimension - Class in com.androidplot.util
Deprecated. 
Dimension(float, float) - Constructor for class com.androidplot.util.Dimension
Deprecated.  
Dimension(Dimension) - Constructor for class com.androidplot.util.Dimension
Deprecated.  
disableAllMarkup() - Method in class com.androidplot.Plot
 
disableAllMarkup() - Method in class com.androidplot.ui.layout.LayoutManager
 
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
 
draw(Canvas, RectF, RectF, RectF) - Method in class com.androidplot.ui.layout.LayoutManager
 
draw(Canvas, RectF) - Method in class com.androidplot.ui.widget.Widget
 
drawLegendIcon(Canvas, RectF, String, SeriesFormatterType) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
Draw the legend icon in the rect passed in.
drawLegendIcon(Canvas, RectF, String, BarFormatter) - Method in class com.androidplot.xy.BarRenderer
 
drawLegendIcon(Canvas, RectF, String, LineAndPointFormatter) - Method in class com.androidplot.xy.LineAndPointRenderer
 

E

EmptyWidget - Class in com.androidplot.ui.widget
 
EmptyWidget(SizeMetrics) - Constructor for class com.androidplot.ui.widget.EmptyWidget
 

F

FontUtils - Class in com.androidplot.util
 
FontUtils() - Constructor for class com.androidplot.util.FontUtils
 
Formatter - Class in com.androidplot.ui.widget.formatter
Base class of all Formatters.
Formatter() - Constructor for class com.androidplot.ui.widget.formatter.Formatter
 

G

get(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
getAnchor() - Method in class com.androidplot.ui.layout.PositionMetrics
 
getAnchorCoordinates(RectF, AnchorPosition) - Static method in class com.androidplot.ui.layout.LayoutManager
 
getAnchorCoordinates(float, float, float, float, AnchorPosition) - Static method in class com.androidplot.ui.layout.LayoutManager
 
getAnchorOffset(float, float, AnchorPosition) - Static method in class com.androidplot.ui.layout.LayoutManager
 
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
 
getCalculatedMaxY() - Method in class com.androidplot.xy.XYPlot
 
getCalculatedMinX() - Method in class com.androidplot.xy.XYPlot
 
getCalculatedMinY() - Method in class com.androidplot.xy.XYPlot
 
getDomainFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelMargin() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelTickExtension() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainOrigin() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepMode() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepValue() - Method in class com.androidplot.xy.XYPlot
 
getDomainTicksPerLabel() - Method in class com.androidplot.xy.XYGraphWidget
Deprecated. 
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.layout.LayoutManager
 
getElementCoordinates(float, float, RectF, PositionMetrics) - Method in class com.androidplot.ui.layout.LayoutManager
 
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
 
getFormatter(SeriesType, Class) - Method in class com.androidplot.Plot
 
getFormatter(SeriesType) - Method in class com.androidplot.SeriesAndFormatterList
 
getFormatter(int) - Method in class com.androidplot.SeriesAndFormatterList
 
getFormatter(Series) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
 
getFormatter() - Method in class com.androidplot.ui.widget.renderer.RenderBundle
 
getFormatterList() - Method in class com.androidplot.SeriesAndFormatterList
 
getGraphWidget() - Method in class com.androidplot.xy.XYPlot
 
getGridBackgroundPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
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
 
getHalfStringHeight(String, Paint) - Static method in class com.androidplot.util.FontUtils
Deprecated. 
getHeight() - Method in class com.androidplot.util.Dimension
Deprecated.  
getHeightMetric() - Method in class com.androidplot.ui.layout.SizeMetrics
 
getHeightMetric() - Method in class com.androidplot.ui.widget.Widget
 
getHeightPix(float) - Method in class com.androidplot.ui.widget.Widget
 
getKeysAsList() - Method in class com.androidplot.util.ArrangeableHash
 
getLabelPaint() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getLayoutManager() - Method in class com.androidplot.Plot
 
getLegendWidget() - Method in class com.androidplot.xy.XYPlot
 
getLinePaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getMarginatedRect(RectF) - Method in class com.androidplot.ui.layout.BoxModel
Returns a RectF instance describing the inner edge of the margin layer.
getMarginatedRect(RectF) - Method in interface com.androidplot.ui.layout.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.layout.BoxModel
 
getMarginBottom() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getMarginBottom() - Method in class com.androidplot.ui.widget.Widget
 
getMarginLeft() - Method in class com.androidplot.ui.layout.BoxModel
 
getMarginLeft() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getMarginLeft() - Method in class com.androidplot.ui.widget.Widget
 
getMarginPaint() - Method in class com.androidplot.ui.layout.LayoutManager
 
getMarginRight() - Method in class com.androidplot.ui.layout.BoxModel
 
getMarginRight() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getMarginRight() - Method in class com.androidplot.ui.widget.Widget
 
getMarginTop() - Method in class com.androidplot.ui.layout.BoxModel
 
getMarginTop() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getMarginTop() - Method in class com.androidplot.ui.widget.Widget
 
getOrientation() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getOutlinePaint() - Method in class com.androidplot.ui.layout.LayoutManager
 
getOutlineShadowPaint() - Method in class com.androidplot.ui.layout.LayoutManager
 
getPaddedRect(RectF) - Method in class com.androidplot.ui.layout.BoxModel
Returns a RectF instance describing the inner edge of the padding layer.
getPaddedRect(RectF) - Method in interface com.androidplot.ui.layout.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.layout.BoxModel
 
getPaddingBottom() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getPaddingBottom() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingLeft() - Method in class com.androidplot.ui.layout.BoxModel
 
getPaddingLeft() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getPaddingLeft() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingPaint() - Method in class com.androidplot.ui.layout.LayoutManager
 
getPaddingRight() - Method in class com.androidplot.ui.layout.BoxModel
 
getPaddingRight() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getPaddingRight() - Method in class com.androidplot.ui.widget.Widget
 
getPaddingTop() - Method in class com.androidplot.ui.layout.BoxModel
 
getPaddingTop() - Method in interface com.androidplot.ui.layout.BoxModelable
 
getPaddingTop() - Method in class com.androidplot.ui.widget.Widget
 
getPixelValue(float) - Method in class com.androidplot.ui.layout.SizeMetric
 
getPixelValue(float) - Method in class com.androidplot.ui.layout.XMetric
 
getPixelValue(float) - Method in class com.androidplot.ui.layout.YMetric
 
getPlot() - Method in class com.androidplot.ui.widget.renderer.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
 
getRangeFramingModel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelMargin() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelTickExtension() - 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
 
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. 
getRangeValueFormat() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeValueFormat() - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.getRangeValueFormat().
getRenderer(Class) - Method in class com.androidplot.Plot
 
getRendererList() - Method in class com.androidplot.Plot
 
getSeries(int) - Method in class com.androidplot.SeriesAndFormatterList
 
getSeries() - Method in class com.androidplot.ui.widget.renderer.RenderBundle
 
getSeriesAndFormatterListForRenderer(Class) - Method in class com.androidplot.Plot
 
getSeriesList() - Method in class com.androidplot.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, double, double) - 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
 
getStringHeight(String, Paint) - Static method in class com.androidplot.util.FontUtils
Deprecated. 
getSum(int) - Method in interface com.androidplot.series.ProportionalSeries
 
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
 
getValue(int) - Method in interface com.androidplot.series.VectorSeries
 
getVertexPaint() - Method in class com.androidplot.xy.LineAndPointFormatter
 
getWidth() - Method in class com.androidplot.util.Dimension
Deprecated.  
getWidthMetric() - Method in class com.androidplot.ui.layout.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() - Method in class com.androidplot.util.Point
Deprecated.  
getX(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
getxMetric() - Method in class com.androidplot.ui.layout.PositionMetrics
 
getY(int) - Method in interface com.androidplot.series.XYSeries
Returns the y-value for an index within a series.
getY() - Method in class com.androidplot.util.Point
Deprecated.  
getY(int) - Method in class com.androidplot.xy.SimpleXYSeries
 
getyMetric() - Method in class com.androidplot.ui.layout.PositionMetrics
 

I

isClippingEnabled() - Method in class com.androidplot.ui.widget.Widget
 
isDrawAnchorsEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
isDrawBackgroundEnabled() - Method in class com.androidplot.ui.widget.Widget
 
isDrawBorderEnabled() - Method in class com.androidplot.Plot
 
isDrawBorderEnabled() - Method in class com.androidplot.ui.widget.Widget
 
isDrawDomainOriginEnabled() - Method in class com.androidplot.xy.XYPlot
 
isDrawMarginsEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
isDrawOutlinesEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
isDrawOutlineShadowsEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
isDrawPaddingEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
isDrawRangeOriginEnabled() - Method in class com.androidplot.xy.XYPlot
 
isEmpty() - Method in class com.androidplot.Plot
 

L

LayoutManager - Class in com.androidplot.ui.layout
 
LayoutManager(View) - Constructor for class com.androidplot.ui.layout.LayoutManager
Deprecated. 
LayoutManager() - Constructor for class com.androidplot.ui.layout.LayoutManager
 
LineAndPointFormatter - Class in com.androidplot.xy
 
LineAndPointFormatter(Paint, Paint) - Constructor for class com.androidplot.xy.LineAndPointFormatter
Deprecated. 
LineAndPointFormatter(Paint, Paint, Paint) - Constructor for class com.androidplot.xy.LineAndPointFormatter
 
LineAndPointFormatter(Integer, Integer) - Constructor for class com.androidplot.xy.LineAndPointFormatter
Deprecated. 
LineAndPointFormatter(Integer, Integer, Integer) - 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
 
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(KeyType, KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
moveAfter(ElementType, ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveAfter(ElementType, ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveBack(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveBack(ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveBefore(ElementType, ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveBefore(ElementType, ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveBeneath(KeyType, KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
moveDown(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
moveForward(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveForward(ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveToBottom(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
moveToEnd(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveToEnd(ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveToFront(ElementType) - Method in class com.androidplot.util.ListOrganizer
 
moveToFront(ElementType) - Method in interface com.androidplot.util.Organizeable
 
moveToTop(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
moveUp(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 

N

NoDataException - Exception in com.androidplot.exception
Created by IntelliJ IDEA.
NoDataException() - Constructor for exception com.androidplot.exception.NoDataException
 

O

onPlotUpdate(PlotEvent) - Method in interface com.androidplot.PlotListener
 
onRender(Canvas, RectF) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
 
onRender(Canvas, RectF) - Method in class com.androidplot.xy.BarRenderer
 
onRender(Canvas, RectF) - Method in class com.androidplot.xy.LineAndPointRenderer
 
Organizeable<ElementType> - Interface in com.androidplot.util
 

P

pack() - Method in class com.androidplot.ui.widget.TextLabelWidget
Sets the dimensions of the widget to exactly contain the text contents
pixToVal(float, double, double, int, boolean) - Static method in class com.androidplot.util.ValPixConverter
 
pixToVal(PointF) - Static method in class com.androidplot.util.ValPixConverter
 
Plot<SeriesType extends Series,FormatterType extends Formatter,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
 
Point - Class in com.androidplot.util
Deprecated. 
Point() - Constructor for class com.androidplot.util.Point
Deprecated.  
Point(float, float) - Constructor for class com.androidplot.util.Point
Deprecated.  
Point(Point) - Constructor for class com.androidplot.util.Point
Deprecated.  
PointUtils - Class in com.androidplot.util
 
PointUtils() - Constructor for class com.androidplot.util.PointUtils
 
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.layout.LayoutManager
 
position(Widget, float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Method in class com.androidplot.ui.layout.LayoutManager
 
PositionMetric<LayoutType extends Enum> - Class in com.androidplot.ui.layout
 
PositionMetric(float, LayoutType) - Constructor for class com.androidplot.ui.layout.PositionMetric
 
PositionMetrics - Class in com.androidplot.ui.layout
Created by IntelliJ IDEA.
PositionMetrics(float, XLayoutStyle, float, YLayoutStyle, AnchorPosition) - Constructor for class com.androidplot.ui.layout.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
 
redraw() - Method in class com.androidplot.Plot
Causes the plot to be redrawn.
remove(SeriesType) - Method in class com.androidplot.SeriesAndFormatterList
 
remove(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
removeFirst() - Method in class com.androidplot.xy.SimpleXYSeries
 
removeLast() - Method in class com.androidplot.xy.SimpleXYSeries
 
removeListener(PlotListener) - Method in class com.androidplot.Plot
 
removeSeries(SeriesType, Class) - Method in class com.androidplot.Plot
 
removeSeries(SeriesType) - Method in class com.androidplot.Plot
 
render(Canvas, RectF) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
 
RenderBundle<RenderBundleType extends RenderBundle,SeriesType extends Series,SeriesFormatterType extends XYSeriesFormatter> - Class in com.androidplot.ui.widget.renderer
 
RenderBundle(SeriesType, SeriesFormatterType) - Constructor for class com.androidplot.ui.widget.renderer.RenderBundle
 

S

Series - Interface in com.androidplot.series
Base interface for all Series implementations
SeriesAndFormatterList<SeriesType extends Series,FormatterType extends Formatter> - Class in com.androidplot
 
SeriesAndFormatterList() - Constructor for class com.androidplot.SeriesAndFormatterList
 
set(Dimension) - Method in class com.androidplot.util.Dimension
Deprecated.  
set(float, float) - Method in class com.androidplot.util.Dimension
Deprecated.  
set(Point) - Method in class com.androidplot.util.Point
Deprecated.  
set(float, float) - Method in class com.androidplot.util.Point
Deprecated.  
setAnchor(AnchorPosition) - Method in class com.androidplot.ui.layout.PositionMetrics
 
setBackgroundPaint(Paint) - Method in class com.androidplot.Plot
 
setBackgroundPaint(Paint) - Method in class com.androidplot.ui.widget.Widget
 
setBarWidth(float, BarRenderer.BarWidthStyle) - Method in class com.androidplot.xy.BarRenderer
Sets the width of the bars draw.
setBorderPaint(Paint) - Method in class com.androidplot.Plot
 
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.
setClippingEnabled(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setDomainBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelMargin(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
 
setDomainLabelWidget(DomainLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainLowerBoundary(Number, BoundaryMode) - 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
 
setDomainTicksPerLabel(int) - Method in class com.androidplot.xy.XYGraphWidget
Deprecated. 
setDomainUpperBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainUpperBoundaryMode(BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setDomainValueFormat().
setDrawAnchorsEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setDrawBackgroundEnabled(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setDrawBorderEnabled(boolean) - Method in class com.androidplot.Plot
 
setDrawBorderEnabled(boolean) - Method in class com.androidplot.ui.widget.Widget
 
setDrawDomainOriginEnabled(boolean) - Method in class com.androidplot.xy.XYPlot
 
setDrawMarginsEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setDrawOutlinesEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setDrawOutlineShadowsEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setDrawPaddingEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setDrawRangeOriginEnabled(boolean) - Method in class com.androidplot.xy.XYPlot
 
setElementAnchor(Widget, AnchorPosition) - Method in class com.androidplot.ui.layout.LayoutManager
 
setFillPaint(Paint) - Method in class com.androidplot.xy.BarFormatter
 
setFillPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setFormatter(SeriesType, Class, FormatterType) - Method in class com.androidplot.Plot
 
setFormatter(SeriesType, FormatterType) - Method in class com.androidplot.SeriesAndFormatterList
 
setFormatter(SeriesFormatterType) - Method in class com.androidplot.ui.widget.renderer.RenderBundle
 
setGraphWidget(XYGraphWidget) - Method in class com.androidplot.xy.XYPlot
 
setGridBackgroundPaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
setGridLinePaint(Paint) - Method in class com.androidplot.xy.XYGraphWidget
 
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
 
setHeight(float) - Method in class com.androidplot.ui.widget.Widget
 
setHeight(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setHeight(float) - Method in class com.androidplot.util.Dimension
Deprecated.  
setHeightMetric(SizeMetric) - Method in class com.androidplot.ui.layout.SizeMetrics
 
setLabelPaint(Paint) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setLayoutManager(LayoutManager) - Method in class com.androidplot.Plot
 
setLegendWidget(XYPlotLegendWidget) - Method in class com.androidplot.xy.XYPlot
 
setLinePaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setMarginBottom(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setMarginBottom(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginLeft(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setMarginLeft(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setMarginLeft(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginPaint(Paint) - Method in class com.androidplot.ui.layout.LayoutManager
 
setMarginRight(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setMarginRight(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setMarginRight(float) - Method in class com.androidplot.ui.widget.Widget
 
setMargins(float, float, float, float) - Method in class com.androidplot.ui.layout.BoxModel
 
setMargins(float, float, float, float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setMargins(float, float, float, float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginTop(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setMarginTop(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setMarginTop(float) - Method in class com.androidplot.ui.widget.Widget
 
setModel(List<? extends Number>, SimpleXYSeries.ArrayFormat) - Method in class com.androidplot.xy.SimpleXYSeries
 
setOrientation(TextOrientationType) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setOutlinePaint(Paint) - Method in class com.androidplot.ui.layout.LayoutManager
 
setOutlineShadowPaint(Paint) - Method in class com.androidplot.ui.layout.LayoutManager
 
setPadding(float, float, float, float) - Method in class com.androidplot.ui.layout.BoxModel
 
setPadding(float, float, float, float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setPadding(float, float, float, float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingBottom(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setPaddingBottom(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setPaddingBottom(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingLeft(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setPaddingLeft(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setPaddingLeft(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingPaint(Paint) - Method in class com.androidplot.ui.layout.LayoutManager
 
setPaddingRight(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setPaddingRight(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setPaddingRight(float) - Method in class com.androidplot.ui.widget.Widget
 
setPaddingTop(float) - Method in class com.androidplot.ui.layout.BoxModel
 
setPaddingTop(float) - Method in interface com.androidplot.ui.layout.BoxModelable
 
setPaddingTop(float) - Method in class com.androidplot.ui.widget.Widget
 
setPlot(PlotType) - Method in class com.androidplot.ui.widget.renderer.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
 
setRangeBoundaries(Number, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeBoundaries(Number, BoundaryMode, Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabel(String) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabelMargin(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
 
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
 
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. 
setRangeUpperBoundary(Number, BoundaryMode) - Method in class com.androidplot.xy.XYPlot
 
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeValueFormat(Format) - Method in class com.androidplot.xy.XYPlot
Convenience method - wraps XYGraphWidget.setRangeValueFormat().
setSeries(Series) - Method in class com.androidplot.ui.widget.renderer.RenderBundle
 
setSize(SizeMetrics) - Method in class com.androidplot.ui.widget.Widget
 
setStepCount(double) - Method in class com.androidplot.xy.XYStep
 
setStepPix(float) - Method in class com.androidplot.xy.XYStep
 
setStepVal(double) - Method in class com.androidplot.xy.XYStep
 
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
 
setUserMaxX(Number) - Method in class com.androidplot.xy.XYPlot
 
setUserRangeOrigin(Number) - Method in class com.androidplot.xy.XYPlot
 
setVertexPaint(Paint) - Method in class com.androidplot.xy.LineAndPointFormatter
 
setWidth(float) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(float, SizeLayoutType) - Method in class com.androidplot.ui.widget.Widget
 
setWidth(float) - Method in class com.androidplot.util.Dimension
Deprecated.  
setWidthMetric(SizeMetric) - Method in class com.androidplot.ui.layout.SizeMetrics
 
setX(float) - Method in class com.androidplot.util.Point
Deprecated.  
setX(Number, int) - Method in class com.androidplot.xy.SimpleXYSeries
Sets individual x value based on index
setxMetric(XMetric) - Method in class com.androidplot.ui.layout.PositionMetrics
 
setY(float) - Method in class com.androidplot.util.Point
Deprecated.  
setY(Number, int) - Method in class com.androidplot.xy.SimpleXYSeries
Sets individual y value based on index
setyMetric(YMetric) - Method in class com.androidplot.ui.layout.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
 
size() - Method in interface com.androidplot.series.Series
 
size() - Method in class com.androidplot.SeriesAndFormatterList
 
size() - Method in class com.androidplot.util.ArrangeableHash
 
size() - Method in class com.androidplot.xy.SimpleXYSeries
 
SizeLayoutType - Enum in com.androidplot.ui.layout
SizeLayoutType is an enumeration of algorithms available for calculating an arbitrary dimension of a widget.
SizeMetric - Class in com.androidplot.ui.layout
Encapsulates a sizing algorithm and an associated value.
SizeMetric(float, SizeLayoutType) - Constructor for class com.androidplot.ui.layout.SizeMetric
 
SizeMetrics - Class in com.androidplot.ui.layout
Encapsulates sizing preferences associated with a Widget; how/if it scales etc.
SizeMetrics(float, SizeLayoutType, float, SizeLayoutType) - Constructor for class com.androidplot.ui.layout.SizeMetrics
Convenience constructor.
SizeMetrics(SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.layout.SizeMetrics
Creates a new SizeMetrics instance using the specified size layout algorithm and value.
StepFormatter - Class in com.androidplot.xy
 
StepFormatter(Paint) - Constructor for class com.androidplot.xy.StepFormatter
 
StepFormatter(Paint, Paint) - Constructor for class com.androidplot.xy.StepFormatter
 
StepFormatter(int, int) - 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(Point) - Method in class com.androidplot.util.Point
Deprecated.  
sub(PointF, PointF) - Static method in class com.androidplot.util.PointUtils
 

T

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.widget
 
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
Not guaranteed to reflect the actual min max values contained in the associated series.
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
Converts pixel coordinates to and from Dataset values.
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
 
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.layout.AnchorPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.layout.SizeLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.layout.XLayoutStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.layout.YLayoutStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.ui.widget.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.SimpleXYSeries.ArrayFormat
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.XYGraphWidget.XYPlotOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYPlotFramingModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYPlotLegendWidget.LayoutOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYStepMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.androidplot.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.layout.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.layout.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.layout.XLayoutStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.layout.YLayoutStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.ui.widget.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.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.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.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.XYPlotFramingModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.androidplot.xy.XYPlotLegendWidget.LayoutOrientation
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.
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.ui.layout
 
XMetric - Class in com.androidplot.ui.layout
 
XMetric(float, XLayoutStyle) - Constructor for class com.androidplot.ui.layout.XMetric
 
XYAxisType - 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
 
XYGraphWidget(XYPlot, SizeMetrics) - Constructor for class com.androidplot.xy.XYGraphWidget
 
XYGraphWidget.XYPlotOrientation - Enum in com.androidplot.xy
Will be used in a future version.
XYPlot - Class in com.androidplot.xy
A basic XYPlot View to graphically display xy values.
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
 
XYPlotFramingModel - Enum in com.androidplot.xy
 
XYPlotLegendWidget - Class in com.androidplot.xy
 
XYPlotLegendWidget(XYPlot, SizeMetrics, XYPlotLegendWidget.LayoutOrientation) - Constructor for class com.androidplot.xy.XYPlotLegendWidget
 
XYPlotLegendWidget.LayoutOrientation - Enum in com.androidplot.xy
 
XYSeries - Interface in com.androidplot.series
Represents a two dimensional series of data represented as xy values.
XYSeriesFormatter - 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
 
XYStep() - Constructor for class com.androidplot.xy.XYStep
 
XYStep(double, float, double) - Constructor for class com.androidplot.xy.XYStep
 
XYStepCalculator - Class in com.androidplot.xy
 
XYStepCalculator() - Constructor for class com.androidplot.xy.XYStepCalculator
 
XYStepMode - Enum in com.androidplot.xy
INCREMENTAL_VALUE - (default) doBeforeDraw a tick every n values.

Y

YLayoutStyle - Enum in com.androidplot.ui.layout
 
YMetric - Class in com.androidplot.ui.layout
Created by IntelliJ IDEA.
YMetric(float, YLayoutStyle) - Constructor for class com.androidplot.ui.layout.YMetric
 

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

Copyright © 2011. All Rights Reserved.