Class CornerFold
- All Implemented Interfaces:
ICornerFold
Indicates the corner fold of cell decoration.
-
Constructor Summary
Constructors
Creates a new instance of the CornerFold class.
-
Method Summary
Gets the color of the corner fold.
Gets the position of the corner fold.
int
Gets the size of the corner fold in pixels.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CornerFold
Creates a new instance of the CornerFold class.
- Parameters:
color
- The color of the corner fold.
position
- The position of the corner fold.
size
- The size of the corner fold in pixels.
-
Method Details
-
-
-
getSize
public int getSize()
Gets the size of the corner fold in pixels.
- Specified by:
getSize
in interface ICornerFold