Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.transcoder.svg2svg
Class SVGTranscoder.DoctypeKey  view SVGTranscoder.DoctypeKey download SVGTranscoder.DoctypeKey.java

java.lang.Object
  extended byorg.apache.batik.transcoder.TranscodingHints.Key
      extended byorg.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.