|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XYMultipleSeriesRenderer.Orientation | |
---|---|
org.achartengine.chart | Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer. |
org.achartengine.renderer | Provides renderer classes that keep the chart rendering / drawing styles. |
Uses of XYMultipleSeriesRenderer.Orientation in org.achartengine.chart |
---|
Methods in org.achartengine.chart with parameters of type XYMultipleSeriesRenderer.Orientation | |
---|---|
protected void |
CombinedXYChart.drawSeries(XYSeries series,
android.graphics.Canvas canvas,
android.graphics.Paint paint,
java.util.List<java.lang.Float> pointsList,
SimpleSeriesRenderer seriesRenderer,
float yAxisValue,
int seriesIndex,
XYMultipleSeriesRenderer.Orientation or)
|
protected void |
XYChart.drawSeries(XYSeries series,
android.graphics.Canvas canvas,
android.graphics.Paint paint,
java.util.List<java.lang.Float> pointsList,
SimpleSeriesRenderer seriesRenderer,
float yAxisValue,
int seriesIndex,
XYMultipleSeriesRenderer.Orientation or)
|
Uses of XYMultipleSeriesRenderer.Orientation in org.achartengine.renderer |
---|
Methods in org.achartengine.renderer that return XYMultipleSeriesRenderer.Orientation | |
---|---|
XYMultipleSeriesRenderer.Orientation |
XYMultipleSeriesRenderer.getOrientation()
Returns the current orientation of the chart X axis. |
static XYMultipleSeriesRenderer.Orientation |
XYMultipleSeriesRenderer.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XYMultipleSeriesRenderer.Orientation[] |
XYMultipleSeriesRenderer.Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.achartengine.renderer with parameters of type XYMultipleSeriesRenderer.Orientation | |
---|---|
void |
XYMultipleSeriesRenderer.setOrientation(XYMultipleSeriesRenderer.Orientation orientation)
Sets the current orientation of the chart X axis. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |