Uses of Enum Class
com.iizix.prop.GBadge.Location
Uses of GBadge.Location in com.iizix.prop
Modifier and TypeMethodDescriptionstatic GBadge.Location
Returns the enum constant of this class with the specified name.static GBadge.Location[]
GBadge.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGBadge
(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.GBadge
(KString text, GBadge.Location location) Creates a new red badge with default font size (16 pixels).