Package org.jivesoftware.smackx.colors
Class ConsistentColor.ConsistentColorSettings
- java.lang.Object
-
- org.jivesoftware.smackx.colors.ConsistentColor.ConsistentColorSettings
-
- Enclosing class:
- ConsistentColor
public static class ConsistentColor.ConsistentColorSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConsistentColorSettings()
ConsistentColorSettings(ConsistentColor.Deficiency deficiency)
ConsistentColorSettings(ConsistentColor.Deficiency deficiency, float[] backgroundRGB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsistentColor.Deficiency
getDeficiency()
Return the deficiency setting.
-
-
-
Constructor Detail
-
ConsistentColorSettings
public ConsistentColorSettings()
-
ConsistentColorSettings
public ConsistentColorSettings(ConsistentColor.Deficiency deficiency)
-
ConsistentColorSettings
public ConsistentColorSettings(ConsistentColor.Deficiency deficiency, float[] backgroundRGB)
-
-
Method Detail
-
getDeficiency
public ConsistentColor.Deficiency getDeficiency()
Return the deficiency setting.- Returns:
- deficiency setting.
-
-