Interface EditorUserAgent

  • All Superinterfaces:
    org.apache.batik.bridge.UserAgent
    All Known Implementing Classes:
    CanvasUserAgent

    public interface EditorUserAgent
    extends org.apache.batik.bridge.UserAgent
    User Agent for SVG Editor
    Author:
    KIYUT
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void exceptionHandled()
      Tell this user agent that the exception has been handled.
      Exception getException()
      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

      • 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()