ar.com.fdvs.dj.domain.chart.plot
Class AbstractPiePlot

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
          extended by ar.com.fdvs.dj.domain.chart.plot.AbstractPiePlot
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
Pie3DPlot, PiePlot

public class AbstractPiePlot
extends AbstractPlot

See Also:
Serialized Form

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

AbstractPiePlot

public AbstractPiePlot()
Method Detail

getCircular

public java.lang.Boolean getCircular()
Returns the circular.

Returns:
the circular

setCircular

public void setCircular(java.lang.Boolean circular)
Sets the circular.

Parameters:
circular - the circular

getLabelFormat

public java.lang.String getLabelFormat()
Returns the label format.

Returns:
the label format

setLabelFormat

public void setLabelFormat(java.lang.String labelFormat)
Sets the label format.

Parameters:
labelFormat - the label format

getLegendLabelFormat

public java.lang.String getLegendLabelFormat()
Returns the legend label format.

Returns:
the legend label format

setLegendLabelFormat

public void setLegendLabelFormat(java.lang.String legendLabelFormat)
Sets the legend label format.

Parameters:
legendLabelFormat - the legend label format


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.