public class StiSeriesLabelsGeom extends StiCellGeom
| Constructor and Description |
|---|
StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle) |
| Modifier and Type | Method and Description |
|---|---|
void |
Draw(StiContext context)
Draws area geom object on spefied context.
|
protected void |
DrawMarker(StiContext context,
StiRectangle itemRect,
java.lang.Object markerColor,
StiBrush markerBrush) |
boolean |
getAllowMouseOver() |
java.lang.Integer |
getBeginTime() |
java.lang.Integer |
getDuration() |
int |
getIndex() |
boolean |
getIsMouseOver() |
IStiSeries |
getSeries() |
IStiSeriesLabels |
getSeriesLabels() |
double |
getValue() |
void |
InvokeMouseEnter(StiInteractionOptions options) |
void |
InvokeMouseLeave(StiInteractionOptions options) |
void |
setBeginTime(java.lang.Integer beginTime) |
void |
setDuration(java.lang.Integer duration) |
void |
setIsMouseOver(boolean value) |
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleLoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObjectpublic StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle)
public java.lang.Integer getBeginTime()
public void setBeginTime(java.lang.Integer beginTime)
beginTime - the beginTime to setpublic java.lang.Integer getDuration()
public void setDuration(java.lang.Integer duration)
duration - the duration to setpublic void InvokeMouseEnter(StiInteractionOptions options)
InvokeMouseEnter in interface IStiGeomInteractionInvokeMouseEnter in class StiCellGeompublic void InvokeMouseLeave(StiInteractionOptions options)
InvokeMouseLeave in interface IStiGeomInteractionInvokeMouseLeave in class StiCellGeompublic boolean getAllowMouseOver()
public boolean getIsMouseOver()
public void setIsMouseOver(boolean value)
public final double getValue()
public final int getIndex()
public final IStiSeries getSeries()
public final IStiSeriesLabels getSeriesLabels()
protected void DrawMarker(StiContext context, StiRectangle itemRect, java.lang.Object markerColor, StiBrush markerBrush)
public void Draw(StiContext context)
Draw in class StiCellGeomCopyright © 2019 Stimulsoft. All Rights Reserved.