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
 
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.
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.
addSeries(SeriesType, Class, FormatterType) - Method in class com.androidplot.Plot
Will *immediately* throw ClassCastException if rendererClass is not an instance of RendererType.
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
 
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

BarRenderer - Class in com.androidplot.xy
Renders a point as a Bar
BarRenderer() - Constructor for class com.androidplot.xy.BarRenderer
 

C

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
 
Dimension(float, float) - Constructor for class com.androidplot.util.Dimension
 
Dimension(Dimension) - Constructor for class com.androidplot.util.Dimension
 
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, Dimension, RectF) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
draw(Canvas, RectF) - Method in class com.androidplot.ui.layout.LayoutManager
 
draw(Canvas, Dimension, RectF) - Method in class com.androidplot.ui.widget.Widget
 

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(Point, Dimension, 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.ui.widget.Widget
 
getDomainLabel() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelMargin() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getDomainLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainStepType() - Method in class com.androidplot.xy.XYPlot
 
getDomainStepValue() - Method in class com.androidplot.xy.XYPlot
 
getDomainTicksPerLabel() - Method in class com.androidplot.xy.XYGraphWidget
 
getDomainValueFormat() - Method in class com.androidplot.xy.XYGraphWidget
 
getElementAnchor(Widget) - Method in class com.androidplot.ui.layout.LayoutManager
 
getElementCoordinates(float, float, RectF, PositionMetrics) - Method in class com.androidplot.ui.layout.LayoutManager
 
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(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
 
getHalfStringHeight(String, Paint) - Static method in class com.androidplot.util.FontUtils
Deprecated. 
getHandler() - Method in class com.androidplot.Plot
Get the Handler used to manage display updates.
getHeight() - Method in class com.androidplot.util.Dimension
 
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
 
getMarginBottom() - Method in class com.androidplot.Plot
 
getMarginBottom() - Method in class com.androidplot.ui.widget.Widget
 
getMarginLeft() - Method in class com.androidplot.Plot
 
getMarginLeft() - Method in class com.androidplot.ui.widget.Widget
 
getMarginRight() - Method in class com.androidplot.Plot
 
getMarginRight() - Method in class com.androidplot.ui.widget.Widget
 
getMarginTop() - Method in class com.androidplot.Plot
 
getMarginTop() - Method in class com.androidplot.ui.widget.Widget
 
getMaxX() - Method in interface com.androidplot.series.XYSeries
 
getMaxX() - Method in class com.androidplot.xy.XYPlot
 
getMaxX() - Method in class com.androidplot.xy.XYSeriesRenderer
 
getMaxY() - Method in interface com.androidplot.series.XYSeries
 
getMaxY() - Method in class com.androidplot.xy.XYPlot
 
getMaxY() - Method in class com.androidplot.xy.XYSeriesRenderer
 
getMinX() - Method in interface com.androidplot.series.XYSeries
 
getMinX() - Method in class com.androidplot.xy.XYPlot
 
getMinX() - Method in class com.androidplot.xy.XYSeriesRenderer
 
getMinY() - Method in interface com.androidplot.series.XYSeries
 
getMinY() - Method in class com.androidplot.xy.XYPlot
 
getMinY() - Method in class com.androidplot.xy.XYSeriesRenderer
 
getOrientation() - Method in class com.androidplot.ui.widget.TextLabelWidget
 
getOutlinePaint() - Method in class com.androidplot.ui.layout.LayoutManager
 
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
 
getRangeLabel() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelMargin() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelPaint() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeLabelWidget() - Method in class com.androidplot.xy.XYPlot
 
getRangeLabelWidth() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeStepType() - Method in class com.androidplot.xy.XYPlot
 
getRangeStepValue() - Method in class com.androidplot.xy.XYPlot
 
getRangeTicksPerLabel() - Method in class com.androidplot.xy.XYGraphWidget
 
getRangeValueFormat() - Method in class com.androidplot.xy.XYGraphWidget
 
getRendererList() - Method in class com.androidplot.Plot
 
getSeries() - Method in class com.androidplot.ui.widget.renderer.RenderBundle
 
getSeriesList() - Method in class com.androidplot.SeriesAndFormatterList
 
getSeriesListForRenderer(Class) - Method in class com.androidplot.Plot
 
getStep(XYPlot, XYAxisType, RectF, double, double) - Static method in class com.androidplot.xy.XYStepCalculator
 
getStep(XYPlot, XYAxisType, Dimension, 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
 
getTitle() - Method in class com.androidplot.Plot
 
getTitle() - Method in interface com.androidplot.series.Series
 
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
 
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
 
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
 
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
 
isDrawOutlinesEnabled() - Method in class com.androidplot.ui.layout.LayoutManager
 
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
 
LineAndPointFormatter - Class in com.androidplot.xy
 
LineAndPointFormatter(Paint, Paint) - Constructor for class com.androidplot.xy.LineAndPointFormatter
 
LineAndPointFormatter(int, int) - Constructor for class com.androidplot.xy.LineAndPointFormatter
Creates a new LineAndPointFormatter using default Paint configurations for line and vertex, but using the specified colors.
LineAndPointRenderer - 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

onReadBegin() - Method in interface com.androidplot.series.Series
Called whenever the plot initiates a read of a Series.
onReadEnd() - Method in interface com.androidplot.series.Series
Called when a Plot concludes reading of a Series.
onRender(Canvas, RectF) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
 
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
 
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.
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
 
Point() - Constructor for class com.androidplot.util.Point
 
Point(float, float) - Constructor for class com.androidplot.util.Point
 
Point(Point) - Constructor for class com.androidplot.util.Point
 
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
Created by IntelliJ IDEA.
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
 
ProportionalSeries - Interface in com.androidplot.series
 

R

RangeLabelWidget - Class in com.androidplot.ui.widget
 
RangeLabelWidget(XYPlot, SizeMetrics, TextOrientationType) - Constructor for class com.androidplot.ui.widget.RangeLabelWidget
 
recalculateMinMaxVals() - Method in class com.androidplot.xy.XYSeriesRenderer
 
redraw() - Method in class com.androidplot.Plot
 
remove(SeriesType) - Method in class com.androidplot.SeriesAndFormatterList
 
remove(KeyType) - Method in class com.androidplot.util.ArrangeableHash
 
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
 
set(float, float) - Method in class com.androidplot.util.Dimension
 
set(Point) - Method in class com.androidplot.util.Point
 
set(float, float) - Method in class com.androidplot.util.Point
 
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
 
setBorderPaint(Paint) - Method in class com.androidplot.ui.widget.Widget
 
setClippingEnabled(boolean) - Method in class com.androidplot.ui.widget.Widget
 
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
 
setDomainLabelWidget(DomainLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setDomainLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setDomainStep(XYStepType, double) - Method in class com.androidplot.xy.XYPlot
 
setDomainStepType(XYStepType) - 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
 
setDomainValueFormat(DecimalFormat) - Method in class com.androidplot.xy.XYGraphWidget
 
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
 
setDrawOutlinesEnabled(boolean) - Method in class com.androidplot.ui.layout.LayoutManager
 
setElementAnchor(Widget, AnchorPosition) - Method in class com.androidplot.ui.layout.LayoutManager
 
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
 
setHandler(Handler) - Method in class com.androidplot.Plot
Set the Handler used to manage display updates.
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
 
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.Plot
 
setMarginBottom(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginLeft(float) - Method in class com.androidplot.Plot
 
setMarginLeft(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginRight(float) - Method in class com.androidplot.Plot
 
setMarginRight(float) - Method in class com.androidplot.ui.widget.Widget
 
setMarginTop(float) - Method in class com.androidplot.Plot
 
setMarginTop(float) - Method in class com.androidplot.ui.widget.Widget
 
setMaxX(double) - Method in class com.androidplot.xy.XYSeriesRenderer
 
setMaxY(double) - Method in class com.androidplot.xy.XYSeriesRenderer
 
setMinX(double) - Method in class com.androidplot.xy.XYSeriesRenderer
 
setMinY(double) - Method in class com.androidplot.xy.XYSeriesRenderer
 
setOrientation(TextOrientationType) - Method in class com.androidplot.ui.widget.TextLabelWidget
 
setOutlinePaint(Paint) - Method in class com.androidplot.ui.layout.LayoutManager
 
setPlot(PlotType) - Method in class com.androidplot.ui.widget.renderer.DataRenderer
 
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
 
setRangeLabelWidget(RangeLabelWidget) - Method in class com.androidplot.xy.XYPlot
 
setRangeLabelWidth(float) - Method in class com.androidplot.xy.XYGraphWidget
 
setRangeStep(XYStepType, double) - Method in class com.androidplot.xy.XYPlot
 
setRangeStepType(XYStepType) - 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
 
setRangeValueFormat(DecimalFormat) - Method in class com.androidplot.xy.XYGraphWidget
 
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
 
setTitle(String) - Method in class com.androidplot.Plot
 
setTitleWidget(TitleWidget) - Method in class com.androidplot.Plot
 
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
 
setWidthMetric(SizeMetric) - Method in class com.androidplot.ui.layout.SizeMetrics
 
setX(float) - Method in class com.androidplot.util.Point
 
setxMetric(XMetric) - Method in class com.androidplot.ui.layout.PositionMetrics
 
setY(float) - Method in class com.androidplot.util.Point
 
setyMetric(YMetric) - Method in class com.androidplot.ui.layout.PositionMetrics
 
size() - Method in interface com.androidplot.series.Series
 
size() - Method in class com.androidplot.SeriesAndFormatterList
 
size() - Method in class com.androidplot.util.ArrangeableHash
 
SizeLayoutType - Enum in com.androidplot.ui.layout
 
SizeMetric - Class in com.androidplot.ui.layout
Created by IntelliJ IDEA.
SizeMetric(float, SizeLayoutType) - Constructor for class com.androidplot.ui.layout.SizeMetric
 
SizeMetrics - Class in com.androidplot.ui.layout
 
SizeMetrics(float, SizeLayoutType, float, SizeLayoutType) - Constructor for class com.androidplot.ui.layout.SizeMetrics
 
SizeMetrics(SizeMetric, SizeMetric) - Constructor for class com.androidplot.ui.layout.SizeMetrics
 
sub(Point) - Method in class com.androidplot.util.Point
 

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

update(Observable, Object) - Method in class com.androidplot.Plot
Causes the Plot to be redrawn.
updateMinMaxVals() - 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
 
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.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.XYPlotLegendWidget.LayoutOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.androidplot.xy.XYStepType
Returns the enum constant of this type with the specified name.
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.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.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.XYStepType
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
Created by IntelliJ IDEA.
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
Created by IntelliJ IDEA.
XMetric(float, XLayoutStyle) - Constructor for class com.androidplot.ui.layout.XMetric
 
XYAxisType - Enum in com.androidplot.xy
 
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 y as a function of x.
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
 
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
 
XYStepType - 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.