Class StiCornerRadius

java.lang.Object
com.stimulsoft.base.drawing.StiCornerRadius

public class StiCornerRadius extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiCornerRadius

      public StiCornerRadius(double all)
    • StiCornerRadius

      public StiCornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft)
    • StiCornerRadius

      public StiCornerRadius()
  • Method Details

    • getTopLeft

      public double getTopLeft()
    • setTopLeft

      public void setTopLeft(double topLeft)
    • getTopRight

      public double getTopRight()
    • setTopRight

      public void setTopRight(double topRight)
    • getBottomLeft

      public double getBottomLeft()
    • setBottomLeft

      public void setBottomLeft(double bottomLeft)
    • getBottomRight

      public double getBottomRight()
    • setBottomRight

      public void setBottomRight(double bottomRight)
    • isEmpty

      public boolean isEmpty()
    • clone

      public StiCornerRadius clone()
      Overrides:
      clone in class Object