Uses of Enum Class
com.iizix.prop.GBadge.Color
Packages that use GBadge.Color
Uses of GBadge.Color in com.iizix.prop
Fields in com.iizix.prop declared as GBadge.ColorMethods in com.iizix.prop that return GBadge.ColorModifier and TypeMethodDescriptionstatic GBadge.Color
Returns the enum constant of this class with the specified name.static GBadge.Color[]
GBadge.Color.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.iizix.prop with parameters of type GBadge.ColorModifierConstructorDescriptionGBadge
(KString text, GBadge.Color color) Creates a new badge with default font size.GBadge
(KString text, GBadge.Color color, GBadge.Location location) Creates a new badge with default font size (16 pixels).GBadge
(KString text, GBadge.Color color, GBadge.Location location, int fontSize) Creates a new badge.