Class SingletonColorFields

  • All Implemented Interfaces:
    java.io.Serializable

    @Immutable
    public abstract class SingletonColorFields
    extends java.lang.Object
    implements java.io.Serializable
    Fields present on a color representing a primitive or object. Note that some may be null except for on certain colors like functions

    Only the SingletonColorFields.Builder for this class is public. This is intentional. All getters should be exposed via accessors on Color instead of on this class directly, as we want to make the API of union and singleton colors almost identical.

    See Also:
    Serialized Form