Uses of Class
com.stimulsoft.base.drawing.path.StiPathCommand
Packages that use StiPathCommand
Package
Description
-
Uses of StiPathCommand in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return types with arguments of type StiPathCommandModifier and TypeMethodDescriptionstatic List<StiPathCommand> StiRoundedRectangleCreator.create(StiRectangle rect, StiCornerRadius radius, double scale) Method parameters in com.stimulsoft.base.drawing with type arguments of type StiPathCommandModifier and TypeMethodDescriptionvoidStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom, boolean draw) Draw path sotred in ListStiPathCommand -
Uses of StiPathCommand in com.stimulsoft.base.drawing.path
Subclasses of StiPathCommand in com.stimulsoft.base.drawing.pathModifier and TypeClassDescriptionclassCopyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftclassSti path command - CurveTo Copyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftclassSti path commant - LineTo Copyright StimulsoftclassSti path command - MoveTo Copyright StimulsoftclassCopyright StimulsoftclassCopyright StimulsoftMethods in com.stimulsoft.base.drawing.path that return types with arguments of type StiPathCommandModifier and TypeMethodDescriptionstatic List<StiPathCommand> StiPathCommand.createCircle(StiRectangle rect, List<StiPathCommand> path) Return List of curve commands that represent circleMethod parameters in com.stimulsoft.base.drawing.path with type arguments of type StiPathCommandModifier and TypeMethodDescriptionstatic List<StiPathCommand> StiPathCommand.createCircle(StiRectangle rect, 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 StiPathCommandModifier and TypeMethodDescriptionstatic List<StiPathCommand> StiDrawingHelper.getArcGeometry(StiRectangle rect, double startAngle, double sweepAngle, double startWidth, double endWidth) static List<StiPathCommand> StiDrawingHelper.getRadialRangeGeometry(StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4) static 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 StiPathCommandModifier and TypeMethodDescriptionvoidStiLinePrimitivePainter.addDotToPath(List<StiPathCommand> path, Double x, Double y, Double size) Add dot to ListStiPathCommand -
Uses of StiPathCommand in com.stimulsoft.report.painters.shapetype
Method parameters in com.stimulsoft.report.painters.shapetype with type arguments of type StiPathCommandModifier and TypeMethodDescriptionstatic voidStiShapeTypePainter.drawShape(StiGraphics g, StiShape shape, List<StiPathCommand> path, StiRectangle rect, Double zoom, Double pageZoom) Draw shape