Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.ext.awt
Class TranscodingHintKey  view TranscodingHintKey download TranscodingHintKey.java

java.lang.Object
  extended byjava.awt.RenderingHints.Key
      extended byorg.apache.batik.ext.awt.TranscodingHintKey

final class TranscodingHintKey
extends java.awt.RenderingHints.Key

TranscodingHint as to what the destination of the drawing is.

Version:
$Id: TranscodingHintKey.java,v 1.5 2004/10/30 18:38:04 deweese Exp $

Field Summary
 
Fields inherited from class java.awt.RenderingHints.Key
 
Constructor Summary
(package private) TranscodingHintKey(int number)
           
 
Method Summary
 boolean isCompatibleValue(java.lang.Object val)
          Returns true if the specified value is compatible with this key, and false otherwise.
 
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)
Description copied from class: java.awt.RenderingHints.Key
Returns true if the specified value is compatible with this key, and false otherwise.