|
||||||||||
| 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 | |
|---|---|
java.lang.Boolean |
getShowLabels()
Returns the labels visibility. |
java.lang.Boolean |
getShowTickLabels()
Returns the tick labels visibility. |
java.lang.Boolean |
getShowTickMarks()
Returns the tick marks visibility. |
void |
setShowLabels(java.lang.Boolean showLabels)
Sets the labels visibility. |
void |
setShowTickLabels(java.lang.Boolean showTickLabels)
Sets the tick labels visibility. |
void |
setShowTickMarks(java.lang.Boolean showTickMarks)
Sets the tick marks visibility. |
void |
transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
java.lang.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(java.lang.Boolean showLabels)
showLabels - the labels visibilitypublic java.lang.Boolean getShowLabels()
public void setShowTickLabels(java.lang.Boolean showTickLabels)
showTickLabels - the tick labels visibilitypublic java.lang.Boolean getShowTickLabels()
public void setShowTickMarks(java.lang.Boolean showTickMarks)
showTickMarks - the tick marks visibilitypublic java.lang.Boolean getShowTickMarks()
public void transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
java.lang.String name)
transform in class AbstractPlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||