Class StiPathCommand

java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
Direct Known Subclasses:
StiPathArc, StiPathClose, StiPathCubicBezier, StiPathCurve, StiPathCurveTo, StiPathEllipticalAcr, StiPathLine, StiPathLineTo, StiPathMoveTo, StiPathPie, StiPathRectangle

public class StiPathCommand extends Object
Sti path command to draw complex objects Copyright Stimulsoft
  • Field Details

    • KAPPA

      public static final double KAPPA
      "Magic" value to construct circle by Bezier curves
      See Also:
  • Constructor Details

    • StiPathCommand

      public StiPathCommand(double x, double y)
      Constructor
      Parameters:
      x -
      y -
  • Method Details