Package org.apache.fop.svg
Class AbstractFOPTranscoder.FOPTranscoderUserAgent
java.lang.Object
org.apache.batik.bridge.UserAgentAdapter
org.apache.fop.svg.AbstractFOPTranscoder.FOPTranscoderUserAgent
- All Implemented Interfaces:
org.apache.batik.bridge.UserAgent
- Enclosing class:
AbstractFOPTranscoder
protected class AbstractFOPTranscoder.FOPTranscoderUserAgent
extends org.apache.batik.bridge.UserAgentAdapter
A user agent implementation for FOP's Transcoders.
-
Field Summary
Fields inherited from class org.apache.batik.bridge.UserAgentAdapter
ctx, extensions, FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplays the specified error using theErrorHandler.voiddisplayError(String message) Displays the specified error message using theErrorHandler.voiddisplayMessage(String message) Displays the specified message using theErrorHandler.org.apache.batik.bridge.FontFamilyResolvergetMedia()Get the media for this transcoder.floatReturns the pixel to millimeter conversion factor specified in theTranscodingHintsor 0.3528 if any.voidsetFontFamilyResolver(FOPFontFamilyResolver resolver) Methods inherited from class org.apache.batik.bridge.UserAgentAdapter
addStdFeatures, checkLoadExternalResource, checkLoadScript, deselectAll, getBolderFontWeight, getBrokenLinkDocument, getClientAreaLocationOnScreen, getEventDispatcher, getLighterFontWeight, getMediumFontSize, getPixelToMM, getSourceResolution, getStandardBolderFontWeight, getStandardLighterFontWeight, handleElement, hasFeature, loadDocument, openLink, registerExtension, runThread, setBridgeContext, setSourceResolution, setSVGCursor, setTextSelection, showAlert, showConfirm, showPrompt, showPrompt, supportExtension
-
Constructor Details
-
FOPTranscoderUserAgent
protected FOPTranscoderUserAgent()
-
-
Method Details
-
displayError
Displays the specified error message using theErrorHandler.- Parameters:
message- the message to display
-
displayError
Displays the specified error using theErrorHandler.- Specified by:
displayErrorin interfaceorg.apache.batik.bridge.UserAgent- Parameters:
e- the exception to display
-
displayMessage
Displays the specified message using theErrorHandler.- Specified by:
displayMessagein interfaceorg.apache.batik.bridge.UserAgent- Parameters:
message- the message to display
-
getPixelUnitToMillimeter
public float getPixelUnitToMillimeter()Returns the pixel to millimeter conversion factor specified in theTranscodingHintsor 0.3528 if any.- Specified by:
getPixelUnitToMillimeterin interfaceorg.apache.batik.bridge.UserAgent- Returns:
- the pixel unit to millimeter factor
-
getMedia
Get the media for this transcoder. Which is always print.- Specified by:
getMediain interfaceorg.apache.batik.bridge.UserAgent- Returns:
- PDF media is "print"
-
setFontFamilyResolver
-
getFontFamilyResolver
public org.apache.batik.bridge.FontFamilyResolver getFontFamilyResolver()- Specified by:
getFontFamilyResolverin interfaceorg.apache.batik.bridge.UserAgent- Overrides:
getFontFamilyResolverin classorg.apache.batik.bridge.UserAgentAdapter
-