com.stimulsoft.report.chart.geoms.marker
Class StiMarkerGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.report.chart.geoms.StiCellGeom
          extended by com.stimulsoft.report.chart.geoms.marker.StiMarkerGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction, IStiSeriesElement

public class StiMarkerGeom
extends StiCellGeom
implements IStiSeriesElement


Constructor Summary
StiMarkerGeom(IStiSeries series, int index, double value, StiPoint point, IStiMarker marker, boolean showShadow, float zoom)
           
 
Method Summary
 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)
           
 
Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangle
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.StiGeom
LoadFromJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMarkerGeom

public StiMarkerGeom(IStiSeries series,
                     int index,
                     double value,
                     StiPoint point,
                     IStiMarker marker,
                     boolean showShadow,
                     float zoom)
Method Detail

InvokeMouseEnter

public void InvokeMouseEnter(StiInteractionOptions options)
Specified by:
InvokeMouseEnter in interface IStiGeomInteraction
Overrides:
InvokeMouseEnter in class StiCellGeom

InvokeMouseLeave

public void InvokeMouseLeave(StiInteractionOptions options)
Specified by:
InvokeMouseLeave in interface IStiGeomInteraction
Overrides:
InvokeMouseLeave in class StiCellGeom

InvokeClick

public void InvokeClick(StiInteractionOptions options)
Specified by:
InvokeClick in interface IStiGeomInteraction
Overrides:
InvokeClick in class StiCellGeom

GetToolTip

public java.lang.String GetToolTip()

getAllowMouseOver

public boolean getAllowMouseOver()

getIsMouseOver

public boolean getIsMouseOver()

setIsMouseOver

public void setIsMouseOver(boolean value)

getInteraction

public final StiSeriesInteractionData getInteraction()

setInteraction

public final void setInteraction(StiSeriesInteractionData value)

getIndex

public final int getIndex()

getPoint

public final StiPoint getPoint()

getMarker

public final IStiMarker getMarker()

getValue

public final double getValue()

getShowShadow

public final boolean getShowShadow()

getSeries

public final IStiSeries getSeries()

getElementIndex

public java.lang.String getElementIndex()
Specified by:
getElementIndex in interface IStiSeriesElement
Returns:
the elementIndex

setElementIndex

public void setElementIndex(java.lang.String elementIndex)
Specified by:
setElementIndex in interface IStiSeriesElement
Parameters:
elementIndex - the elementIndex to set

Contains

public boolean Contains(double x,
                        double y)
Overrides:
Contains in class StiCellGeom

GetMouseOverRect

public final StiRectangle GetMouseOverRect()

Draw

public void Draw(StiContext context)
Draws area geom object on spefied context.

Specified by:
Draw in class StiCellGeom