Uses of Class
org.apache.batik.transcoder.TranscodingHints.Key

Packages that use TranscodingHints.Key
org.apache.batik.refimpl.transcoder   
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
 

Uses of TranscodingHints.Key in org.apache.batik.refimpl.transcoder
 

Fields in org.apache.batik.refimpl.transcoder declared as TranscodingHints.Key
static TranscodingHints.Key BatikHints.KEY_XML_PARSER_CLASSNAME
           
static TranscodingHints.Key BatikHints.KEY_BACKGROUND
           
static TranscodingHints.Key BatikHints.KEY_GVT_BUILDER
           
static TranscodingHints.Key BatikHints.KEY_DEFAULT_VIEWPORT
           
 

Methods in org.apache.batik.refimpl.transcoder with parameters of type TranscodingHints.Key
 void AbstractTranscoder.addTranscodingHint(TranscodingHints.Key key, java.lang.Object value)
           
 

Uses of TranscodingHints.Key in org.apache.batik.transcoder
 

Fields in org.apache.batik.transcoder declared as TranscodingHints.Key
static TranscodingHints.Key TranscodingHints.KEY_BACKGROUND
          Background color key.
static TranscodingHints.Key TranscodingHints.KEY_XML_PARSER_CLASSNAME
          The XML parser classname key.
static TranscodingHints.Key TranscodingHints.KEY_DEFAULT_VIEWPORT
          The default viewport.
static TranscodingHints.Key TranscodingHints.KEY_GVT_BUILDER
          The GVTBuilder implementation to use.
 

Methods in org.apache.batik.transcoder with parameters of type TranscodingHints.Key
 void Transcoder.addTranscodingHint(TranscodingHints.Key key, java.lang.Object value)
          Sets the value of a single preference for the transcoding algorithms.
 

Constructors in org.apache.batik.transcoder with parameters of type TranscodingHints.Key
TranscodingHints(TranscodingHints.Key key, java.lang.Object value)
          Constructs a new object with the specified key/value pair.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.