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