Uses of Class
org.apache.batik.transcoder.TranscodingHints.Key
Packages that use TranscodingHints.Key
Package
Description
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Uses of TranscodingHints.Key in org.apache.batik.transcoder
Fields in org.apache.batik.transcoder declared as TranscodingHints.KeyModifier and TypeFieldDescriptionstatic final TranscodingHints.Key
SVGAbstractTranscoder.KEY_ALLOW_EXTERNAL_RESOURCES
static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_ALLOWED_SCRIPT_TYPES
The set of supported script languages (i.e., the set of possible values for the <script> tag's type attribute).static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_ALTERNATE_STYLESHEET
The alternate stylesheet key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_AOI
The area of interest key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_CONSTRAIN_SCRIPT_ORIGIN
Controls whether or not scripts can only be loaded from the same location as the document which references them.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_DEFAULT_FONT_FAMILY
The default font-family key.static final TranscodingHints.Key
XMLAbstractTranscoder.KEY_DOCUMENT_ELEMENT
Document element key.static final TranscodingHints.Key
XMLAbstractTranscoder.KEY_DOCUMENT_ELEMENT_NAMESPACE_URI
Document element namespace URI key.static final TranscodingHints.Key
XMLAbstractTranscoder.KEY_DOM_IMPLEMENTATION
DOM Implementation key.static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_ESCAPED
static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_EXECUTE_ONLOAD
The 'onload' execution key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_HEIGHT
The image height key.static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_HEIGHT
static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_INPUT_HEIGHT
static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_INPUT_WIDTH
static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_LANGUAGE
The language key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_MAX_HEIGHT
The maximux height of the image key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_MAX_WIDTH
The maximum width of the image key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_MEDIA
The media key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_PIXEL_TO_MM
Deprecated.As of Batik Version 1.5b3static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_PIXEL_UNIT_TO_MILLIMETER
The number of millimeters in each pixel key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_SNAPSHOT_TIME
The snapshot time key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_USER_STYLESHEET_URI
The user stylesheet URI key.static final TranscodingHints.Key
SVGAbstractTranscoder.KEY_WIDTH
The image width key.static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_WIDTH
static final TranscodingHints.Key
XMLAbstractTranscoder.KEY_XML_PARSER_CLASSNAME
XML parser classname key.static final TranscodingHints.Key
XMLAbstractTranscoder.KEY_XML_PARSER_VALIDATING
The validation mode of the XML parser.static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_XOFFSET
static final TranscodingHints.Key
ToSVGAbstractTranscoder.KEY_YOFFSET
Methods in org.apache.batik.transcoder with parameters of type TranscodingHints.KeyModifier and TypeMethodDescriptionvoid
Transcoder.addTranscodingHint
(TranscodingHints.Key key, Object value) Sets the value of a single preference for the transcoding process.void
TranscoderSupport.addTranscodingHint
(TranscodingHints.Key key, Object value) Sets the value of a single preference for the transcoding process.void
Transcoder.removeTranscodingHint
(TranscodingHints.Key key) Removes the value of a single preference for the transcoding process.void
TranscoderSupport.removeTranscodingHint
(TranscodingHints.Key key) Removes the value of a single preference for the transcoding process. -
Uses of TranscodingHints.Key in org.apache.batik.transcoder.image
Fields in org.apache.batik.transcoder.image declared as TranscodingHints.KeyModifier and TypeFieldDescriptionstatic final TranscodingHints.Key
ImageTranscoder.KEY_BACKGROUND_COLOR
The image background paint key.static final TranscodingHints.Key
TIFFTranscoder.KEY_COMPRESSION_METHOD
The compression method for the image.static final TranscodingHints.Key
ImageTranscoder.KEY_FORCE_TRANSPARENT_WHITE
The forceTransparentWhite key.static final TranscodingHints.Key
TIFFTranscoder.KEY_FORCE_TRANSPARENT_WHITE
The forceTransparentWhite key.static final TranscodingHints.Key
PNGTranscoder.KEY_GAMMA
The gamma correction key.static final TranscodingHints.Key
PNGTranscoder.KEY_INDEXED
The color indexed image key to specify number of colors used in palette.static final TranscodingHints.Key
JPEGTranscoder.KEY_QUALITY
The encoder quality factor key. -
Uses of TranscodingHints.Key in org.apache.batik.transcoder.keys
Subclasses of TranscodingHints.Key in org.apache.batik.transcoder.keysModifier and TypeClassDescriptionclass
A transcoding Key represented as a boolean.class
A transcoding Key represented as a DOMImplementation.class
A transcoding Key represented as a float.class
A transcoding Key represented as an int.class
A transcoding Key represented as a length.class
A transcoding Key represented as a background paint.class
A transcoding Key represented as a rectangle.class
A transcoding Key represented as a string. -
Uses of TranscodingHints.Key in org.apache.batik.transcoder.print
Fields in org.apache.batik.transcoder.print declared as TranscodingHints.KeyModifier and TypeFieldDescriptionstatic final TranscodingHints.Key
PrintTranscoder.KEY_MARGIN_BOTTOM
The marginBottom key.static final TranscodingHints.Key
PrintTranscoder.KEY_MARGIN_LEFT
The marginLeft key.static final TranscodingHints.Key
PrintTranscoder.KEY_MARGIN_RIGHT
The marginRight key.static final TranscodingHints.Key
PrintTranscoder.KEY_MARGIN_TOP
The marginTop key.static final TranscodingHints.Key
PrintTranscoder.KEY_PAGE_HEIGHT
The pageHeight key.static final TranscodingHints.Key
PrintTranscoder.KEY_PAGE_ORIENTATION
The pageOrientation key.static final TranscodingHints.Key
PrintTranscoder.KEY_PAGE_WIDTH
The pageWidth key.static final TranscodingHints.Key
PrintTranscoder.KEY_SCALE_TO_PAGE
The scaleToPage key.static final TranscodingHints.Key
PrintTranscoder.KEY_SHOW_PAGE_DIALOG
The showPageDialog key.static final TranscodingHints.Key
PrintTranscoder.KEY_SHOW_PRINTER_DIALOG
The showPrinterDialog key.Methods in org.apache.batik.transcoder.print with parameters of type TranscodingHints.KeyModifier and TypeMethodDescriptionstatic void
PrintTranscoder.setTranscoderBooleanHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.setTranscoderFloatHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.setTranscoderRectangleHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.setTranscoderStringHint
(Transcoder transcoder, String property, TranscodingHints.Key key) -
Uses of TranscodingHints.Key in org.apache.batik.transcoder.svg2svg
Subclasses of TranscodingHints.Key in org.apache.batik.transcoder.svg2svgModifier and TypeClassDescriptionprotected static class
To represent a doctype key.protected static class
To represent a newline key.Fields in org.apache.batik.transcoder.svg2svg declared as TranscodingHints.KeyModifier and TypeFieldDescriptionstatic final TranscodingHints.Key
SVGTranscoder.KEY_DOCTYPE
The key to specify the doctype option.static final TranscodingHints.Key
SVGTranscoder.KEY_DOCUMENT_WIDTH
The key to specify the document width.static final TranscodingHints.Key
SVGTranscoder.KEY_FORMAT
The key to specify whether to format the input.static final TranscodingHints.Key
SVGTranscoder.KEY_NEWLINE
The key to specify the newline character sequence.static final TranscodingHints.Key
SVGTranscoder.KEY_PUBLIC_ID
The key to specify the public id.static final TranscodingHints.Key
SVGTranscoder.KEY_SYSTEM_ID
The key to specify the system id.static final TranscodingHints.Key
SVGTranscoder.KEY_TABULATION_WIDTH
The key to specify the tabulation width.static final TranscodingHints.Key
SVGTranscoder.KEY_XML_DECLARATION
The key to specify the XML declaration option.