Package kiyut.sketsa.canvas
Interface EditorUserAgent
-
- All Superinterfaces:
org.apache.batik.bridge.UserAgent
- All Known Implementing Classes:
CanvasUserAgent
public interface EditorUserAgent extends org.apache.batik.bridge.UserAgentUser Agent for SVG Editor- Author:
- KIYUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionHandled()Tell this user agent that the exception has been handled.ExceptiongetException()Return displayError exception.-
Methods inherited from interface org.apache.batik.bridge.UserAgent
checkLoadExternalResource, checkLoadScript, deselectAll, displayError, displayMessage, getAlternateStyleSheet, getBolderFontWeight, getBrokenLinkDocument, getClientAreaLocationOnScreen, getDefaultFontFamily, getEventDispatcher, getExternalResourceSecurity, getFontFamilyResolver, getLanguages, getLighterFontWeight, getMedia, getMediumFontSize, getPixelToMM, getPixelUnitToMillimeter, getScriptSecurity, getTransform, getUserStyleSheetURI, getViewportSize, getXMLParserClassName, handleElement, hasFeature, isXMLParserValidating, loadDocument, openLink, registerExtension, setSVGCursor, setTextSelection, setTransform, showAlert, showConfirm, showPrompt, showPrompt, supportExtension
-
-
-
-
Method Detail
-
getException
Exception getException()
Return displayError exception.- Returns:
- Exception
- See Also:
exceptionHandled()
-
exceptionHandled
void exceptionHandled()
Tell this user agent that the exception has been handled. Subsequent call to getException will be null, until there is another exception occur- See Also:
getException()
-
-