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 AxisPositionChartAxis. getPosition()Deprecated.static AxisPositionAxisPosition. 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 ChartAxisChartAxisFactory. createCategoryAxis(AxisPosition pos)Deprecated.ChartAxisChartAxisFactory. createDateAxis(AxisPosition pos)Deprecated.ValueAxisChartAxisFactory. createValueAxis(AxisPosition pos)Deprecated.voidChartAxis. 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 XSSFCategoryAxisXSSFChart. createCategoryAxis(AxisPosition pos)Deprecated.XSSFDateAxisXSSFChart. createDateAxis(AxisPosition pos)Deprecated.XSSFValueAxisXSSFChart. 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 AxisPositionXSSFChartAxis. getPosition()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPosition Modifier and Type Method Description voidXSSFChartAxis. 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.
-