Uses of Class
org.jivesoftware.smackx.colors.ConsistentColor.Deficiency
-
Packages that use ConsistentColor.Deficiency Package Description org.jivesoftware.smackx.colors Smack's API for XEP-0392: Consistent Color Generation. -
-
Uses of ConsistentColor.Deficiency in org.jivesoftware.smackx.colors
Methods in org.jivesoftware.smackx.colors that return ConsistentColor.Deficiency Modifier and Type Method Description ConsistentColor.DeficiencyConsistentColor.ConsistentColorSettings. getDeficiency()Return the deficiency setting.static ConsistentColor.DeficiencyConsistentColor.Deficiency. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsistentColor.Deficiency[]ConsistentColor.Deficiency. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.colors with parameters of type ConsistentColor.Deficiency Constructor Description ConsistentColorSettings(ConsistentColor.Deficiency deficiency)ConsistentColorSettings(ConsistentColor.Deficiency deficiency, float[] backgroundRGB)
-