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.KeySVGAbstractTranscoder.KEY_ALLOW_EXTERNAL_RESOURCESstatic final TranscodingHints.KeySVGAbstractTranscoder.KEY_ALLOWED_SCRIPT_TYPESThe set of supported script languages (i.e., the set of possible values for the <script> tag's type attribute).static final TranscodingHints.KeySVGAbstractTranscoder.KEY_ALTERNATE_STYLESHEETThe alternate stylesheet key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_AOIThe area of interest key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_CONSTRAIN_SCRIPT_ORIGINControls whether or not scripts can only be loaded from the same location as the document which references them.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_DEFAULT_FONT_FAMILYThe default font-family key.static final TranscodingHints.KeyXMLAbstractTranscoder.KEY_DOCUMENT_ELEMENTDocument element key.static final TranscodingHints.KeyXMLAbstractTranscoder.KEY_DOCUMENT_ELEMENT_NAMESPACE_URIDocument element namespace URI key.static final TranscodingHints.KeyXMLAbstractTranscoder.KEY_DOM_IMPLEMENTATIONDOM Implementation key.static final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_ESCAPEDstatic final TranscodingHints.KeySVGAbstractTranscoder.KEY_EXECUTE_ONLOADThe 'onload' execution key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_HEIGHTThe image height key.static final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_HEIGHTstatic final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_INPUT_HEIGHTstatic final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_INPUT_WIDTHstatic final TranscodingHints.KeySVGAbstractTranscoder.KEY_LANGUAGEThe language key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_MAX_HEIGHTThe maximux height of the image key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_MAX_WIDTHThe maximum width of the image key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_MEDIAThe media key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_PIXEL_TO_MMDeprecated.As of Batik Version 1.5b3static final TranscodingHints.KeySVGAbstractTranscoder.KEY_PIXEL_UNIT_TO_MILLIMETERThe number of millimeters in each pixel key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_SNAPSHOT_TIMEThe snapshot time key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_USER_STYLESHEET_URIThe user stylesheet URI key.static final TranscodingHints.KeySVGAbstractTranscoder.KEY_WIDTHThe image width key.static final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_WIDTHstatic final TranscodingHints.KeyXMLAbstractTranscoder.KEY_XML_PARSER_CLASSNAMEXML parser classname key.static final TranscodingHints.KeyXMLAbstractTranscoder.KEY_XML_PARSER_VALIDATINGThe validation mode of the XML parser.static final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_XOFFSETstatic final TranscodingHints.KeyToSVGAbstractTranscoder.KEY_YOFFSETMethods in org.apache.batik.transcoder with parameters of type TranscodingHints.KeyModifier and TypeMethodDescriptionvoidTranscoder.addTranscodingHint(TranscodingHints.Key key, Object value) Sets the value of a single preference for the transcoding process.voidTranscoderSupport.addTranscodingHint(TranscodingHints.Key key, Object value) Sets the value of a single preference for the transcoding process.voidTranscoder.removeTranscodingHint(TranscodingHints.Key key) Removes the value of a single preference for the transcoding process.voidTranscoderSupport.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.KeyImageTranscoder.KEY_BACKGROUND_COLORThe image background paint key.static final TranscodingHints.KeyTIFFTranscoder.KEY_COMPRESSION_METHODThe compression method for the image.static final TranscodingHints.KeyImageTranscoder.KEY_FORCE_TRANSPARENT_WHITEThe forceTransparentWhite key.static final TranscodingHints.KeyTIFFTranscoder.KEY_FORCE_TRANSPARENT_WHITEThe forceTransparentWhite key.static final TranscodingHints.KeyPNGTranscoder.KEY_GAMMAThe gamma correction key.static final TranscodingHints.KeyPNGTranscoder.KEY_INDEXEDThe color indexed image key to specify number of colors used in palette.static final TranscodingHints.KeyJPEGTranscoder.KEY_QUALITYThe 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 TypeClassDescriptionclassA transcoding Key represented as a boolean.classA transcoding Key represented as a DOMImplementation.classA transcoding Key represented as a float.classA transcoding Key represented as an int.classA transcoding Key represented as a length.classA transcoding Key represented as a background paint.classA transcoding Key represented as a rectangle.classA 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.KeyPrintTranscoder.KEY_MARGIN_BOTTOMThe marginBottom key.static final TranscodingHints.KeyPrintTranscoder.KEY_MARGIN_LEFTThe marginLeft key.static final TranscodingHints.KeyPrintTranscoder.KEY_MARGIN_RIGHTThe marginRight key.static final TranscodingHints.KeyPrintTranscoder.KEY_MARGIN_TOPThe marginTop key.static final TranscodingHints.KeyPrintTranscoder.KEY_PAGE_HEIGHTThe pageHeight key.static final TranscodingHints.KeyPrintTranscoder.KEY_PAGE_ORIENTATIONThe pageOrientation key.static final TranscodingHints.KeyPrintTranscoder.KEY_PAGE_WIDTHThe pageWidth key.static final TranscodingHints.KeyPrintTranscoder.KEY_SCALE_TO_PAGEThe scaleToPage key.static final TranscodingHints.KeyPrintTranscoder.KEY_SHOW_PAGE_DIALOGThe showPageDialog key.static final TranscodingHints.KeyPrintTranscoder.KEY_SHOW_PRINTER_DIALOGThe showPrinterDialog key.Methods in org.apache.batik.transcoder.print with parameters of type TranscodingHints.KeyModifier and TypeMethodDescriptionstatic voidPrintTranscoder.setTranscoderBooleanHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.setTranscoderFloatHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.setTranscoderRectangleHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.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 classTo represent a doctype key.protected static classTo represent a newline key.Fields in org.apache.batik.transcoder.svg2svg declared as TranscodingHints.KeyModifier and TypeFieldDescriptionstatic final TranscodingHints.KeySVGTranscoder.KEY_DOCTYPEThe key to specify the doctype option.static final TranscodingHints.KeySVGTranscoder.KEY_DOCUMENT_WIDTHThe key to specify the document width.static final TranscodingHints.KeySVGTranscoder.KEY_FORMATThe key to specify whether to format the input.static final TranscodingHints.KeySVGTranscoder.KEY_NEWLINEThe key to specify the newline character sequence.static final TranscodingHints.KeySVGTranscoder.KEY_PUBLIC_IDThe key to specify the public id.static final TranscodingHints.KeySVGTranscoder.KEY_SYSTEM_IDThe key to specify the system id.static final TranscodingHints.KeySVGTranscoder.KEY_TABULATION_WIDTHThe key to specify the tabulation width.static final TranscodingHints.KeySVGTranscoder.KEY_XML_DECLARATIONThe key to specify the XML declaration option.