com.stimulsoft.report.chart.geoms.seriesLabels.pie
Class StiTwoColumnsPieLabelsGeom

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.pie.StiTwoColumnsPieLabelsGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiTwoColumnsPieLabelsGeom
extends StiSeriesLabelsGeom


Constructor Summary
StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiColor lineColor, StiPoint startPoint, StiPoint endPoint, StiPoint arcPoint)
           
 
Method Summary
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 StiPoint getArcPoint()
           
 StiColor getBorderColor()
           
 StiPoint getEndPoint()
           
 StiBrush getLabelBrush()
           
 StiRectangle getLabelRect()
           
 StiColor getLineColor()
           
 StiColor getSeriesBorderColor()
           
 StiBrush getSeriesBrush()
           
 StiBrush getSeriesLabelsBrush()
           
 StiPoint getStartPoint()
           
 java.lang.String getText()
           
 void setEndPoint(StiPoint endPoint)
           
 void setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
           
 
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

StiTwoColumnsPieLabelsGeom

public StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels,
                                  IStiSeries series,
                                  int index,
                                  double value,
                                  StiRectangle clientRectangle,
                                  java.lang.String text,
                                  StiBrush seriesBrush,
                                  StiBrush labelBrush,
                                  StiBrush seriesLabelsBrush,
                                  StiColor borderColor,
                                  StiColor seriesBorderColor,
                                  StiRectangle labelRect,
                                  StiColor lineColor,
                                  StiPoint startPoint,
                                  StiPoint endPoint,
                                  StiPoint arcPoint)
Method Detail

getSeriesBrush

public final StiBrush getSeriesBrush()

getBorderColor

public final StiColor getBorderColor()

getSeriesBorderColor

public final StiColor getSeriesBorderColor()

getLabelBrush

public final StiBrush getLabelBrush()

getText

public final java.lang.String getText()

getLabelRect

public final StiRectangle getLabelRect()

getLineColor

public final StiColor getLineColor()

getStartPoint

public StiPoint getStartPoint()

getEndPoint

public StiPoint getEndPoint()

setEndPoint

public void setEndPoint(StiPoint endPoint)
Parameters:
endPoint - the endPoint to set

setSeriesLabelsBrush

public void setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
Parameters:
seriesLabelsBrush - the seriesLabelsBrush to set

getArcPoint

public final StiPoint getArcPoint()

getSeriesLabelsBrush

public StiBrush getSeriesLabelsBrush()

Draw

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

Overrides:
Draw in class StiSeriesLabelsGeom