|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.ext.awt
Class TranscodingHintKey

java.lang.Objectjava.awt.RenderingHints.Key
org.apache.batik.ext.awt.TranscodingHintKey
- final class TranscodingHintKey
- extends java.awt.RenderingHints.Key
TranscodingHint as to what the destination of the drawing is.
- Version:
- $Id: TranscodingHintKey.java,v 1.5 2004/10/30 18:38:04 deweese Exp $
| Field Summary |
| Fields inherited from class java.awt.RenderingHints.Key |
|
| Constructor Summary | |
(package private) |
TranscodingHintKey(int number)
|
| Method Summary | |
boolean |
isCompatibleValue(java.lang.Object val)
Returns true if the specified value is compatible with
this key, and false otherwise. |
| Methods inherited from class java.awt.RenderingHints.Key |
equals, hashCode, intKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TranscodingHintKey
TranscodingHintKey(int number)
| Method Detail |
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object val)
- Description copied from class:
java.awt.RenderingHints.Key - Returns
trueif the specified value is compatible with this key, andfalseotherwise.
|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.awt.RenderingHints.Key