Package io.keikai.model.impl
Class CustomIconImpl
java.lang.Object
io.keikai.model.impl.CustomIconImpl
- All Implemented Interfaces:
SCustomIcon,Serializable
Default implementation of
SCustomIcon.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the zero-based icon index within the source icon set.Returns the source icon set type this icon is drawn from.
-
Constructor Details
-
CustomIconImpl
-
-
Method Details
-
getSourceIconSet
Description copied from interface:SCustomIconReturns the source icon set type this icon is drawn from.- Specified by:
getSourceIconSetin interfaceSCustomIcon
-
getIconId
public int getIconId()Description copied from interface:SCustomIconReturns the zero-based icon index within the source icon set.- Specified by:
getIconIdin interfaceSCustomIcon
-