Uses of Enum Class
examples.Color

Packages that use Color
Package
Description
The examples package shows different examples of how to use Introspector.
  • Uses of Color in examples

    Fields in examples declared as Color
    Modifier and Type
    Field
    Description
    private Color
    DeepCloneTreeComparisonExample.RootClass.color
     
    private Color
    MapComparisonAPIExample.RootClass.color
     
    private final Color
    RootClass.color
     
    private Color
    TwoTreesComparisonAPIExample.RootClass.color
     
    private Color
    TwoTreesComparisonVisualExample.RootClass.color
     
    Methods in examples that return Color
    Modifier and Type
    Method
    Description
    static Color
    Color.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Color[]
    Color.values()
    Returns an array containing the constants of this enum class, in the order they are declared.