public class Bar3DPlot extends AbstractCategoryAxisPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
Bar3DPlot() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getShowLabels()
Returns the labels visibility.
|
Double |
getXOffset()
Returns the x offset.
|
Double |
getYOffset()
Returns the y offset.
|
void |
setShowLabels(Boolean showLabels)
Sets the labels visibility.
|
void |
setXOffset(Double xOffset)
Sets the x offset.
|
void |
setYOffset(Double yOffset)
Sets the y offset.
|
void |
transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
String name) |
getCategoryAxisFormat, getValueAxisFormat, setCategoryAxisFormat, setValueAxisFormat
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors
public void setXOffset(Double xOffset)
xOffset
- the x offsetpublic Double getXOffset()
public void setYOffset(Double yOffset)
yOffset
- the y offsetpublic Double getYOffset()
public void setShowLabels(Boolean showLabels)
showLabels
- the labels visibilitypublic Boolean getShowLabels()
public void transform(DynamicJasperDesign design, net.sf.jasperreports.engine.JRChartPlot plot, String name)
transform
in class AbstractPlot
Copyright © 2006–2015 FDV Solutions. All rights reserved.