public class SVGInputHandler extends Object implements SquiggleInputHandler
SquiggleInputHandler class
simply displays an SVG file into the JSVGCanvas.| Modifier and Type | Field and Description |
|---|---|
static String[] |
SVG_FILE_EXTENSIONS |
static String[] |
SVG_MIME_TYPES |
| Constructor and Description |
|---|
SVGInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final String[] SVG_MIME_TYPES
public static final String[] SVG_FILE_EXTENSIONS
public String[] getHandledMimeTypes()
getHandledMimeTypes in interface SquiggleInputHandlerpublic String[] getHandledExtensions()
getHandledExtensions in interface SquiggleInputHandlerpublic String getDescription()
getDescription in interface SquiggleInputHandlerpublic void handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)
handle in interface SquiggleInputHandlerpublic boolean accept(File f)
accept in interface SquiggleInputHandlerpublic boolean accept(ParsedURL purl)
accept in interface SquiggleInputHandlerpurl - URL describing the candidate inputpublic boolean accept(String path)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.