Package org.apache.batik.transcoder.keys
Class LengthKey
- java.lang.Object
-
- org.apache.batik.transcoder.TranscodingHints.Key
-
- org.apache.batik.transcoder.keys.LengthKey
-
public class LengthKey extends TranscodingHints.Key
A transcoding Key represented as a length.- Version:
- $Id: LengthKey.java 1802297 2017-07-18 13:58:12Z ssteiner $
-
-
Constructor Summary
Constructors Constructor Description LengthKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(java.lang.Object v)
Returns true if the specified object is a valid value for this key, false otherwise.
-
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object v)
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
-
-