org.apache.batik.transcoder.keys
Class PaintKey
java.lang.Object
org.apache.batik.transcoder.TranscodingHints.Key
org.apache.batik.transcoder.keys.PaintKey
public class PaintKey
- extends TranscodingHints.Key
A transcoding Key represented as a background paint.
- Version:
- $Id: PaintKey.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thierry Kormann
|
Method Summary |
boolean |
isCompatibleValue(Object v)
Returns true if the specified object is a valid value for
this key, false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaintKey
public PaintKey()
isCompatibleValue
public boolean isCompatibleValue(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 class TranscodingHints.Key
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.