Class RenderingHints.Key

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int key  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Key​(int key)  
    • Field Detail

      • key

        private final int key
    • Constructor Detail

      • Key

        protected Key​(int key)
    • Method Detail

      • equals

        public final boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • intKey

        protected final int intKey()
      • isCompatibleValue

        public abstract boolean isCompatibleValue​(java.lang.Object val)