|
||||||||||
| 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.Bar3DPlot
public class Bar3DPlot
| Field Summary |
|---|
| Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
|---|
SERIAL_VERSION_UID |
| Constructor Summary | |
|---|---|
Bar3DPlot()
|
|
| Method Summary | |
|---|---|
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)
|
| 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 Bar3DPlot()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||