Class RMRectShape

    • Constructor Detail

      • RMRectShape

        public RMRectShape()
    • Method Detail

      • getRadius

        public float getRadius()
        Returns the rounding radius for the rectangle.
      • setRadius

        public void setRadius​(float aValue)
        Sets the rounding radius for the rectangle.
      • getPath

        public RMPath getPath()
        Returns the path for the rectangle (building path with rounded corners if needed).
        Overrides:
        getPath in class RMShape