|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.UserAgentAdapter
org.apache.fop.svg.SimpleSVGUserAgent
A simple SVG user agent. This is an implementation of the Batik SVG user agent. It ignores any message output sent by Batik.
Field Summary |
Fields inherited from class org.apache.batik.bridge.UserAgentAdapter |
ctx, extensions, FEATURES |
Constructor Summary | |
SimpleSVGUserAgent(float pixelUnitToMM,
java.awt.geom.AffineTransform at)
Creates a new user agent. |
Method Summary | |
java.lang.String |
getLanguages()
Returns the language settings. |
java.lang.String |
getMedia()
Returns the media type for this rendering. |
float |
getPixelUnitToMillimeter()
Returns a customized the pixel to mm factor. |
java.awt.geom.AffineTransform |
getTransform()
Get the transform of the SVG document. |
java.lang.String |
getUserStyleSheetURI()
Returns the user stylesheet URI. |
java.awt.geom.Dimension2D |
getViewportSize()
Get the default viewport size for an SVG document. |
java.lang.String |
getXMLParserClassName()
Returns the class name of the XML parser. |
boolean |
isXMLParserValidating()
Is the XML parser validating. |
void |
setTransform(java.awt.geom.AffineTransform at)
|
Methods inherited from class org.apache.batik.bridge.UserAgentAdapter |
addStdFeatures, checkLoadExternalResource, checkLoadScript, deselectAll, displayError, displayError, displayMessage, getAlternateStyleSheet, getBolderFontWeight, getBrokenLinkDocument, getClientAreaLocationOnScreen, getDefaultFontFamily, getEventDispatcher, getExternalResourceSecurity, getLighterFontWeight, getMediumFontSize, getPixelToMM, getScriptSecurity, getStandardBolderFontWeight, getStandardLighterFontWeight, handleElement, hasFeature, openLink, registerExtension, runThread, setBridgeContext, setSVGCursor, setTextSelection, showAlert, showConfirm, showPrompt, showPrompt, supportExtension |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleSVGUserAgent(float pixelUnitToMM, java.awt.geom.AffineTransform at)
pixelUnitToMM
- the pixel to millimeter conversion factor currently in effectat
- the current transformMethod Detail |
public float getPixelUnitToMillimeter()
public java.lang.String getLanguages()
public java.lang.String getMedia()
public java.lang.String getUserStyleSheetURI()
public java.lang.String getXMLParserClassName()
public boolean isXMLParserValidating()
public java.awt.geom.AffineTransform getTransform()
public void setTransform(java.awt.geom.AffineTransform at)
public java.awt.geom.Dimension2D getViewportSize()
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |