Class TranscodingHintKey


  • final class TranscodingHintKey
    extends java.awt.RenderingHints.Key
    TranscodingHint as to what the destination of the drawing is.
    Version:
    $Id: TranscodingHintKey.java 1808001 2017-09-11 09:51:29Z ssteiner $
    • Constructor Summary

      Constructors 
      Constructor Description
      TranscodingHintKey​(int number)  
    • 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

      • TranscodingHintKey

        TranscodingHintKey​(int number)
    • Method Detail

      • isCompatibleValue

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