Uses of Class
com.iizix.prop.GBadge.Location
Packages that use GBadge.Location Package Description com.iizix.prop Uses of GBadge.Location in com.iizix.prop
Fields in com.iizix.prop declared as GBadge.Location Modifier and Type Field Description GBadge.Location
GBadge. location
The location.Methods in com.iizix.prop that return GBadge.Location Modifier and Type Method Description static GBadge.Location
GBadge.Location. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GBadge.Location[]
GBadge.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.prop with parameters of type GBadge.Location Constructor Description 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.GBadge(KString text, GBadge.Location location)
Creates a new red badge with default font size (16 pixels).