Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CategoryAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos) |
ValueAxis |
ChartAxisFactory.createValueAxis(AxisPosition pos) |
void |
ChartAxis.setPosition(AxisPosition position) |
Modifier and Type | Method and Description |
---|---|
XSSFCategoryAxis |
XSSFChart.createCategoryAxis(AxisPosition pos) |
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos) |
Modifier and Type | Method and Description |
---|---|
AxisPosition |
XSSFChartAxis.getPosition() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFChartAxis.setPosition(AxisPosition position) |
Constructor and Description |
---|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.