|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisPosition | |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Uses of AxisPosition in org.apache.poi.ss.usermodel.charts |
---|
Methods in org.apache.poi.ss.usermodel.charts that return AxisPosition | |
---|---|
AxisPosition |
ChartAxis.getPosition()
|
static AxisPosition |
AxisPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AxisPosition[] |
AxisPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisPosition | |
---|---|
ValueAxis |
ChartAxisFactory.createValueAxis(AxisPosition pos)
|
void |
ChartAxis.setPosition(AxisPosition position)
|
Uses of AxisPosition in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with parameters of type AxisPosition | |
---|---|
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos)
|
Uses of AxisPosition in org.apache.poi.xssf.usermodel.charts |
---|
Methods in org.apache.poi.xssf.usermodel.charts that return AxisPosition | |
---|---|
AxisPosition |
XSSFChartAxis.getPosition()
|
Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPosition | |
---|---|
void |
XSSFChartAxis.setPosition(AxisPosition position)
|
Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPosition | |
---|---|
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |