| Package | Description |
|---|---|
| org.apache.batik.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected TranscodingHints |
TranscoderSupport.hints |
The transcoding hints.
|
| Modifier and Type | Method | Description |
|---|---|---|
TranscodingHints |
Transcoder.getTranscodingHints() |
Returns the transcoding hints of this transcoder.
|
TranscodingHints |
TranscoderSupport.getTranscodingHints() |
Returns a copy of the transcoding hints of this transcoder.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TranscodingHints.putAll(TranscodingHints hints) |
Copies all of the keys and corresponding values from the
specified
TranscodingHints object to this
TranscodingHints object. |
void |
Transcoder.setTranscodingHints(TranscodingHints hints) |
Sets the values of all preferences for the transcoding algorithms
with the specified hints.
|
void |
TranscoderSupport.setTranscodingHints(TranscodingHints hints) |
Sets the values of all preferences for the transcoding algorithms
with the specified hints.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.