Interface ICornerShadow

All Known Implementing Classes:
CornerShadow

public interface ICornerShadow
Author:
Silvan Wyss
  • Method Details

    • getBlurRadius

      int getBlurRadius()
      Returns:
      the blur radius of the current {ICornerShadow}.
    • getColor

      IColor getColor()
      Returns:
      the color of the current {ICornerShadow}.
    • getCorner

      Corner getCorner()
      Returns:
      the corner of the current {ICornerShadow}.
    • getLocation

      Location getLocation()
      Returns:
      the location of the current {ICornerShadow}.
    • getSide1Thickness

      int getSide1Thickness()
      Returns:
      the side 1 thickness of the current {ICornerShadow}.
    • getSide2Thickness

      int getSide2Thickness()
      Returns:
      the side 2 thickness of the current {ICornerShadow}.