Package org.apache.batik.transcoder
Class TranscodingHints.Key
java.lang.Object
org.apache.batik.transcoder.TranscodingHints.Key
- Direct Known Subclasses:
BooleanKey
,DOMImplementationKey
,FloatKey
,IntegerKey
,JPEGTranscoder.QualityKey
,LengthKey
,PaintKey
,Rectangle2DKey
,StringKey
,SVGTranscoder.DoctypeKey
,SVGTranscoder.NewlineKey
- Enclosing class:
TranscodingHints
Defines the base type of all keys used to control various
aspects of the transcoding operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
isCompatibleValue
(Object val) Returns true if the specified object is a valid value for this key, false otherwise.
-
Constructor Details
-
Key
protected Key()Constructs a key.
-
-
Method Details
-
isCompatibleValue
Returns true if the specified object is a valid value for this key, false otherwise.
-