net.sf.jasperreports.charts
Interface JRMultiAxisPlot

All Superinterfaces:
java.lang.Cloneable, JRChartPlot, JRCloneable
All Known Implementing Classes:
JRBaseMultiAxisPlot, JRDesignMultiAxisPlot, JRFillMultiAxisPlot

public interface JRMultiAxisPlot
extends JRChartPlot

Represents the display options and nested charts of a multiple axis chart. The display options set at the root of a multiple axis chart override the options set in the nested charts.

Version:
$Id: JRMultiAxisPlot.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 java.util.List<JRChartAxis> getAxes()
          Returns a List of all the children axis.
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getAxes

java.util.List<JRChartAxis> getAxes()
Returns a List of all the children axis. Each element is of type net.sf.jasperreports.charts.util.JRChartAxis.



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com