Package org.apache.batik.transcoder.keys
Class FloatKey
java.lang.Object
org.apache.batik.transcoder.TranscodingHints.Key
org.apache.batik.transcoder.keys.FloatKey
A transcoding Key represented as a float.
- Version:
- $Id: FloatKey.java 1733416 2016-03-03 07:07:13Z gadams $
-
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
-
FloatKey
public FloatKey()
-
-
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
-