net.sf.dynamicreports.report.definition.chart.plot
Interface DRIAxisPlot

All Superinterfaces:
DRIBasePlot, DRIPlot, Serializable
All Known Subinterfaces:
DRIBar3DPlot, DRIBarPlot, DRIBubblePlot, DRICandlestickPlot, DRIDifferencePlot, DRIGroupedStackedBarPlot, DRIHighLowPlot, DRILayeredBarPlot, DRILinePlot, DRIMultiAxisPlot, DRIWaterfallBarPlot, DRIXyBlockPlot, DRIXyStepPlot
All Known Implementing Classes:
DRAxisPlot, DRBar3DPlot, DRBarPlot, DRBubblePlot, DRCandlestickPlot, DRDifferencePlot, DRGroupedStackedBarPlot, DRHighLowPlot, DRLayeredBarPlot, DRLinePlot, DRMultiAxisPlot, DRWaterfallBarPlot, DRXyBlockPlot, DRXyStepPlot

public interface DRIAxisPlot
extends DRIBasePlot

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

Method Summary
 String getPercentValuePattern()
           
 Comparator<String> getSeriesOrderBy()
           
 OrderType getSeriesOrderType()
           
 Boolean getShowPercentages()
           
 Boolean getShowValues()
           
 String getValuePattern()
           
 DRIAxisFormat getXAxisFormat()
           
 DRIAxisFormat getYAxisFormat()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Method Detail

getXAxisFormat

DRIAxisFormat getXAxisFormat()

getYAxisFormat

DRIAxisFormat getYAxisFormat()

getShowValues

Boolean getShowValues()

getValuePattern

String getValuePattern()

getShowPercentages

Boolean getShowPercentages()

getPercentValuePattern

String getPercentValuePattern()

getSeriesOrderBy

Comparator<String> getSeriesOrderBy()

getSeriesOrderType

OrderType getSeriesOrderType()


Copyright © 2010-2014. All Rights Reserved.