public class StiPieSeriesElementGeom extends StiSeriesElementGeom
| Constructor and Description |
|---|
StiPieSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiPieSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
StiColor borderColor,
StiBrush brush,
double startAngle,
double endAngle,
double radius,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Contains(double x,
double y) |
void |
Draw(StiContext context)
Draws area geom object on spefied context.
|
StiAnimation |
getAnimation() |
StiColor |
getBorderColor() |
StiBrush |
getBrush() |
double |
getEndAngle() |
java.util.ArrayList<StiSegmentGeom> |
getPath() |
java.util.ArrayList<StiSegmentGeom> |
getPathLight() |
double |
getRadius() |
double |
getStartAngle() |
void |
setAnimation(StiAnimation animation) |
void |
setEndAngle(double value) |
void |
setRadius(double value) |
void |
setStartAngle(double value) |
getAllowMouseOver, getAreaGeom, getElementIndex, getIndex, getInteraction, getInteractionData, getIsMouseOver, getSeries, GetToolTip, getValue, InvokeClick, InvokeMouseEnter, InvokeMouseLeave, setAreaGeom, setElementIndex, setInteraction, setIsMouseOverAllowChildDrawing, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleLoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObjectpublic StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius, StiAnimation animation)
public final java.util.ArrayList<StiSegmentGeom> getPath()
public final java.util.ArrayList<StiSegmentGeom> getPathLight()
public final StiColor getBorderColor()
public final StiBrush getBrush()
public final double getStartAngle()
public final void setStartAngle(double value)
public final double getEndAngle()
public final void setEndAngle(double value)
public final double getRadius()
public final void setRadius(double value)
public StiAnimation getAnimation()
public void setAnimation(StiAnimation animation)
animation - the animation to setpublic boolean Contains(double x,
double y)
Contains in class StiCellGeompublic void Draw(StiContext context)
Draw in class StiSeriesElementGeomCopyright © 2019 Stimulsoft. All Rights Reserved.