Uses of Enum Class
org.apache.poi.xddf.usermodel.chart.AxisPosition
Packages that use AxisPosition
-
Uses of AxisPosition in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisPositionModifier and TypeMethodDescriptionXDDFChartAxis.getPosition()
static AxisPosition
Returns the enum constant of this class with the specified name.static AxisPosition[]
AxisPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type AxisPositionModifier and TypeMethodDescriptionXDDFChart.createCategoryAxis
(AxisPosition pos) XDDFChart.createDateAxis
(AxisPosition pos) XDDFChart.createValueAxis
(AxisPosition pos) void
XDDFChartAxis.setPosition
(AxisPosition position) Constructors in org.apache.poi.xddf.usermodel.chart with parameters of type AxisPositionModifierConstructorDescriptionXDDFCategoryAxis
(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea, AxisPosition position) XDDFDateAxis
(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea, AxisPosition position) XDDFSeriesAxis
(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea, AxisPosition position) XDDFValueAxis
(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea, AxisPosition position)