Uses of Class
com.stimulsoft.base.drawing.path.StiPathCommand

Packages that use StiPathCommand
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.path   
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.painters.shapetype   
 

Uses of StiPathCommand in com.stimulsoft.base.drawing
 

Method parameters in com.stimulsoft.base.drawing with type arguments of type StiPathCommand
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom)
          Draw path sotred in List StiPathCommand
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom, boolean draw)
          Draw path sotred in List StiPathCommand
 void StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, double zoom, double pageZoom)
          Draw path sotred in List StiPathCommand
 

Uses of StiPathCommand in com.stimulsoft.base.drawing.path
 

Subclasses of StiPathCommand in com.stimulsoft.base.drawing.path
 class StiPathArc
          Copyright Stimulsoft
 class StiPathClose
          Copyright Stimulsoft
 class StiPathCubicBezier
          Copyright Stimulsoft
 class StiPathCurve
          Copyright Stimulsoft
 class StiPathCurveTo
          Sti path command - CurveTo Copyright Stimulsoft
 class StiPathEllipticalAcr
          Copyright Stimulsoft
 class StiPathLine
          Copyright Stimulsoft
 class StiPathLineTo
          Sti path commant - LineTo Copyright Stimulsoft
 class StiPathMoveTo
          Sti path command - MoveTo Copyright Stimulsoft
 class StiPathPie
          Copyright Stimulsoft
 class StiPathRectangle
          Copyright Stimulsoft
 

Methods in com.stimulsoft.base.drawing.path that return types with arguments of type StiPathCommand
static java.util.List<StiPathCommand> StiPathCommand.createCircle(StiRectangle rect, java.util.List<StiPathCommand> path)
          Return List of curve commands that represent circle
 

Method parameters in com.stimulsoft.base.drawing.path with type arguments of type StiPathCommand
static java.util.List<StiPathCommand> StiPathCommand.createCircle(StiRectangle rect, java.util.List<StiPathCommand> path)
          Return List of curve commands that represent circle
 

Uses of StiPathCommand in com.stimulsoft.report.infographics.gauge.helpers
 

Methods in com.stimulsoft.report.infographics.gauge.helpers that return types with arguments of type StiPathCommand
static java.util.List<StiPathCommand> StiDrawingHelper.getArcGeometry(StiRectangle rect, double startAngle, double sweepAngle, double startWidth, double endWidth)
           
static java.util.List<StiPathCommand> StiDrawingHelper.getRadialRangeGeometry(StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4)
           
static java.util.List<StiPathCommand> StiDrawingHelper.getRoundedPath(StiRectangle rect, int offset, int leftTop, int rightTop, int rightBottom, int leftBottom)
           
 

Uses of StiPathCommand in com.stimulsoft.report.painters.components
 

Method parameters in com.stimulsoft.report.painters.components with type arguments of type StiPathCommand
 void StiLinePrimitivePainter.addDotToPath(java.util.List<StiPathCommand> path, java.lang.Double x, java.lang.Double y, java.lang.Double size)
          Add dot to List StiPathCommand
 

Uses of StiPathCommand in com.stimulsoft.report.painters.shapetype
 

Method parameters in com.stimulsoft.report.painters.shapetype with type arguments of type StiPathCommand
static void StiShapeTypePainter.drawShape(StiGraphics g, StiShape shape, java.util.List<StiPathCommand> path, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw shape