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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
      extended by net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
          extended by net.sf.dynamicreports.report.base.chart.plot.DRXyBlockPlot
All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBasePlot, DRIPlot, DRIXyBlockPlot

public class DRXyBlockPlot
extends DRAxisPlot
implements DRIXyBlockPlot

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

Constructor Summary
DRXyBlockPlot()
           
 
Method Summary
 void addPaintScale(DRIPaintScale paintScale)
           
 RectangleAnchor getBlockAnchor()
           
 Double getBlockHeight()
           
 Double getBlockWidth()
           
 double getDefaultLowerBound()
           
 Paint getDefaultPaint()
           
 double getDefaultUpperBound()
           
 List<DRIPaintScale> getPaintScales()
           
 void setBlockAnchor(RectangleAnchor blockAnchor)
           
 void setBlockHeight(Double blockHeight)
           
 void setBlockWidth(Double blockWidth)
           
 void setDefaultLowerBound(double defaultLowerBound)
           
 void setDefaultPaint(Paint defaultPaint)
           
 void setDefaultUpperBound(double defaultUpperBound)
           
 void setPaintScales(List<DRIPaintScale> paintScales)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat, init, setPercentValuePattern, setSeriesOrderBy, setSeriesOrderType, setShowPercentages, setShowValues, setValuePattern, setXAxisFormat, setYAxisFormat
 
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.DRIAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Constructor Detail

DRXyBlockPlot

public DRXyBlockPlot()
Method Detail

getBlockWidth

public Double getBlockWidth()
Specified by:
getBlockWidth in interface DRIXyBlockPlot

setBlockWidth

public void setBlockWidth(Double blockWidth)

getBlockHeight

public Double getBlockHeight()
Specified by:
getBlockHeight in interface DRIXyBlockPlot

setBlockHeight

public void setBlockHeight(Double blockHeight)

getBlockAnchor

public RectangleAnchor getBlockAnchor()
Specified by:
getBlockAnchor in interface DRIXyBlockPlot

setBlockAnchor

public void setBlockAnchor(RectangleAnchor blockAnchor)

getDefaultLowerBound

public double getDefaultLowerBound()
Specified by:
getDefaultLowerBound in interface DRIXyBlockPlot

setDefaultLowerBound

public void setDefaultLowerBound(double defaultLowerBound)

getDefaultUpperBound

public double getDefaultUpperBound()
Specified by:
getDefaultUpperBound in interface DRIXyBlockPlot

setDefaultUpperBound

public void setDefaultUpperBound(double defaultUpperBound)

getDefaultPaint

public Paint getDefaultPaint()
Specified by:
getDefaultPaint in interface DRIXyBlockPlot

setDefaultPaint

public void setDefaultPaint(Paint defaultPaint)

getPaintScales

public List<DRIPaintScale> getPaintScales()
Specified by:
getPaintScales in interface DRIXyBlockPlot

addPaintScale

public void addPaintScale(DRIPaintScale paintScale)

setPaintScales

public void setPaintScales(List<DRIPaintScale> paintScales)


Copyright © 2010-2014. All Rights Reserved.