Uses of Class
com.stimulsoft.base.context.chart.geoms.StiSegmentGeom

Packages that use StiSegmentGeom
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.report.chart.geoms.marker   
com.stimulsoft.report.chart.geoms.series.doughnut   
com.stimulsoft.report.chart.geoms.series.funnel   
com.stimulsoft.report.chart.geoms.series.pie   
com.stimulsoft.report.painters   
 

Uses of StiSegmentGeom in com.stimulsoft.base.context.chart
 

Method parameters in com.stimulsoft.base.context.chart with type arguments of type StiSegmentGeom
 void StiContext.DrawAnimationPathElement(java.lang.Object brush, StiPenGeom borderPen, java.util.List<StiSegmentGeom> path, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawPath(StiPenGeom pen, java.util.List<StiSegmentGeom> path, java.lang.Object rect)
           
 void StiContext.DrawPath(StiPenGeom pen, java.util.List<StiSegmentGeom> path, java.lang.Object rect, boolean useZoom)
           
 void StiContext.FillDrawAnimationPath(java.lang.Object brush, StiPenGeom pen, java.util.List<StiSegmentGeom> path, java.lang.Object rect, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.FillPath(java.lang.Object brush, java.util.List<StiSegmentGeom> path, java.lang.Object rect, StiInteractionDataGeom interaction)
           
 void StiContext.FillPath(java.lang.Object brush, java.util.List<StiSegmentGeom> path, java.lang.Object rect, StiInteractionDataGeom interaction, int elementIndex)
           
 StiRectangle IStiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms)
           
 StiRectangle StiContext.GetPathBounds(java.util.List<StiSegmentGeom> geoms)
           
 

Uses of StiSegmentGeom in com.stimulsoft.base.context.chart.geoms
 

Subclasses of StiSegmentGeom in com.stimulsoft.base.context.chart.geoms
 class StiArcSegmentGeom
           
 class StiCloseFigureSegmentGeom
           
 class StiCurveSegmentGeom
           
 class StiLineSegmentGeom
           
 class StiLinesSegmentGeom
           
 class StiPieSegmentGeom
           
 

Methods in com.stimulsoft.base.context.chart.geoms that return types with arguments of type StiSegmentGeom
 java.util.List<StiSegmentGeom> StiPathGeom.getGeoms()
           
 

Method parameters in com.stimulsoft.base.context.chart.geoms with type arguments of type StiSegmentGeom
 void StiPathGeom.setGeoms(java.util.List<StiSegmentGeom> geoms)
           
 

Constructor parameters in com.stimulsoft.base.context.chart.geoms with type arguments of type StiSegmentGeom
StiPathGeom(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.Object rect, StiInteractionDataGeom interaction, int elementIndex)
           
 

Uses of StiSegmentGeom in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return types with arguments of type StiSegmentGeom
 java.util.List<StiSegmentGeom> StiPathAnimationGeom.getGeoms()
           
 java.util.List<StiSegmentGeom> StiPathElementAnimationGeom.getPathGeoms()
           
 

Method parameters in com.stimulsoft.base.context.chart.geoms.animaton with type arguments of type StiSegmentGeom
 void StiPathAnimationGeom.setGeoms(java.util.List<StiSegmentGeom> geoms)
           
 void StiPathElementAnimationGeom.setPathGeoms(java.util.List<StiSegmentGeom> pathGeoms)
           
 

Constructor parameters in com.stimulsoft.base.context.chart.geoms.animaton with type arguments of type StiSegmentGeom
StiPathAnimationGeom(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.Object rect, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiPathElementAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.util.List<StiSegmentGeom> pathGeoms, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 

Uses of StiSegmentGeom in com.stimulsoft.report.chart.geoms.marker
 

Methods in com.stimulsoft.report.chart.geoms.marker that return types with arguments of type StiSegmentGeom
static java.util.List<StiSegmentGeom> StiLegendMarkerHelper.getAreaMarkerPath(StiRectangle rect)
           
 

Uses of StiSegmentGeom in com.stimulsoft.report.chart.geoms.series.doughnut
 

Methods in com.stimulsoft.report.chart.geoms.series.doughnut that return types with arguments of type StiSegmentGeom
 java.util.ArrayList<StiSegmentGeom> StiDoughnutSeriesElementGeom.getPath()
           
 java.util.ArrayList<StiSegmentGeom> StiDoughnutSeriesElementGeom.getPathDark()
           
 java.util.ArrayList<StiSegmentGeom> StiDoughnutSeriesElementGeom.getPathLight()
           
 

Constructor parameters in com.stimulsoft.report.chart.geoms.series.doughnut with type arguments of type StiSegmentGeom
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiDoughnutSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, java.util.ArrayList<StiSegmentGeom> pathDark, StiColor borderColor, StiBrush brush, StiBrush brushLight, StiBrush brushDark, double startAngle, double endAngle, double radiusFrom, double radiusTo, java.lang.Integer beginTime)
           
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiDoughnutSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, java.util.ArrayList<StiSegmentGeom> pathDark, StiColor borderColor, StiBrush brush, StiBrush brushLight, StiBrush brushDark, double startAngle, double endAngle, double radiusFrom, double radiusTo, java.lang.Integer beginTime)
           
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiDoughnutSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, java.util.ArrayList<StiSegmentGeom> pathDark, StiColor borderColor, StiBrush brush, StiBrush brushLight, StiBrush brushDark, double startAngle, double endAngle, double radiusFrom, double radiusTo, java.lang.Integer beginTime)
           
 

Uses of StiSegmentGeom in com.stimulsoft.report.chart.geoms.series.funnel
 

Methods in com.stimulsoft.report.chart.geoms.series.funnel that return types with arguments of type StiSegmentGeom
 java.util.ArrayList<StiSegmentGeom> StiFunnelSeriesElementGeom.getPath()
           
 

Constructor parameters in com.stimulsoft.report.chart.geoms.series.funnel with type arguments of type StiSegmentGeom
StiFunnelSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, StiBrush brush, StiColor borderColor, java.util.ArrayList<StiSegmentGeom> path, java.lang.Integer beginTime)
           
 

Uses of StiSegmentGeom in com.stimulsoft.report.chart.geoms.series.pie
 

Methods in com.stimulsoft.report.chart.geoms.series.pie that return types with arguments of type StiSegmentGeom
 java.util.ArrayList<StiSegmentGeom> StiPieSeriesElementGeom.getPath()
           
 java.util.ArrayList<StiSegmentGeom> StiPieSeriesElementGeom.getPathLight()
           
 

Constructor parameters in com.stimulsoft.report.chart.geoms.series.pie with type arguments of type StiSegmentGeom
StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius, StiAnimation animation)
           
StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius, StiAnimation animation)
           
 

Uses of StiSegmentGeom in com.stimulsoft.report.painters
 

Method parameters in com.stimulsoft.report.painters with type arguments of type StiSegmentGeom
 StiRectangle StiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms)