Package | Description |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
AxisPosition |
ChartAxis.getPosition()
Deprecated.
|
static AxisPosition |
AxisPosition.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AxisPosition[] |
AxisPosition.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos)
Deprecated.
|
ChartAxis |
ChartAxisFactory.createDateAxis(AxisPosition pos)
Deprecated.
|
ValueAxis |
ChartAxisFactory.createValueAxis(AxisPosition pos)
Deprecated.
|
void |
ChartAxis.setPosition(AxisPosition position)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
XSSFCategoryAxis |
XSSFChart.createCategoryAxis(AxisPosition pos)
Deprecated.
|
XSSFDateAxis |
XSSFChart.createDateAxis(AxisPosition pos)
Deprecated.
|
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AxisPosition |
XSSFChartAxis.getPosition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFChartAxis.setPosition(AxisPosition position)
Deprecated.
|
Constructor and Description |
---|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.