net.sf.dynamicreports.report.base.chart.plot
Class DRAxisPlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRAxisPlot
public DRAxisPlot()
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.