|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a SVG viewer application.
Method Summary | |
void |
addVisitedURI(java.lang.String uri)
Notifies Application of recently visited URI |
boolean |
canLoadScriptType(java.lang.String scriptType)
Returns true if the input scriptType can be loaded in this application. |
void |
closeJSVGViewerFrame(JSVGViewerFrame f)
Closes the given viewer frame. |
JSVGViewerFrame |
createAndShowJSVGViewerFrame()
Creates and shows a new viewer frame. |
javax.swing.Action |
createExitAction(JSVGViewerFrame vf)
Creates an action to exit the application. |
int |
getAllowedExternalResourceOrigin()
Returns the allowed origins for external resources. |
int |
getAllowedScriptOrigin()
Returns the allowed origins for scripts. |
java.lang.String |
getLanguages()
Returns the user languages. |
java.lang.String |
getMedia()
Returns the CSS media to use. |
java.lang.String |
getUserStyleSheetURI()
Returns the user stylesheet uri. |
java.lang.String[] |
getVisitedURIs()
Asks Application for a list of recently visited URI |
java.lang.String |
getXMLParserClassName()
Returns the XML parser class name. |
boolean |
isSelectionOverlayXORMode()
Returns true if the selection overlay is painted in XOR mode, false otherwise. |
boolean |
isXMLParserValidating()
Returns true if the XML parser must be in validation mode, false otherwise. |
void |
openLink(java.lang.String url)
Opens the given link in a new window. |
void |
showPreferenceDialog(JSVGViewerFrame f)
Shows the preference dialog. |
Method Detail |
public JSVGViewerFrame createAndShowJSVGViewerFrame()
public void closeJSVGViewerFrame(JSVGViewerFrame f)
public javax.swing.Action createExitAction(JSVGViewerFrame vf)
public void openLink(java.lang.String url)
public java.lang.String getXMLParserClassName()
public boolean isXMLParserValidating()
public void showPreferenceDialog(JSVGViewerFrame f)
public java.lang.String getLanguages()
public java.lang.String getUserStyleSheetURI()
public java.lang.String getMedia()
public boolean isSelectionOverlayXORMode()
public boolean canLoadScriptType(java.lang.String scriptType)
public int getAllowedScriptOrigin()
ResourceOrigin
public int getAllowedExternalResourceOrigin()
ResourceOrigin.
public void addVisitedURI(java.lang.String uri)
public java.lang.String[] getVisitedURIs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |