Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static ChartDirection |
ChartDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartDirection[] |
ChartDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartDirection |
XSSFBarChartData.getBarDirection() |
ChartDirection |
XSSFBar3DChartData.getBarDirection() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFBarChartData.setBarDirection(ChartDirection barDir) |
void |
XSSFBar3DChartData.setBarDirection(ChartDirection barDir) |
Modifier and Type | Method and Description |
---|---|
static ChartDirection |
PoiEnumConversion.toPoiBarDirection(SChart.BarDirection direction) |
Modifier and Type | Method and Description |
---|---|
static SChart.BarDirection |
PoiEnumConversion.toBarDirection(ChartDirection direction) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.