|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart2D.series.PieStrategy<ChartProjector>
lt.monarch.chart.chart3D.series.Pie3DStrategy<ChartProjector>
public class Pie3DStrategy<ChartProjector extends Projector> extends PieStrategy<ChartProjector> implements java.io.Serializable
Pie series drawing strategy.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.chart2D.series.PieStrategy |
|---|
dirty, entries, explodeAndShrink, innerRadius, labelAreaMultiplier, labelFormat, labelFormatPattern, legendFormat, legendFormatPattern, locale, mapper, maxExplodeRadius, metaModel, minExplodeRadius, minMaxValues, model, np, numbersLabelPrecision, numbersLegendPrecision, overallAngle, overallRadius, p1, p2, paintMode, percentages, planePoint, projector, shrinkRadius, sliceElements, startAngle, style, tempPoint, values |
| Constructor and Description |
|---|
Pie3DStrategy()
Pie strategy constructor |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
|
void |
draw(AbstractGraphics g,
ChartProjector projector,
PlaneMapper mapper,
HotSpotMap hotMap,
Style style,
Pie3DSeries series)
|
protected void |
finalize()
|
protected void |
fixStyles()
Create legend entries list |
Point3D |
getCenterPoint()
Returns the center of pie |
double |
getPieHeight()
Return pie height |
Point2D |
getSliceHalfPoint(int index,
double radius)
Calculate point half angle of slice |
void |
setCenterPoint(GeneralPoint centerPoint)
Set center of pie chart |
void |
setPieHeight(double pieHeight)
Set the pie height |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pie3DStrategy()
| Method Detail |
|---|
public void dispose()
dispose in class PieStrategy<ChartProjector extends Projector>
public void draw(AbstractGraphics g,
ChartProjector projector,
PlaneMapper mapper,
HotSpotMap hotMap,
Style style,
Pie3DSeries series)
protected void finalize()
throws java.lang.Throwable
finalize in class PieStrategy<ChartProjector extends Projector>java.lang.Throwablepublic void setCenterPoint(GeneralPoint centerPoint)
PieStrategy
setCenterPoint in class PieStrategy<ChartProjector extends Projector>centerPoint - point of the center the piepublic Point3D getCenterPoint()
PieStrategy
getCenterPoint in class PieStrategy<ChartProjector extends Projector>protected void fixStyles()
fixStyles in class PieStrategy<ChartProjector extends Projector>model - data modelmetaModel - meta data modelstyle - style of pie chartspublic double getPieHeight()
public void setPieHeight(double pieHeight)
pieHeight - the pieHeight to set
public Point2D getSliceHalfPoint(int index,
double radius)
PieStrategy
getSliceHalfPoint in class PieStrategy<ChartProjector extends Projector>radius - radius of pie
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||