Uses of Class
org.apache.poi.ss.usermodel.charts.AxisPosition
-
Packages that use AxisPosition Package Description 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 Modifier and Type Method 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.Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisPosition Modifier and Type Method 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. -
Uses of AxisPosition in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type AxisPosition Modifier and Type Method Description XSSFCategoryAxis
XSSFChart. createCategoryAxis(AxisPosition pos)
Deprecated.XSSFDateAxis
XSSFChart. createDateAxis(AxisPosition pos)
Deprecated.XSSFValueAxis
XSSFChart. createValueAxis(AxisPosition pos)
Deprecated. -
Uses of AxisPosition in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisPosition Modifier and Type Method Description AxisPosition
XSSFChartAxis. getPosition()
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPosition Modifier and Type Method Description void
XSSFChartAxis. setPosition(AxisPosition position)
Deprecated.Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPosition Constructor 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.
-