|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a SVG viewer application.
Method Summary | |
void |
addVisitedURI(String uri)
Notifies Application of recently visited URI |
boolean |
canLoadScriptType(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. |
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. |
String |
getDefaultFontFamily()
Returns the default value for the CSS "font-family" property |
String |
getLanguages()
Returns the user languages. |
String |
getMedia()
Returns the CSS media to use. |
String |
getUserStyleSheetURI()
Returns the user stylesheet uri. |
String[] |
getVisitedURIs()
Asks Application for a list of recently visited URI |
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(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 Action createExitAction(JSVGViewerFrame vf)
public void openLink(String url)
public String getXMLParserClassName()
public boolean isXMLParserValidating()
public void showPreferenceDialog(JSVGViewerFrame f)
public String getLanguages()
public String getUserStyleSheetURI()
public String getDefaultFontFamily()
public String getMedia()
public boolean isSelectionOverlayXORMode()
public boolean canLoadScriptType(String scriptType)
public int getAllowedScriptOrigin()
ResourceOrigin
public int getAllowedExternalResourceOrigin()
ResourceOrigin
public void addVisitedURI(String uri)
public String[] getVisitedURIs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |