org.apache.batik.ext.awt
Class AvoidTilingHintKey

java.lang.Object
  extended by java.awt.RenderingHints.Key
      extended by org.apache.batik.ext.awt.AvoidTilingHintKey

public class AvoidTilingHintKey
extends 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 $

Method Summary
 boolean isCompatibleValue(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
 

Method Detail

isCompatibleValue

public boolean isCompatibleValue(Object v)
Specified by:
isCompatibleValue in class RenderingHints.Key


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.