|
||||||||||
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.TimeSeriesPlot
public class TimeSeriesPlot
Field Summary |
---|
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
---|
SERIAL_VERSION_UID |
Constructor Summary | |
---|---|
TimeSeriesPlot()
|
Method Summary | |
---|---|
java.lang.Boolean |
getShowLines()
Returns the lines visibility. |
java.lang.Boolean |
getShowShapes()
Returns the shapes visibility. |
DJAxisFormat |
getTimeAxisFormat()
Returns the time axis format. |
DJAxisFormat |
getValueAxisFormat()
Returns the value axis format. |
void |
setShowLines(java.lang.Boolean showLines)
Sets the lines visibility. |
void |
setShowShapes(java.lang.Boolean showShapes)
Sets the shapes visibility. |
void |
setTimeAxisFormat(DJAxisFormat timeAxisFormat)
Sets the time axis format. |
void |
setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
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.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 TimeSeriesPlot()
Method Detail |
---|
public void setShowShapes(java.lang.Boolean showShapes)
showShapes
- the shapes visibilitypublic java.lang.Boolean getShowShapes()
public void setShowLines(java.lang.Boolean showLines)
showLines
- the lines visibilitypublic java.lang.Boolean getShowLines()
public void setTimeAxisFormat(DJAxisFormat timeAxisFormat)
timeAxisFormat
- the time axis formatpublic DJAxisFormat getTimeAxisFormat()
public void setValueAxisFormat(DJAxisFormat valueAxisFormat)
valueAxisFormat
- the value axis formatpublic DJAxisFormat getValueAxisFormat()
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 |