Uses of Class
org.apache.batik.transcoder.TranscodingHints.Key
-
Packages that use TranscodingHints.Key Package Description org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image.org.apache.batik.transcoder.keys org.apache.batik.transcoder.print org.apache.batik.transcoder.svg2svg -
-
Uses of TranscodingHints.Key in org.apache.batik.transcoder
Fields in org.apache.batik.transcoder declared as TranscodingHints.Key Modifier and Type Field Description static TranscodingHints.KeySVGAbstractTranscoder. KEY_ALLOW_EXTERNAL_RESOURCESstatic 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 TranscodingHints.KeySVGAbstractTranscoder. KEY_ALTERNATE_STYLESHEETThe alternate stylesheet key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_AOIThe area of interest key.static 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 TranscodingHints.KeySVGAbstractTranscoder. KEY_DEFAULT_FONT_FAMILYThe default font-family key.static TranscodingHints.KeyXMLAbstractTranscoder. KEY_DOCUMENT_ELEMENTDocument element key.static TranscodingHints.KeyXMLAbstractTranscoder. KEY_DOCUMENT_ELEMENT_NAMESPACE_URIDocument element namespace URI key.static TranscodingHints.KeyXMLAbstractTranscoder. KEY_DOM_IMPLEMENTATIONDOM Implementation key.static TranscodingHints.KeyToSVGAbstractTranscoder. KEY_ESCAPEDstatic TranscodingHints.KeySVGAbstractTranscoder. KEY_EXECUTE_ONLOADThe 'onload' execution key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_HEIGHTThe image height key.static TranscodingHints.KeyToSVGAbstractTranscoder. KEY_HEIGHTstatic TranscodingHints.KeyToSVGAbstractTranscoder. KEY_INPUT_HEIGHTstatic TranscodingHints.KeyToSVGAbstractTranscoder. KEY_INPUT_WIDTHstatic TranscodingHints.KeySVGAbstractTranscoder. KEY_LANGUAGEThe language key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_MAX_HEIGHTThe maximux height of the image key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_MAX_WIDTHThe maximum width of the image key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_MEDIAThe media key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_PIXEL_TO_MMDeprecated.As of Batik Version 1.5b3static TranscodingHints.KeySVGAbstractTranscoder. KEY_PIXEL_UNIT_TO_MILLIMETERThe number of millimeters in each pixel key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_SNAPSHOT_TIMEThe snapshot time key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_USER_STYLESHEET_URIThe user stylesheet URI key.static TranscodingHints.KeySVGAbstractTranscoder. KEY_WIDTHThe image width key.static TranscodingHints.KeyToSVGAbstractTranscoder. KEY_WIDTHstatic TranscodingHints.KeyXMLAbstractTranscoder. KEY_XML_PARSER_CLASSNAMEXML parser classname key.static TranscodingHints.KeyXMLAbstractTranscoder. KEY_XML_PARSER_VALIDATINGThe validation mode of the XML parser.static TranscodingHints.KeyToSVGAbstractTranscoder. KEY_XOFFSETstatic TranscodingHints.KeyToSVGAbstractTranscoder. KEY_YOFFSETMethods in org.apache.batik.transcoder with parameters of type TranscodingHints.Key Modifier and Type Method Description voidTranscoder. addTranscodingHint(TranscodingHints.Key key, java.lang.Object value)Sets the value of a single preference for the transcoding process.voidTranscoderSupport. addTranscodingHint(TranscodingHints.Key key, java.lang.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
Subclasses of TranscodingHints.Key in org.apache.batik.transcoder.image Modifier and Type Class Description private static classJPEGTranscoder.QualityKeyA transcoding Key represented the JPEG image quality.Fields in org.apache.batik.transcoder.image declared as TranscodingHints.Key Modifier and Type Field Description static TranscodingHints.KeyImageTranscoder. KEY_BACKGROUND_COLORThe image background paint key.static TranscodingHints.KeyTIFFTranscoder. KEY_COMPRESSION_METHODThe compression method for the image.static TranscodingHints.KeyImageTranscoder. KEY_FORCE_TRANSPARENT_WHITEThe forceTransparentWhite key.static TranscodingHints.KeyTIFFTranscoder. KEY_FORCE_TRANSPARENT_WHITEThe forceTransparentWhite key.static TranscodingHints.KeyPNGTranscoder. KEY_GAMMAThe gamma correction key.static TranscodingHints.KeyPNGTranscoder. KEY_INDEXEDThe color indexed image key to specify number of colors used in palette.static 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.keys Modifier and Type Class Description classBooleanKeyA transcoding Key represented as a boolean.classDOMImplementationKeyA transcoding Key represented as a DOMImplementation.classFloatKeyA transcoding Key represented as a float.classIntegerKeyA transcoding Key represented as an int.classLengthKeyA transcoding Key represented as a length.classPaintKeyA transcoding Key represented as a background paint.classRectangle2DKeyA transcoding Key represented as a rectangle.classStringKeyA 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.Key Modifier and Type Field Description static TranscodingHints.KeyPrintTranscoder. KEY_MARGIN_BOTTOMThe marginBottom key.static TranscodingHints.KeyPrintTranscoder. KEY_MARGIN_LEFTThe marginLeft key.static TranscodingHints.KeyPrintTranscoder. KEY_MARGIN_RIGHTThe marginRight key.static TranscodingHints.KeyPrintTranscoder. KEY_MARGIN_TOPThe marginTop key.static TranscodingHints.KeyPrintTranscoder. KEY_PAGE_HEIGHTThe pageHeight key.static TranscodingHints.KeyPrintTranscoder. KEY_PAGE_ORIENTATIONThe pageOrientation key.static TranscodingHints.KeyPrintTranscoder. KEY_PAGE_WIDTHThe pageWidth key.static TranscodingHints.KeyPrintTranscoder. KEY_SCALE_TO_PAGEThe scaleToPage key.static TranscodingHints.KeyPrintTranscoder. KEY_SHOW_PAGE_DIALOGThe showPageDialog key.static TranscodingHints.KeyPrintTranscoder. KEY_SHOW_PRINTER_DIALOGThe showPrinterDialog key.Methods in org.apache.batik.transcoder.print with parameters of type TranscodingHints.Key Modifier and Type Method Description static voidPrintTranscoder. setTranscoderBooleanHint(Transcoder transcoder, java.lang.String property, TranscodingHints.Key key)static voidPrintTranscoder. setTranscoderFloatHint(Transcoder transcoder, java.lang.String property, TranscodingHints.Key key)static voidPrintTranscoder. setTranscoderRectangleHint(Transcoder transcoder, java.lang.String property, TranscodingHints.Key key)static voidPrintTranscoder. setTranscoderStringHint(Transcoder transcoder, java.lang.String property, TranscodingHints.Key key) -
Uses of TranscodingHints.Key in org.apache.batik.transcoder.svg2svg
Subclasses of TranscodingHints.Key in org.apache.batik.transcoder.svg2svg Modifier and Type Class Description protected static classSVGTranscoder.DoctypeKeyTo represent a doctype key.protected static classSVGTranscoder.NewlineKeyTo represent a newline key.Fields in org.apache.batik.transcoder.svg2svg declared as TranscodingHints.Key Modifier and Type Field Description static TranscodingHints.KeySVGTranscoder. KEY_DOCTYPEThe key to specify the doctype option.static TranscodingHints.KeySVGTranscoder. KEY_DOCUMENT_WIDTHThe key to specify the document width.static TranscodingHints.KeySVGTranscoder. KEY_FORMATThe key to specify whether to format the input.static TranscodingHints.KeySVGTranscoder. KEY_NEWLINEThe key to specify the newline character sequence.static TranscodingHints.KeySVGTranscoder. KEY_PUBLIC_IDThe key to specify the public id.static TranscodingHints.KeySVGTranscoder. KEY_SYSTEM_IDThe key to specify the system id.static TranscodingHints.KeySVGTranscoder. KEY_TABULATION_WIDTHThe key to specify the tabulation width.static TranscodingHints.KeySVGTranscoder. KEY_XML_DECLARATIONThe key to specify the XML declaration option.
-