org.apache.batik.transcoder.keys
Class StringKey

java.lang.Object
  extended byorg.apache.batik.transcoder.TranscodingHints.Key
      extended byorg.apache.batik.transcoder.keys.StringKey

public class StringKey
extends TranscodingHints.Key

A transcoding Key represented as a string.

Version:
$Id: StringKey.java,v 1.2 2003/08/08 11:39:25 vhardy Exp $
Author:
Thierry Kormann

Constructor Summary
StringKey()
           
 
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

StringKey

public StringKey()
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 class TranscodingHints.Key


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.