net.sf.dynamicreports.design.base.chart.plot
Class AbstractDesignBasePlot

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
All Implemented Interfaces:
DRIDesignBasePlot, DRIDesignPlot
Direct Known Subclasses:
DRDesignAxisPlot, DRDesignPiePlot

public abstract class AbstractDesignBasePlot
extends Object
implements DRIDesignBasePlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
AbstractDesignBasePlot()
           
 
Method Summary
 Orientation getOrientation()
           
 List<Color> getSeriesColors()
           
 void setOrientation(Orientation orientation)
           
 void setSeriesColors(List<Color> seriesColors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDesignBasePlot

public AbstractDesignBasePlot()
Method Detail

setOrientation

public void setOrientation(Orientation orientation)

getOrientation

public Orientation getOrientation()
Specified by:
getOrientation in interface DRIDesignBasePlot

setSeriesColors

public void setSeriesColors(List<Color> seriesColors)

getSeriesColors

public List<Color> getSeriesColors()
Specified by:
getSeriesColors in interface DRIDesignBasePlot


Copyright © 2010-2014. All Rights Reserved.