Class ResampleOp.Key

  • Enclosing class:
    ResampleOp

    static class ResampleOp.Key
    extends java.awt.RenderingHints.Key
    RendereingHints.Key implementation, works only with Value values.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      (package private) static int sIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String pName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(java.lang.Object pValue)  
      java.lang.String toString()  
      • Methods inherited from class java.awt.RenderingHints.Key

        equals, hashCode, intKey
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sIndex

        static int sIndex
      • name

        private final java.lang.String name
    • Constructor Detail

      • Key

        public Key​(java.lang.String pName)
    • Method Detail

      • isCompatibleValue

        public boolean isCompatibleValue​(java.lang.Object pValue)
        Specified by:
        isCompatibleValue in class java.awt.RenderingHints.Key
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object