|
||||||||||
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.AbstractPiePlot
public class AbstractPiePlot
Field Summary |
---|
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
---|
SERIAL_VERSION_UID |
Constructor Summary | |
---|---|
AbstractPiePlot()
|
Method Summary | |
---|---|
java.lang.Boolean |
getCircular()
Returns the circular. |
java.lang.String |
getLabelFormat()
Returns the label format. |
java.lang.String |
getLegendLabelFormat()
Returns the legend label format. |
void |
setCircular(java.lang.Boolean circular)
Sets the circular. |
void |
setLabelFormat(java.lang.String labelFormat)
Sets the label format. |
void |
setLegendLabelFormat(java.lang.String legendLabelFormat)
Sets the legend label format. |
Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot |
---|
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPiePlot()
Method Detail |
---|
public java.lang.Boolean getCircular()
public void setCircular(java.lang.Boolean circular)
circular
- the circularpublic java.lang.String getLabelFormat()
public void setLabelFormat(java.lang.String labelFormat)
labelFormat
- the label formatpublic java.lang.String getLegendLabelFormat()
public void setLegendLabelFormat(java.lang.String legendLabelFormat)
legendLabelFormat
- the legend label format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |