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

Packages that use TranscodingHints
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 in org.apache.batik.transcoder
 

Fields in org.apache.batik.transcoder declared as TranscodingHints
protected  TranscodingHints TranscoderSupport.hints
          The transcoding hints.
 

Methods in org.apache.batik.transcoder that return TranscodingHints
 TranscodingHints TranscoderSupport.getTranscodingHints()
          Returns a copy of the transcoding hints of this transcoder.
 TranscodingHints Transcoder.getTranscodingHints()
          Returns the transcoding hints of this transcoder.
 

Methods in org.apache.batik.transcoder with parameters of type TranscodingHints
 void TranscoderSupport.setTranscodingHints(TranscodingHints hints)
          Sets the values of all preferences for the transcoding algorithms with the specified hints.
 void Transcoder.setTranscodingHints(TranscodingHints hints)
          Sets the values of all preferences for the transcoding algorithms with the specified hints.
 void TranscodingHints.putAll(TranscodingHints hints)
          Copies all of the keys and corresponding values from the specified TranscodingHints object to this TranscodingHints object.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.