Class AreaOfInterestHintKey


  • final class AreaOfInterestHintKey
    extends java.awt.RenderingHints.Key
    This class is here to workaround a javadoc problem. It is only used by GraphicsNode.
    Version:
    $Id: AreaOfInterestHintKey.java 1733416 2016-03-03 07:07:13Z gadams $
    • Method Summary

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

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

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AreaOfInterestHintKey

        AreaOfInterestHintKey​(int number)
    • Method Detail

      • isCompatibleValue

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