public class StiMarkerGeom extends StiCellGeom implements IStiSeriesElement
| Constructor and Description |
|---|
StiMarkerGeom(IStiSeries series,
int index,
double value,
StiPoint point,
IStiMarker marker,
boolean showShadow,
float zoom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Contains(double x,
double y) |
void |
Draw(StiContext context)
Draws area geom object on spefied context.
|
boolean |
getAllowMouseOver() |
java.lang.String |
getElementIndex() |
int |
getIndex() |
StiSeriesInteractionData |
getInteraction() |
boolean |
getIsMouseOver() |
IStiMarker |
getMarker() |
StiRectangle |
GetMouseOverRect() |
StiPoint |
getPoint() |
IStiSeries |
getSeries() |
boolean |
getShowShadow() |
java.lang.String |
GetToolTip() |
double |
getValue() |
void |
InvokeClick(StiInteractionOptions options) |
void |
InvokeMouseEnter(StiInteractionOptions options) |
void |
InvokeMouseLeave(StiInteractionOptions options) |
void |
setElementIndex(java.lang.String elementIndex) |
void |
setInteraction(StiSeriesInteractionData value) |
void |
setIsMouseOver(boolean value) |
AllowChildDrawing, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleLoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObjectpublic StiMarkerGeom(IStiSeries series, int index, double value, StiPoint point, IStiMarker marker, boolean showShadow, float zoom)
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 StiSeriesInteractionData getInteraction()
public final void setInteraction(StiSeriesInteractionData value)
public final int getIndex()
public final StiPoint getPoint()
public final IStiMarker getMarker()
public final double getValue()
public final boolean getShowShadow()
public final IStiSeries getSeries()
public java.lang.String getElementIndex()
getElementIndex in interface IStiSeriesElementpublic void setElementIndex(java.lang.String elementIndex)
setElementIndex in interface IStiSeriesElementelementIndex - the elementIndex to setpublic boolean Contains(double x,
double y)
Contains in class StiCellGeompublic final StiRectangle GetMouseOverRect()
public void Draw(StiContext context)
Draw in class StiCellGeomCopyright © 2019 Stimulsoft. All Rights Reserved.