|
|||||||||
| Home >> All >> org >> apache >> batik >> transcoder >> [ svg2svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.transcoder.svg2svg
Class SVGTranscoder.DoctypeKey

java.lang.Objectorg.apache.batik.transcoder.TranscodingHints.Key
org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeKey
- Enclosing class:
- SVGTranscoder
- protected static class SVGTranscoder.DoctypeKey
- extends org.apache.batik.transcoder.TranscodingHints.Key
To represent a doctype key.
| Constructor Summary | |
protected |
SVGTranscoder.DoctypeKey()
|
| Method Summary | |
boolean |
isCompatibleValue(java.lang.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 |
| Constructor Detail |
SVGTranscoder.DoctypeKey
protected SVGTranscoder.DoctypeKey()
| Method Detail |
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object v)
- Description copied from class:
org.apache.batik.transcoder.TranscodingHints.Key - Returns true if the specified object is a valid value for
this key, false otherwise.
|
|||||||||
| Home >> All >> org >> apache >> batik >> transcoder >> [ svg2svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.transcoder.TranscodingHints.Key