Uses of Class
com.google.javascript.jscomp.colors.ColorId
-
Packages that use ColorId Package Description com.google.javascript.jscomp.colors com.google.javascript.jscomp.serialization -
-
Uses of ColorId in com.google.javascript.jscomp.colors
Fields in com.google.javascript.jscomp.colors declared as ColorId Modifier and Type Field Description static ColorIdStandardColors. BIGINT_OBJECT_IDstatic ColorIdStandardColors. BOOLEAN_OBJECT_IDstatic ColorIdStandardColors. NUMBER_OBJECT_IDstatic ColorIdStandardColors. STRING_OBJECT_IDstatic ColorIdStandardColors. SYMBOL_OBJECT_IDFields in com.google.javascript.jscomp.colors with type parameters of type ColorId Modifier and Type Field Description static com.google.common.collect.ImmutableMap<ColorId,Color>StandardColors. AXIOMATIC_COLORSThe set of Colors whose definitions are independent of all JS code.static com.google.common.collect.ImmutableSet<ColorId>StandardColors. PRIMITIVE_BOX_IDSThe set of ColorIds for object Colors that "box" primitive Colors.static com.google.common.collect.ImmutableMap<ColorId,Color>StandardColors. PRIMITIVE_COLORSThe set of Colors that have associated runtime values but are not objects.Methods in com.google.javascript.jscomp.colors that return ColorId Modifier and Type Method Description static ColorIdColorId. fromAscii(java.lang.String str)static ColorIdColorId. fromBytes(byte[] bytes)static ColorIdColorId. fromBytes(com.google.protobuf.ByteString bytes)static ColorIdColorId. fromUnsigned(byte x)static ColorIdColorId. fromUnsigned(int x)static ColorIdColorId. fromUnsigned(long x)abstract ColorIdColor. getBoxId()abstract ColorIdColor. getId()static ColorIdColorId. union(java.util.Set<ColorId> ids)Defines how IDs for unions are combined.Methods in com.google.javascript.jscomp.colors with parameters of type ColorId Modifier and Type Method Description ColorColorRegistry. get(ColorId id)abstract Color.BuilderColor.Builder. setId(ColorId x)Method parameters in com.google.javascript.jscomp.colors with type arguments of type ColorId Modifier and Type Method Description static ColorIdColorId. union(java.util.Set<ColorId> ids)Defines how IDs for unions are combined. -
Uses of ColorId in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization with parameters of type ColorId Modifier and Type Method Description ColorColorPool. getColor(ColorId id)
-