public class StiDoughnutSeriesElementGeom extends StiSeriesElementGeom
| Constructor and Description |
|---|
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiDoughnutSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
java.util.ArrayList<StiSegmentGeom> pathDark,
StiColor borderColor,
StiBrush brush,
StiBrush brushLight,
StiBrush brushDark,
double startAngle,
double endAngle,
double radiusFrom,
double radiusTo,
java.lang.Integer beginTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Contains(double x,
double y) |
void |
Draw(StiContext context)
Draws area geom object on spefied context.
|
java.lang.Integer |
getBeginTime() |
StiColor |
getBorderColor() |
StiBrush |
getBrush() |
StiBrush |
getBrushDark() |
StiBrush |
getBrushLight() |
double |
getEndAngle() |
java.util.ArrayList<StiSegmentGeom> |
getPath() |
java.util.ArrayList<StiSegmentGeom> |
getPathDark() |
java.util.ArrayList<StiSegmentGeom> |
getPathLight() |
double |
getRadiusFrom() |
double |
getRadiusTo() |
double |
getStartAngle() |
void |
setBeginTime(java.lang.Integer beginTime) |
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 StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiDoughnutSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, java.util.ArrayList<StiSegmentGeom> pathDark, StiColor borderColor, StiBrush brush, StiBrush brushLight, StiBrush brushDark, double startAngle, double endAngle, double radiusFrom, double radiusTo, java.lang.Integer beginTime)
public final java.util.ArrayList<StiSegmentGeom> getPath()
public final java.util.ArrayList<StiSegmentGeom> getPathLight()
public final java.util.ArrayList<StiSegmentGeom> getPathDark()
public final StiColor getBorderColor()
public final StiBrush getBrush()
public final StiBrush getBrushLight()
public final StiBrush getBrushDark()
public final double getStartAngle()
public final double getEndAngle()
public final double getRadiusFrom()
public final double getRadiusTo()
public java.lang.Integer getBeginTime()
public void setBeginTime(java.lang.Integer beginTime)
beginTime - the beginTime 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.