org.apache.batik.transcoder

Class TranscodingHints.Key

public abstract static class TranscodingHints.Key extends Object

Defines the base type of all keys used to control various aspects of the transcoding operations.
Constructor Summary
protected Key()
Constructs a key.
Method Summary
abstract booleanisCompatibleValue(Object val)
Returns true if the specified object is a valid value for this key, false otherwise.

Constructor Detail

Key

protected Key()
Constructs a key.

Method Detail

isCompatibleValue

public abstract boolean isCompatibleValue(Object val)
Returns true if the specified object is a valid value for this key, false otherwise.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.