Package io.keikai.model.impl
Class CustomIconSetImpl
java.lang.Object
io.keikai.model.impl.CustomIconSetImpl
- All Implemented Interfaces:
SCustomIconSet,Serializable
Default implementation of
SCustomIconSet.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIcon(SCustomIcon icon) getIcons()Returns the list of custom icons in this set.
-
Constructor Details
-
CustomIconSetImpl
public CustomIconSetImpl()
-
-
Method Details
-
getIcons
Description copied from interface:SCustomIconSetReturns the list of custom icons in this set.- Specified by:
getIconsin interfaceSCustomIconSet
-
addIcon
-