|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.chart.style.PieStyle
public class PieStyle
Constructor Summary | |
---|---|
PieStyle()
|
Method Summary | |
---|---|
float |
getExplosionRatio()
Returns the amount by which pie segments are moved when selected and the exploded segments effect is in use. |
float |
getOffsetAngle()
Returns the offset angle used when drawing a pie chart |
boolean |
isAlwaysExplodeSegments()
Returns whether segments are always displayed in their exploded form |
void |
setAlwaysExplodeSegments(boolean alwaysExplodeSegments)
When true, specify that segments should always be displayed in their exploded form, even when not selected |
void |
setExplosionRatio(float explosionRatio)
Specifies the amount that a selected pie segment will be 'exploded' out from the rest of the pie chart when selected and when the exploded segments effect is active. |
void |
setOffsetAngle(float offsetAngle)
Specify the offset angle to use when drawing a pie chart. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PieStyle()
Method Detail |
---|
public float getOffsetAngle()
public void setOffsetAngle(float offsetAngle)
offsetAngle
- the offset angle (in degrees)public float getExplosionRatio()
public void setExplosionRatio(float explosionRatio)
explosionRatio
- the amount by which pie segments are displaced ('exploded') from the rest of the piepublic boolean isAlwaysExplodeSegments()
public void setAlwaysExplodeSegments(boolean alwaysExplodeSegments)
alwaysExplodeSegments
- whether to display segments in their exploded form (regardless of selection)
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |