com.stimulsoft.report.chart.geoms.series
Class StiSeriesGeom

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.series.StiSeriesGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction
Direct Known Subclasses:
StiBaseLineSeriesGeom, StiStackedAreaSeriesGeom, StiStackedBaseLineSeriesGeom, StiStackedSplineAreaSeriesGeom

public class StiSeriesGeom
extends StiCellGeom


Constructor Summary
StiSeriesGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle)
           
 
Method Summary
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 StiAreaGeom getAreaGeom()
           
 java.util.ArrayList<StiSeriesInteractionData> getInteractions()
           
 IStiSeries getSeries()
           
 void setAreaGeom(StiAreaGeom value)
           
 void setInteractions(java.util.ArrayList<StiSeriesInteractionData> value)
           
 
Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseEnter, InvokeMouseLeave, 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

StiSeriesGeom

public StiSeriesGeom(StiAreaGeom areaGeom,
                     IStiSeries series,
                     StiRectangle clientRectangle)
Method Detail

getSeries

public final IStiSeries getSeries()

getInteractions

public final java.util.ArrayList<StiSeriesInteractionData> getInteractions()

setInteractions

public final void setInteractions(java.util.ArrayList<StiSeriesInteractionData> value)

getAreaGeom

public final StiAreaGeom getAreaGeom()

setAreaGeom

public final void setAreaGeom(StiAreaGeom value)

Draw

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

Specified by:
Draw in class StiCellGeom