Uses of Enum Class
io.keikai.model.SIconSet.IconSetType
Packages that use SIconSet.IconSetType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SIconSet.IconSetType in io.keikai.model
Methods in io.keikai.model that return SIconSet.IconSetTypeModifier and TypeMethodDescriptionSIconFilter.getIconSet()Returns the icon set type used by this filter.SCustomIcon.getSourceIconSet()Returns the source icon set type this icon is drawn from.CFIconImpl.getType()SCFIcon.getType()Returns the icon set name of this iconSIconSet.getType()Returns the icon set namestatic SIconSet.IconSetTypeReturns the enum constant of this class with the specified name.static SIconSet.IconSetType[]SIconSet.IconSetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SIconSet.IconSetType -
Uses of SIconSet.IconSetType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SIconSet.IconSetTypeModifier and TypeMethodDescriptionIconFilterImpl.getIconSet()CustomIconImpl.getSourceIconSet()IconSetImpl.getType()Methods in io.keikai.model.impl with parameters of type SIconSet.IconSetTypeConstructors in io.keikai.model.impl with parameters of type SIconSet.IconSetTypeModifierConstructorDescriptionCustomIconImpl(SIconSet.IconSetType sourceIconSet, int iconId) IconFilterImpl(SIconSet.IconSetType iconSet, int iconId) Creates an icon filter with the specified icon set and icon ID.