Package io.keikai.model.impl
Class IconFilterImpl
java.lang.Object
io.keikai.model.impl.IconFilterImpl
- All Implemented Interfaces:
SIconFilter,Serializable
Default implementation of
SIconFilter.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIconFilterImpl(SIconSet.IconSetType iconSet, int iconId) Creates an icon filter with the specified icon set and icon ID. -
Method Summary
Modifier and TypeMethodDescriptionCreates a clone of this icon filter.intReturns the 0-based icon ID within the icon set.Returns the icon set type used by this filter.
-
Constructor Details
-
IconFilterImpl
Creates an icon filter with the specified icon set and icon ID.- Parameters:
iconSet- the icon set typeiconId- the 0-based icon index within the set
-
-
Method Details
-
getIconSet
Description copied from interface:SIconFilterReturns the icon set type used by this filter.- Specified by:
getIconSetin interfaceSIconFilter- Returns:
- the icon set type
-
getIconId
public int getIconId()Description copied from interface:SIconFilterReturns the 0-based icon ID within the icon set.- Specified by:
getIconIdin interfaceSIconFilter- Returns:
- the icon ID
-
cloneIconFilter
Creates a clone of this icon filter.- Returns:
- a new IconFilterImpl with the same values
-