org.apache.batik.apps.svgbrowser
public class SVGInputHandler extends Object implements SquiggleInputHandler
Field Summary | |
---|---|
static String[] | SVG_FILE_EXTENSIONS |
static String[] | SVG_MIME_TYPES |
Method Summary | |
---|---|
boolean | accept(File f)
Returns true if the input file can be handled. |
boolean | accept(ParsedURL purl)
Returns true if the input URI can be handled by the handler |
boolean | accept(String path)
Returns true if the resource at the given path can be handled |
String | getDescription()
Returns a description for this handler. |
String[] | getHandledExtensions()
Returns the list of file extensions handled by this handler |
String[] | getHandledMimeTypes()
Returns the list of mime types handled by this handler. |
void | handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)
Handles the given input for the given JSVGViewerFrame |