|
||||||||||
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 |
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. |
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 |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |