|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
ar.com.fdvs.dj.domain.chart.plot.BarPlot
public class BarPlot
| Field Summary |
|---|
| Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
|---|
SERIAL_VERSION_UID |
| Constructor Summary | |
|---|---|
BarPlot()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot |
|---|
getCategoryAxisFormat, getValueAxisFormat, setCategoryAxisFormat, setValueAxisFormat |
| Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot |
|---|
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BarPlot()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||