Package org.apache.batik.transcoder.keys
Class StringKey
java.lang.Object
org.apache.batik.transcoder.TranscodingHints.Key
org.apache.batik.transcoder.keys.StringKey
A transcoding Key represented as a string.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the specified object is a valid value for this key, false otherwise.
-
Constructor Details
-
StringKey
public StringKey()
-
-
Method Details
-
isCompatibleValue
Description copied from class:TranscodingHints.Key
Returns true if the specified object is a valid value for this key, false otherwise.- Specified by:
isCompatibleValue
in classTranscodingHints.Key
-