com.stimulsoft.report.chart.geoms.seriesLabels.funnel
Class StiOutsideFunnelLabelsGeom

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.seriesLabels.StiSeriesLabelsGeom
              extended by com.stimulsoft.report.chart.geoms.seriesLabels.funnel.StiCenterFunnelLabelsGeom
                  extended by com.stimulsoft.report.chart.geoms.seriesLabels.funnel.StiOutsideFunnelLabelsGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiOutsideFunnelLabelsGeom
extends StiCenterFunnelLabelsGeom


Constructor Summary
StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiPoint startPointLine, StiPoint endPointLine)
           
 
Method Summary
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 StiPoint getEndPointLine()
           
 StiPoint getStartPointLine()
           
 
Methods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.funnel.StiCenterFunnelLabelsGeom
getBorderColor, getLabelBrush, getLabelRect, getSeriesBorderColor, getSeriesBrush, getText
 
Methods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
getAllowMouseOver, getBeginTime, getDuration, getIndex, getIsMouseOver, getSeries, getSeriesLabels, getValue, InvokeMouseEnter, InvokeMouseLeave, setBeginTime, setDuration, setIsMouseOver
 
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, 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

StiOutsideFunnelLabelsGeom

public StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
                                  IStiSeries series,
                                  int index,
                                  double value,
                                  StiRectangle clientRectangle,
                                  java.lang.String text,
                                  StiBrush seriesBrush,
                                  StiBrush labelBrush,
                                  StiColor borderColor,
                                  StiColor seriesBorderColor,
                                  StiRectangle labelRect,
                                  StiPoint startPointLine,
                                  StiPoint endPointLine)
Method Detail

getStartPointLine

public final StiPoint getStartPointLine()

getEndPointLine

public final StiPoint getEndPointLine()

Draw

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

Overrides:
Draw in class StiCenterFunnelLabelsGeom