|
||||||||||
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
public abstract class AbstractPlot
Field Summary |
---|
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
---|
SERIAL_VERSION_UID |
Constructor Summary | |
---|---|
AbstractPlot()
|
Method Summary | |
---|---|
void |
addSeriesColor(java.awt.Color color)
Adds the specified series color to the plot. |
void |
clearSeriesColors()
Removes all defined series colors. |
java.lang.Double |
getLabelRotation()
Gets the angle in degrees to rotate the data axis labels. |
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Returns the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL). |
java.util.List |
getSeriesColors()
Returns a list of all the defined series colors. |
void |
setLabelRotation(java.lang.Double labelRotation)
Sets the angle in degrees to rotate the data axis labels. |
void |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL). |
void |
setSeriesColors(java.util.List seriesColors)
Set the specified series colors to the plot. |
void |
transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPlot()
Method Detail |
---|
public void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
orientation
- the plot orientationpublic org.jfree.chart.plot.PlotOrientation getOrientation()
public void addSeriesColor(java.awt.Color color)
color
- the series colorpublic void clearSeriesColors()
public void setSeriesColors(java.util.List seriesColors)
seriesColors
- the series colorspublic java.util.List getSeriesColors()
public void setLabelRotation(java.lang.Double labelRotation)
labelRotation
- the label rotationpublic java.lang.Double getLabelRotation()
public void transform(DynamicJasperDesign design, net.sf.jasperreports.engine.JRChartPlot plot, java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |