Uses of Class
org.patternfly.style.Color
-
Packages that use Color Package Description org.patternfly.component.label org.patternfly.style -
-
Uses of Color in org.patternfly.component.label
Methods in org.patternfly.component.label with parameters of type Color Modifier and Type Method Description static LabelLabel. label(String text, Color color) -
Uses of Color in org.patternfly.style
Methods in org.patternfly.style that return Color Modifier and Type Method Description static ColorColor. valueOf(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.
-