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