org.apache.batik.script
Interface Window.GetURLHandler
- All Known Implementing Classes:
- WindowWrapper.GetURLFunctionWrapper
- Enclosing interface:
- Window
- public static interface Window.GetURLHandler
To handle the completion of a 'getURL()' call.
|
Method Summary |
void |
getURLDone(boolean success,
java.lang.String mime,
java.lang.String content)
Called before 'getURL()' returns. |
getURLDone
public void getURLDone(boolean success,
java.lang.String mime,
java.lang.String content)
- Called before 'getURL()' returns.
- Parameters:
success - Whether the data was successfully retreived.mime - The data MIME type.content - The data.
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.