[]
        
(Showing Draft Content)

ICornerFold

Interface ICornerFold

All Known Implementing Classes:
CornerFold

public interface ICornerFold
Indicates the corner fold of cell decoration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the color of the corner fold.
    Gets the position of the corner fold.
    int
    Gets the size of the corner fold in pixels.
  • Method Details

    • getColor

      Color getColor()
      Gets the color of the corner fold.
    • getPosition

      EnumSet<CornerPosition> getPosition()
      Gets the position of the corner fold.
    • getSize

      int getSize()
      Gets the size of the corner fold in pixels.