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

All Superinterfaces:
DRIAxisPlot, DRIBasePlot, DRIPlot, Serializable
All Known Implementing Classes:
DRXyBlockPlot

public interface DRIXyBlockPlot
extends DRIAxisPlot

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

Method Summary
 RectangleAnchor getBlockAnchor()
           
 Double getBlockHeight()
           
 Double getBlockWidth()
           
 double getDefaultLowerBound()
           
 Paint getDefaultPaint()
           
 double getDefaultUpperBound()
           
 List<DRIPaintScale> getPaintScales()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Method Detail

getBlockWidth

Double getBlockWidth()

getBlockHeight

Double getBlockHeight()

getBlockAnchor

RectangleAnchor getBlockAnchor()

getDefaultLowerBound

double getDefaultLowerBound()

getDefaultUpperBound

double getDefaultUpperBound()

getDefaultPaint

Paint getDefaultPaint()

getPaintScales

List<DRIPaintScale> getPaintScales()


Copyright © 2010-2014. All Rights Reserved.