Uses of Class
com.google.javascript.jscomp.colors.NativeColorId
-
Packages that use NativeColorId Package Description com.google.javascript.jscomp.colors -
-
Uses of NativeColorId in com.google.javascript.jscomp.colors
Methods in com.google.javascript.jscomp.colors that return NativeColorId Modifier and Type Method Description NativeColorIdNativeColorId. box()static NativeColorIdNativeColorId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NativeColorId[]NativeColorId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp.colors that return types with arguments of type NativeColorId Modifier and Type Method Description com.google.common.collect.ImmutableSet<NativeColorId>Color. getNativeColorIds()Methods in com.google.javascript.jscomp.colors with parameters of type NativeColorId Modifier and Type Method Description ColorColorRegistry. get(NativeColorId nativeColorId)booleanColor. is(NativeColorId color)Whether this is exactly the given native color (and not a union containing that colorabstract SingletonColorFields.BuilderSingletonColorFields.Builder. setNativeColorId(NativeColorId id)Method parameters in com.google.javascript.jscomp.colors with type arguments of type NativeColorId Modifier and Type Method Description static ColorRegistryColorRegistry. createWithInvalidatingNatives(com.google.common.collect.ImmutableSet<NativeColorId> invalidatingNativeColors)
-