@Beta public class XSSFCategoryAxis extends XSSFChartAxis implements CategoryAxis
chart
Constructor and Description |
---|
XSSFCategoryAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx) |
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
Modifier and Type | Method and Description |
---|---|
void |
crossAxis(ChartAxis axis)
Declare this axis cross another axis.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos |
getCTAxPos() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses |
getCTCrosses() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt |
getCTNumFmt() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling |
getCTScaling() |
long |
getId() |
AxisLabelAlign |
getLabelAlign() |
int |
getLabelOffset()
Returns label offset
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos |
getTickLblPos() |
void |
setLabelAlign(AxisLabelAlign labelAlign) |
void |
setLabelOffset(int offset)
Set label offset
|
getCrosses, getLogBase, getMaximum, getMinimum, getNumberFormat, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setNumberFormat, setOrientation, setPosition, setTickLabelPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCrosses, getLogBase, getMaximum, getMinimum, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setOrientation, setPosition, setTickLabelPosition
public XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
public XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
getCTAxPos
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
getCTNumFmt
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
getCTScaling
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
getCTCrosses
in class XSSFChartAxis
public void crossAxis(ChartAxis axis)
ChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos getTickLblPos()
getTickLblPos
in class XSSFChartAxis
public AxisLabelAlign getLabelAlign()
getLabelAlign
in interface CategoryAxis
public void setLabelAlign(AxisLabelAlign labelAlign)
setLabelAlign
in interface CategoryAxis
labelAlign
- label alignment typepublic int getLabelOffset()
CategoryAxis
getLabelOffset
in interface CategoryAxis
public void setLabelOffset(int offset)
CategoryAxis
setLabelOffset
in interface CategoryAxis
offset
- label offsetCopyright © 2005-2010 Potix Corporation. All Rights Reserved.