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

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

public interface DRIBasePlot
extends DRIPlot

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

Method Summary
 Orientation getOrientation()
           
 List<Color> getSeriesColors()
           
 Map<String,Color> getSeriesColorsByName()
           
 

Method Detail

getOrientation

Orientation getOrientation()

getSeriesColors

List<Color> getSeriesColors()

getSeriesColorsByName

Map<String,Color> getSeriesColorsByName()


Copyright © 2010-2014. All Rights Reserved.