Uses of Enum Class
stud.ntnu.idatt1005.pantrypal.views.components.StarIcon.Variants
Packages that use StarIcon.Variants
-
Uses of StarIcon.Variants in stud.ntnu.idatt1005.pantrypal.views.components
Methods in stud.ntnu.idatt1005.pantrypal.views.components that return StarIcon.VariantsModifier and TypeMethodDescriptionstatic StarIcon.VariantsReturns the enum constant of this class with the specified name.static StarIcon.Variants[]StarIcon.Variants.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in stud.ntnu.idatt1005.pantrypal.views.components with parameters of type StarIcon.VariantsModifierConstructorDescriptionStarIcon(StarIcon.Variants variant, boolean isFavorite) Constructs a StarIcon with a star shape and a rectangle background.