org.apache.poi.xssf.usermodel.charts
Class XSSFValueAxis

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
      extended by org.apache.poi.xssf.usermodel.charts.XSSFValueAxis
All Implemented Interfaces:
ChartAxis, ValueAxis

@Beta
public class XSSFValueAxis
extends XSSFChartAxis
implements ValueAxis

Value axis type.


Field Summary
 
Fields inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
chart
 
Constructor Summary
XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
           
XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
           
 
Method Summary
 void crossAxis(ChartAxis axis)
           
 AxisCrossBetween getCrossBetween()
           
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()
           
protected  org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
           
 long getId()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
           
protected  org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
           
 org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()
           
protected  org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
           
 boolean hasNumberFormat()
           
 void setCrossBetween(AxisCrossBetween crossBetween)
           
 
Methods inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
 

Constructor Detail

XSSFValueAxis

public XSSFValueAxis(XSSFChart chart,
                     long id,
                     AxisPosition pos)

XSSFValueAxis

public XSSFValueAxis(XSSFChart chart,
                     org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Method Detail

getId

public long getId()
Specified by:
getId in interface ChartAxis

getLine

@Internal
public org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
Specified by:
getLine in class XSSFChartAxis

setCrossBetween

public void setCrossBetween(AxisCrossBetween crossBetween)
Specified by:
setCrossBetween in interface ValueAxis

getCrossBetween

public AxisCrossBetween getCrossBetween()
Specified by:
getCrossBetween in interface ValueAxis

getCTAxPos

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
Specified by:
getCTAxPos in class XSSFChartAxis

getCTNumFmt

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
Specified by:
getCTNumFmt in class XSSFChartAxis

getCTScaling

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
Specified by:
getCTScaling in class XSSFChartAxis

getCTCrosses

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
Specified by:
getCTCrosses in class XSSFChartAxis

getDelete

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
Specified by:
getDelete in class XSSFChartAxis

getMajorCTTickMark

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
Specified by:
getMajorCTTickMark in class XSSFChartAxis

getMinorCTTickMark

protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
Specified by:
getMinorCTTickMark in class XSSFChartAxis

getMajorGridLines

@Internal
public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()
Specified by:
getMajorGridLines in class XSSFChartAxis

crossAxis

public void crossAxis(ChartAxis axis)
Specified by:
crossAxis in interface ChartAxis

hasNumberFormat

public boolean hasNumberFormat()
Specified by:
hasNumberFormat in interface ChartAxis