Class CellDecorationIcon
-
Constructor Summary
Constructors
Creates a new instance of the DecorationIcon class.
-
Method Summary
int
Gets the icon height in pixels.
Gets the icon src string.
int
Gets the icon width in pixels.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CellDecorationIcon
Creates a new instance of the DecorationIcon class.
- Parameters:
src
- The icon src string.
width
- The icon width in pixels.
height
- The icon height in pixels.
position
- The icon position.
-