|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.PlotAreaElement com.cete.dynamicpdf.pageelements.charting.series.SeriesElement com.cete.dynamicpdf.pageelements.charting.series.PieSeriesElement
public class PieSeriesElement
This class represents a pie series element.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
PieSeriesElement(float value1)
Initializes a new instance of the PieSeriesElement class. |
|
PieSeriesElement(float value1,
ScalarDataLabel scalarDataLabel)
Initializes a new instance of the PieSeriesElement class. |
|
PieSeriesElement(float value1,
java.lang.String name)
Initializes a new instance of the PieSeriesElement class. |
|
PieSeriesElement(float value1,
java.lang.String name,
Color color)
Initializes a new instance of the PieSeriesElement class. |
|
PieSeriesElement(float value1,
java.lang.String name,
Color color,
Legend legend)
Initializes a new instance of the PieSeriesElement class. |
Method Summary | |
---|---|
Color |
getBorderColor()
Gets the Color object to use for the borders of the pie
series element. |
float |
getBorderWidth()
Gets the border width of the pie series element. |
ScalarDataLabel |
getDataLabel()
Gets the ScalarDataLabel object to use for the data label of
the pie series element. |
float |
getExplodeLength()
Gets the explode length of the pie series element. |
float |
getValue()
Gets the value1 of the pie series element. |
void |
setBorderColor(Color value)
Sets the Color object to use for the borders of the pie
series element. |
void |
setBorderWidth(float value)
Sets the border width of the pie series element. |
void |
setDataLabel(ScalarDataLabel scalarDataLabel)
Sets the ScalarDataLabel object to use for the data label of
the pie series element. |
void |
setExplodeLength(float value)
Sets the explode length of the pie series element. |
void |
setValue(float value)
Sets the value of the pie series element. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement |
---|
getColor, getLegendLabel, getName, setColor |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement |
---|
getLegend, getPlotArea, setLegend, setPlotArea |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PieSeriesElement(float value1)
PieSeriesElement
class.
value1
- Value of the pie series element.public PieSeriesElement(float value1, java.lang.String name)
PieSeriesElement
class.
value1
- Value of the pie series element.name
- Name of the pie series element.public PieSeriesElement(float value1, java.lang.String name, Color color)
PieSeriesElement
class.
value1
- Value of the pie series element.name
- Name of the pie series element.color
- Color
of the pie series element.public PieSeriesElement(float value1, java.lang.String name, Color color, Legend legend)
PieSeriesElement
class.
value1
- Value of the pie series element.name
- Name of the pie series element.color
- Color
of the pie series element.legend
- Legend
of the pie series element.Legend
public PieSeriesElement(float value1, ScalarDataLabel scalarDataLabel)
PieSeriesElement
class.
value1
- Value of the pie series element.scalarDataLabel
- ScalarDataLabel
of the pie series element.ScalarDataLabel
Method Detail |
---|
public float getValue()
public void setValue(float value)
value
- the float used to set value1 of the pie series element.public float getBorderWidth()
public void setBorderWidth(float value)
value
- the float used to set border width of the pie series element.public Color getBorderColor()
Color
object to use for the borders of the pie
series element.
Color
public void setBorderColor(Color value)
Color
object to use for the borders of the pie
series element.
value
- to set the border color of the pie series element.Color
public float getExplodeLength()
public void setExplodeLength(float value)
value
- the float used to set explode length of the pie series element.public ScalarDataLabel getDataLabel()
ScalarDataLabel
object to use for the data label of
the pie series element.
ScalarDataLabel
public void setDataLabel(ScalarDataLabel scalarDataLabel)
ScalarDataLabel
object to use for the data label of
the pie series element.
scalarDataLabel
- to set the data label for the pie series element.ScalarDataLabel
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |