public class BarPlot extends AbstractCategoryAxisPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
BarPlot() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getShowLabels()
Returns the labels visibility.
|
Boolean |
getShowTickLabels()
Returns the tick labels visibility.
|
Boolean |
getShowTickMarks()
Returns the tick marks visibility.
|
void |
setShowLabels(Boolean showLabels)
Sets the labels visibility.
|
void |
setShowTickLabels(Boolean showTickLabels)
Sets the tick labels visibility.
|
void |
setShowTickMarks(Boolean showTickMarks)
Sets the tick marks visibility.
|
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 setShowLabels(Boolean showLabels)
showLabels
- the labels visibilitypublic Boolean getShowLabels()
public void setShowTickLabels(Boolean showTickLabels)
showTickLabels
- the tick labels visibilitypublic Boolean getShowTickLabels()
public void setShowTickMarks(Boolean showTickMarks)
showTickMarks
- the tick marks visibilitypublic Boolean getShowTickMarks()
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.