Class StiPathCurveTo

java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathCurveTo

public class StiPathCurveTo extends StiPathCommand
Sti path command - CurveTo Copyright Stimulsoft
  • Constructor Details

  • Method Details

    • getCommand

      public StiPathCommandEnum getCommand()
      Return operation
      Overrides:
      getCommand in class StiPathCommand
      Returns:
      StiPathCommand
    • getAx

      public Double getAx()
      Returns:
      the ax
    • setAx

      public void setAx(Double ax)
      Parameters:
      ax - the ax to set
    • getAy

      public Double getAy()
      Returns:
      the ay
    • setAy

      public void setAy(Double ay)
      Parameters:
      ay - the ay to set
    • getBx

      public Double getBx()
      Returns:
      the bx
    • setBx

      public void setBx(Double bx)
      Parameters:
      bx - the bx to set
    • getBy

      public Double getBy()
      Returns:
      the by
    • setBy

      public void setBy(Double by)
      Parameters:
      by - the by to set
    • getCubic

      public Boolean getCubic()
      Returns:
      the cubic
    • setCubic

      public void setCubic(Boolean cubic)
      Parameters:
      cubic - the cubic to set