Uses of Class
com.aducid.sdk.enums.Color

Packages that use Color 
Package Description
com.aducid.sdk.enums
Enumeration classes.
  • Uses of Color in com.aducid.sdk.enums

    Methods in com.aducid.sdk.enums that return Color 
    Modifier and Type Method Description
    static Color Color.fromCode​(java.lang.String code)
    Returns color from code.
    static Color Color.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Color[] Color.values()
    Returns an array containing the constants of this enum type, in the order they are declared.