Class DebugInfo

  • All Implemented Interfaces:
    java.io.Serializable

    @Immutable
    public abstract class DebugInfo
    extends java.lang.Object
    implements java.io.Serializable
    Useful debugging info for Color objects that may or may not be populated, and thus should not effect their value.
    See Also:
    Serialized Form
    • Constructor Detail

      • DebugInfo

        public DebugInfo()
    • Method Detail

      • getClassName

        public abstract java.lang.String getClassName()
      • getFilename

        public abstract java.lang.String getFilename()
      • equals

        public final boolean equals​(java.lang.Object o)
        All DebugInfo objects are equal
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        All DebugInfo objects have the same hashCode
        Overrides:
        hashCode in class java.lang.Object