org.apache.batik.transcoder
Class TranscodingHints.Key

java.lang.Object
  |
  +--org.apache.batik.transcoder.TranscodingHints.Key
Enclosing class:
TranscodingHints

public abstract static class TranscodingHints.Key
extends java.lang.Object

Defines the base type of all keys used to control various aspects of the trancoding operations.


Constructor Summary
TranscodingHints.Key()
           
 
Method Summary
abstract  boolean isCompatibleValue(java.lang.Object val)
          Returns true if the specified object is a valid value for this key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodingHints.Key

public TranscodingHints.Key()
Method Detail

isCompatibleValue

public abstract boolean isCompatibleValue(java.lang.Object val)
Returns true if the specified object is a valid value for this key.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.