public class StiSeriesElementGeom extends StiCellGeom implements IStiSeriesElement
| Constructor and Description |
|---|
StiSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle) |
| Modifier and Type | Method and Description |
|---|---|
void |
Draw(StiContext context)
Draws area geom object on spefied context.
|
boolean |
getAllowMouseOver() |
StiAreaGeom |
getAreaGeom() |
java.lang.String |
getElementIndex() |
int |
getIndex() |
StiSeriesInteractionData |
getInteraction() |
StiInteractionDataGeom |
getInteractionData() |
boolean |
getIsMouseOver() |
IStiSeries |
getSeries() |
java.lang.String |
GetToolTip() |
double |
getValue() |
void |
InvokeClick(StiInteractionOptions options) |
void |
InvokeMouseEnter(StiInteractionOptions options) |
void |
InvokeMouseLeave(StiInteractionOptions options) |
void |
setAreaGeom(StiAreaGeom value) |
void |
setElementIndex(java.lang.String elementIndex) |
void |
setInteraction(StiSeriesInteractionData value) |
void |
setIsMouseOver(boolean value) |
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleLoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObjectpublic StiSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle)
public void InvokeMouseEnter(StiInteractionOptions options)
InvokeMouseEnter in interface IStiGeomInteractionInvokeMouseEnter in class StiCellGeompublic void InvokeMouseLeave(StiInteractionOptions options)
InvokeMouseLeave in interface IStiGeomInteractionInvokeMouseLeave in class StiCellGeompublic void InvokeClick(StiInteractionOptions options)
InvokeClick in interface IStiGeomInteractionInvokeClick in class StiCellGeompublic java.lang.String GetToolTip()
public boolean getAllowMouseOver()
public boolean getIsMouseOver()
public void setIsMouseOver(boolean value)
public final double getValue()
public final int getIndex()
public final IStiSeries getSeries()
public final StiSeriesInteractionData getInteraction()
public final void setInteraction(StiSeriesInteractionData value)
public final StiAreaGeom getAreaGeom()
public final void setAreaGeom(StiAreaGeom value)
public java.lang.String getElementIndex()
getElementIndex in interface IStiSeriesElementpublic void setElementIndex(java.lang.String elementIndex)
setElementIndex in interface IStiSeriesElementelementIndex - the elementIndex to setpublic void Draw(StiContext context)
Draw in class StiCellGeompublic StiInteractionDataGeom getInteractionData()
Copyright © 2019 Stimulsoft. All Rights Reserved.