net.sf.dynamicreports.report.base.chart.plot
Class DRAxisPlot

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
      extended by net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBasePlot, DRIPlot
Direct Known Subclasses:
DRBar3DPlot, DRBarPlot, DRBubblePlot, DRCandlestickPlot, DRDifferencePlot, DRHighLowPlot, DRLinePlot, DRMultiAxisPlot, DRXyBlockPlot, DRXyStepPlot

public class DRAxisPlot
extends AbstractBasePlot
implements DRIAxisPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRAxisPlot()
           
 
Method Summary
 String getPercentValuePattern()
           
 Comparator<String> getSeriesOrderBy()
           
 OrderType getSeriesOrderType()
           
 Boolean getShowPercentages()
           
 Boolean getShowValues()
           
 String getValuePattern()
           
 DRAxisFormat getXAxisFormat()
           
 DRAxisFormat getYAxisFormat()
           
protected  void init()
           
 void setPercentValuePattern(String percentValuePattern)
           
 void setSeriesOrderBy(Comparator<String> seriesOrderBy)
           
 void setSeriesOrderType(OrderType seriesOrderType)
           
 void setShowPercentages(Boolean showPercentages)
           
 void setShowValues(Boolean showValues)
           
 void setValuePattern(String valuePattern)
           
 void setXAxisFormat(DRAxisFormat xAxisFormat)
           
 void setYAxisFormat(DRAxisFormat yAxisFormat)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
addSeriesColor, addSeriesColorByName, getOrientation, getSeriesColors, getSeriesColorsByName, setOrientation, setSeriesColors, setSeriesColorsByName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Constructor Detail

DRAxisPlot

public DRAxisPlot()
Method Detail

init

protected void init()
Overrides:
init in class AbstractBasePlot

getXAxisFormat

public DRAxisFormat getXAxisFormat()
Specified by:
getXAxisFormat in interface DRIAxisPlot

setXAxisFormat

public void setXAxisFormat(DRAxisFormat xAxisFormat)

getYAxisFormat

public DRAxisFormat getYAxisFormat()
Specified by:
getYAxisFormat in interface DRIAxisPlot

setYAxisFormat

public void setYAxisFormat(DRAxisFormat yAxisFormat)

getShowValues

public Boolean getShowValues()
Specified by:
getShowValues in interface DRIAxisPlot

setShowValues

public void setShowValues(Boolean showValues)

getValuePattern

public String getValuePattern()
Specified by:
getValuePattern in interface DRIAxisPlot

setValuePattern

public void setValuePattern(String valuePattern)

getShowPercentages

public Boolean getShowPercentages()
Specified by:
getShowPercentages in interface DRIAxisPlot

setShowPercentages

public void setShowPercentages(Boolean showPercentages)

getPercentValuePattern

public String getPercentValuePattern()
Specified by:
getPercentValuePattern in interface DRIAxisPlot

setPercentValuePattern

public void setPercentValuePattern(String percentValuePattern)

getSeriesOrderBy

public Comparator<String> getSeriesOrderBy()
Specified by:
getSeriesOrderBy in interface DRIAxisPlot

setSeriesOrderBy

public void setSeriesOrderBy(Comparator<String> seriesOrderBy)

getSeriesOrderType

public OrderType getSeriesOrderType()
Specified by:
getSeriesOrderType in interface DRIAxisPlot

setSeriesOrderType

public void setSeriesOrderType(OrderType seriesOrderType)


Copyright © 2010-2014. All Rights Reserved.