Class AvoidTilingHintKey


  • public class AvoidTilingHintKey
    extends java.awt.RenderingHints.Key
    A transcoding Key represented as a boolean to indicate whether tiling of bitmaps is undesired by the destination.
    Version:
    $Id: AvoidTilingHintKey.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      AvoidTilingHintKey​(int number)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(java.lang.Object v)  
      • 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

      • AvoidTilingHintKey

        AvoidTilingHintKey​(int number)
    • Method Detail

      • isCompatibleValue

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