|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plot.Orientation | |
---|---|
org.pentaho.chart.data | |
org.pentaho.chart.model |
Uses of Plot.Orientation in org.pentaho.chart.data |
---|
Methods in org.pentaho.chart.data with parameters of type Plot.Orientation | |
---|---|
Number |
XYDataPoint.getX(Plot.Orientation chartOrientation)
|
Number |
XYDataPoint.getY(Plot.Orientation chartOrientation)
|
void |
XYDataPoint.setX(Plot.Orientation chartOrientation,
Number x)
|
void |
XYDataPoint.setY(Plot.Orientation chartOrientation,
Number y)
|
Uses of Plot.Orientation in org.pentaho.chart.model |
---|
Methods in org.pentaho.chart.model that return Plot.Orientation | |
---|---|
Plot.Orientation |
Plot.getOrientation()
|
static Plot.Orientation |
Plot.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Plot.Orientation[] |
Plot.Orientation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.pentaho.chart.model with parameters of type Plot.Orientation | |
---|---|
void |
Plot.setOrientation(Plot.Orientation orientation)
Orientation of the chart. |
void |
TwoAxisPlot.setOrientation(Plot.Orientation orientation)
Plot.setOrientation(Orientation) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |