org.apache.batik.transcoder
Class TranscodingHints.Key
java.lang.Object
org.apache.batik.transcoder.TranscodingHints.Key
- Direct Known Subclasses:
- BooleanKey, DOMImplementationKey, FloatKey, IntegerKey, LengthKey, PaintKey, Rectangle2DKey, StringKey, SVGTranscoder.DoctypeKey, SVGTranscoder.NewlineKey
- Enclosing class:
- TranscodingHints
public abstract static class TranscodingHints.Key
- extends Object
Defines the base type of all keys used to control various
aspects of the transcoding operations.
Method Summary |
abstract boolean |
isCompatibleValue(Object val)
Returns true if the specified object is a valid value for
this key, false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranscodingHints.Key
protected TranscodingHints.Key()
- Constructs a key.
isCompatibleValue
public abstract boolean isCompatibleValue(Object val)
- Returns true if the specified object is a valid value for
this key, false otherwise.
Copyright © 2008 Apache Software Foundation. All Rights Reserved.