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   
 

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)
           
 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
protected  JSONObject[] StiGeom.SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms, StiJsonSaveMode mode)
           
 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)
           
 

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)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.