Package io.keikai.model
Interface SCustomIcon
- All Known Implementing Classes:
CustomIconImpl
public interface SCustomIcon
An individual icon in a custom icon set, referencing an icon
from a standard
SIconSet.IconSetType by index.- Since:
- 7.0.0
-
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.
-
Method Details
-
getSourceIconSet
SIconSet.IconSetType getSourceIconSet()Returns the source icon set type this icon is drawn from. -
getIconId
int getIconId()Returns the zero-based icon index within the source icon set.
-