Skip navigation links
A C G I L M R S 

A

add(LineChart) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Adds a line chart to this multi line chart
addEntry(Number, Number) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Adds the (x, y) entry into this chart
addEntry(Number) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Adds the new entry (now(), y) entry, with now the current timestamp.

C

com.tambapps.android.grooidshell.chart - package com.tambapps.android.grooidshell.chart
 

G

getDrawValues() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns whether the y values should be displayed when this chart is showed
getLineCharts() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns all the line charts contained by this multi line chart
getSecondYAxisBounds() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns the optional second Y axis bounds.
getTimeUnitX() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns the nullable time unit used for x axis, if x values should be considered as timestamps
getTimeUnitX() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns the nullable time unit used for x axis, if x values should be considered as timestamps
getTitle() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns the title of this chart
getX() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns the list of x values
getY() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns the list of y values
getYSuffix() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns the suffix used when displaying y values
geYSuffix() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns the suffix used when displaying y values
geYSuffix() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns the suffix used when displaying y values

I

isDrawValues() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns whether the y values should be displayed when this chart is showed
isShowGrid() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Returns whether this chart should show the grid when it is displayed
isShowGrid() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Returns whether this chart should show the grid when it is displayed

L

leftShift(Number) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Adds the new entry (now(), y) entry, with now the current timestamp.
LineChart - Class in com.tambapps.android.grooidshell.chart
A simple line chart that can display many (x,y) points
LineChart() - Constructor for class com.tambapps.android.grooidshell.chart.LineChart
 

M

MultiLineChart - Class in com.tambapps.android.grooidshell.chart
A chart that can display multiple line charts
MultiLineChart() - Constructor for class com.tambapps.android.grooidshell.chart.MultiLineChart
 

R

removeEntry(int) - Method in class com.tambapps.android.grooidshell.chart.LineChart
removes the i-th (x, y) entry
removeLastEntry() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Removes the last (x, y) entry

S

setDrawValues(Boolean) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Sets whether the y values should be displayed when this chart is showed
setDrawValues(Boolean) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets whether the y values should be displayed when this chart is showed
setLineCharts(List<LineChart>) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets all the line charts contained by this multi line chart
setSecondYAxisBounds(float, float) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets the optional second Y axis bounds.
setSecondYAxisBounds(List<Float>) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets the optional second Y axis bounds.
setSecondYAxisBounds(float[]) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets the optional second Y axis bounds.
setShowGrid(boolean) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Sets whether this chart should show the grid when it is displayed (default value is true)
setShowGrid(boolean) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets whether this chart should show the grid when it is displayed (default value is true)
setTimeUnitX(TimeUnit) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Set the time unit used to display x axis.
setTimeUnitX(TimeUnit) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Set the time unit used to display x axis.
setTitle(String) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Sets the title of this chart
setX(List<Number>) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Sets the list of x values
setY(List<Number>) - Method in class com.tambapps.android.grooidshell.chart.LineChart
Sets the list of y values
setYSuffix(String) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Sets the suffix used when displaying y values
show() - Method in class com.tambapps.android.grooidshell.chart.LineChart
Displays the this LineChart in a new activity
show() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
Displays this chart in a new activity
A C G I L M R S 
Skip navigation links

Copyright © 2021. All rights reserved.