Uses of Class
com.google.javascript.jscomp.colors.PrimitiveColor
-
Packages that use PrimitiveColor Package Description com.google.javascript.jscomp.colors -
-
Uses of PrimitiveColor in com.google.javascript.jscomp.colors
Methods in com.google.javascript.jscomp.colors that return PrimitiveColor Modifier and Type Method Description static PrimitiveColorPrimitiveColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveColor[]PrimitiveColor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-