|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.usermodel.charts.XSSFChartAxis
org.apache.poi.xssf.usermodel.charts.XSSFValueAxis
public class XSSFValueAxis
Value axis type.
Constructor Summary | |
---|---|
XSSFValueAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
|
|
XSSFValueAxis(XSSFChart chart,
long id,
org.apache.poi.ss.usermodel.charts.AxisPosition pos)
|
Method Summary | |
---|---|
void |
crossAxis(org.apache.poi.ss.usermodel.charts.ChartAxis axis)
|
org.apache.poi.ss.usermodel.charts.AxisCrossBetween |
getCrossBetween()
|
long |
getId()
|
void |
setCrossBetween(org.apache.poi.ss.usermodel.charts.AxisCrossBetween crossBetween)
|
Methods inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis |
---|
getCrosses, getLogBase, getMaximum, getMinimum, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setNumberFormat, setOrientation, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis |
---|
getCrosses, getLogBase, getMaximum, getMinimum, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setNumberFormat, setOrientation, setPosition |
Constructor Detail |
---|
public XSSFValueAxis(XSSFChart chart, long id, org.apache.poi.ss.usermodel.charts.AxisPosition pos)
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Method Detail |
---|
public long getId()
getId
in interface org.apache.poi.ss.usermodel.charts.ChartAxis
public void setCrossBetween(org.apache.poi.ss.usermodel.charts.AxisCrossBetween crossBetween)
setCrossBetween
in interface org.apache.poi.ss.usermodel.charts.ValueAxis
public org.apache.poi.ss.usermodel.charts.AxisCrossBetween getCrossBetween()
getCrossBetween
in interface org.apache.poi.ss.usermodel.charts.ValueAxis
public void crossAxis(org.apache.poi.ss.usermodel.charts.ChartAxis axis)
crossAxis
in interface org.apache.poi.ss.usermodel.charts.ChartAxis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |