Class ARGBChannel

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ARGBChannel
    extends java.lang.Object
    implements java.io.Serializable
    Enumerated type for an ARGB Channel selector.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object readResolve()
      This is called by the serialization code before it returns an unserialized object.
      int toInt()
      Convenience for enumeration switching
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        description
      • toInt

        public int toInt()
        Convenience for enumeration switching
        Returns:
        value
      • readResolve

        public java.lang.Object readResolve()
        This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent