Class DebugInfo


  • @Immutable
    public abstract class DebugInfo
    extends java.lang.Object
    Useful debugging info for Color objects that may or may not be populated, and thus should not effect their value.
    • 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