public class JSVGViewerFrame extends javax.swing.JFrame implements ActionMap, SVGDocumentLoaderListener, GVTTreeBuilderListener, SVGLoadEventDispatcherListener, GVTTreeRendererListener, LinkActivationListener, UpdateManagerListener
Modifier and Type | Class and Description |
---|---|
class |
JSVGViewerFrame.AboutAction
To show the about dialog
|
class |
JSVGViewerFrame.BackAction
To go back to the previous document
|
protected class |
JSVGViewerFrame.Canvas
An extension of JSVGCanvas that exposes the Rhino interpreter.
|
class |
JSVGViewerFrame.CloseAction
To close the last document.
|
protected static class |
JSVGViewerFrame.Debugger
Rhino debugger class.
|
class |
JSVGViewerFrame.DOMViewerAction
To display the DOM viewer of the document
|
class |
JSVGViewerFrame.ExportAsJPGAction
To save the current document as JPG.
|
class |
JSVGViewerFrame.ExportAsPNGAction
To save the current document as PNG.
|
class |
JSVGViewerFrame.ExportAsTIFFAction
To save the current document as TIFF.
|
class |
JSVGViewerFrame.FindDialogAction
To display the Find dialog
|
class |
JSVGViewerFrame.FlushAction
To flush image cache (purely for debugging purposes)
|
class |
JSVGViewerFrame.ForwardAction
To go forward to the next document
|
class |
JSVGViewerFrame.FullScreenAction
To display the document full screen
|
protected static class |
JSVGViewerFrame.ImageFileFilter
A FileFilter used when exporting the SVG document as an image.
|
class |
JSVGViewerFrame.MonitorAction
To display the memory monitor.
|
class |
JSVGViewerFrame.NewWindowAction
To open a new window.
|
class |
JSVGViewerFrame.NextTransformAction
To go forward to the next transform
|
class |
JSVGViewerFrame.OpenAction
To open a new file.
|
class |
JSVGViewerFrame.OpenLocationAction
To open a new document.
|
class |
JSVGViewerFrame.PauseAction
To pause a document.
|
class |
JSVGViewerFrame.PlayAction
To restart after a pause.
|
class |
JSVGViewerFrame.PreferencesAction
To show the preferences.
|
class |
JSVGViewerFrame.PreviousTransformAction
To go back to the previous transform
|
class |
JSVGViewerFrame.PrintAction
To print the current document.
|
class |
JSVGViewerFrame.ReloadAction
To reload the current document.
|
class |
JSVGViewerFrame.SaveAsAction
To save the current document as SVG.
|
class |
JSVGViewerFrame.SetTransformAction
To show the set transform dialog
|
class |
JSVGViewerFrame.StopAction
To stop the current processing.
|
class |
JSVGViewerFrame.ThumbnailDialogAction
To display the Thumbnail dialog
|
class |
JSVGViewerFrame.ToggleDebuggerAction
To toggle visiblity of JavaScript Debugger.
|
protected class |
JSVGViewerFrame.UserAgent
This class implements a SVG user agent.
|
class |
JSVGViewerFrame.UseStylesheetAction
To apply the selected author stylesheet
|
class |
JSVGViewerFrame.ViewSourceAction
To view the source of the current document.
|
javax.swing.JFrame.AccessibleJFrame
java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ABOUT_ACTION |
protected java.lang.String |
alternateStyleSheet
The alternate style-sheet title.
|
protected Application |
application
The current application.
|
protected boolean |
autoAdjust
The auto adjust flag.
|
static java.lang.String |
BACK_ACTION |
protected JSVGViewerFrame.BackAction |
backAction
The back action
|
protected static java.util.ResourceBundle |
bundle
The resource bundle
|
static java.lang.String |
CLOSE_ACTION |
protected java.io.File |
currentPath
The current path.
|
protected java.io.File |
currentSavePath
The current export path.
|
protected boolean |
debug
The debug flag.
|
protected JSVGViewerFrame.Debugger |
debugger
The debugger object.
|
static java.awt.Cursor |
DEFAULT_CURSOR
The default cursor.
|
protected static SquiggleInputHandler |
defaultHandler
The default input handler
|
static java.lang.String |
DOM_VIEWER_ACTION |
protected DOMViewer |
domViewer
The DOM viewer.
|
static java.lang.String |
EXIT_ACTION |
static java.lang.String |
EXPORT_AS_JPG_ACTION |
static java.lang.String |
EXPORT_AS_PNG_ACTION |
static java.lang.String |
EXPORT_AS_TIFF_ACTION |
static java.lang.String |
FIND_DIALOG_ACTION |
protected FindDialog |
findDialog
The Find dialog.
|
static java.lang.String |
FLUSH_ACTION |
static java.lang.String |
FORWARD_ACTION |
protected JSVGViewerFrame.ForwardAction |
forwardAction
The forward action
|
static java.lang.String |
FULL_SCREEN_ACTION |
protected static java.util.Vector |
handlers
The input handlers
|
protected static java.lang.String |
JDK_1_4_PRESENCE_TEST_CLASS
If the following class can be found (it appeared in JDK 1.4),
then we know we are post JDK 1.4.
|
protected java.util.Map |
listeners
The map that contains the action listeners
|
protected LocalHistory |
localHistory
The local history.
|
protected LocationBar |
locationBar
The location bar.
|
protected boolean |
managerStopped
Whether the update manager was stopped.
|
protected static javax.swing.JFrame |
memoryMonitorFrame
The memory monitor frame.
|
static java.lang.String |
MONITOR_ACTION |
static java.lang.String |
NEW_WINDOW_ACTION |
static java.lang.String |
NEXT_TRANSFORM_ACTION |
protected JSVGViewerFrame.NextTransformAction |
nextTransformAction
The next transform action
|
static java.lang.String |
OPEN_ACTION |
static java.lang.String |
OPEN_LOCATION_ACTION |
protected static java.lang.String |
OPEN_TITLE
Resource string name for the Open dialog.
|
static java.lang.String |
PAUSE_ACTION |
protected JSVGViewerFrame.PauseAction |
pauseAction
The pause action
|
static java.lang.String |
PLAY_ACTION |
protected JSVGViewerFrame.PlayAction |
playAction
The play action
|
static java.lang.String |
PREFERENCES_ACTION |
static java.lang.String |
PREVIOUS_TRANSFORM_ACTION |
protected JSVGViewerFrame.PreviousTransformAction |
previousTransformAction
The previous transform action
|
static java.lang.String |
PRINT_ACTION |
protected static boolean |
priorJDK1_4
Kind of ugly, but we need to know if we are running before
or after 1.4...
|
static java.lang.String |
PROPERTY_OS_NAME
Name for the os-name property
|
static java.lang.String |
PROPERTY_OS_NAME_DEFAULT
Name for the os.name default
|
static java.lang.String |
PROPERTY_OS_WINDOWS_PREFIX
Name for the os.name property prefix we are looking
for in OpenAction to work around JFileChooser bug
|
static java.lang.String |
RELOAD_ACTION |
static java.lang.String |
RESET_TRANSFORM_ACTION |
protected static ResourceManager |
resources
The resource manager
|
static java.lang.String |
RESOURCES
The gui resources file name
|
static java.lang.String |
SAVE_AS_ACTION |
static java.lang.String |
SET_TRANSFORM_ACTION |
protected StatusBar |
statusBar
The status bar.
|
static java.lang.String |
STOP_ACTION |
protected JSVGViewerFrame.StopAction |
stopAction
The stop action
|
protected JSVGViewerFrame.Canvas |
svgCanvas
The JSVGCanvas.
|
protected javax.swing.JPanel |
svgCanvasPanel
The panel where the svgCanvas is displayed
|
protected org.w3c.dom.svg.SVGDocument |
svgDocument
The current document.
|
static java.lang.String |
THUMBNAIL_DIALOG_ACTION |
protected ThumbnailDialog |
thumbnailDialog
The Find dialog.
|
protected java.lang.String |
title
The initial frame title.
|
static java.lang.String |
TOGGLE_DEBUGGER_ACTION |
protected JAffineTransformChooser.Dialog |
transformDialog
The transform dialog
|
protected TransformHistory |
transformHistory
The transform history.
|
protected URIChooser |
uriChooser
The URI chooser.
|
static java.lang.String |
USE_STYLESHEET_ACTION |
protected SVGUserAgent |
userAgent
The SVG user agent.
|
protected JSVGViewerFrame.UseStylesheetAction |
useStylesheetAction
The use (author) stylesheet action
|
static java.lang.String |
VIEW_SOURCE_ACTION |
static java.awt.Cursor |
WAIT_CURSOR
The cursor indicating that an operation is pending.
|
protected javax.swing.JWindow |
window
A window used for full screen display
|
static java.lang.String |
ZOOM_IN_ACTION |
static java.lang.String |
ZOOM_OUT_ACTION |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
CROSSHAIR_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Constructor and Description |
---|
JSVGViewerFrame(Application app)
Creates a new SVG viewer frame.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Call dispose on canvas as well.
|
void |
documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.
|
void |
documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.
|
void |
documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.
|
void |
documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.
|
javax.swing.Action |
getAction(java.lang.String key)
Returns the action associated with the given string
or null on error
|
protected static java.util.Vector |
getHandlers()
Returns the list of input file handler.
|
SquiggleInputHandler |
getInputHandler(ParsedURL purl)
Returns the input handler for the given URI
|
JSVGCanvas |
getJSVGCanvas()
Returns the main JSVGCanvas of this frame.
|
void |
gvtBuildCancelled(GVTTreeBuilderEvent e)
Called when a build was cancelled.
|
void |
gvtBuildCompleted(GVTTreeBuilderEvent e)
Called when a build was completed.
|
void |
gvtBuildFailed(GVTTreeBuilderEvent e)
Called when a build failed.
|
void |
gvtBuildStarted(GVTTreeBuilderEvent e)
Called when a build started.
|
void |
gvtRenderingCancelled(GVTTreeRendererEvent e)
Called when a rendering was cancelled.
|
void |
gvtRenderingCompleted(GVTTreeRendererEvent e)
Called when a rendering was completed.
|
void |
gvtRenderingFailed(GVTTreeRendererEvent e)
Called when a rendering failed.
|
void |
gvtRenderingPrepare(GVTTreeRendererEvent e)
Called when a rendering is in its preparing phase.
|
void |
gvtRenderingStarted(GVTTreeRendererEvent e)
Called when a rendering started.
|
void |
hideDebugger()
Hides and destroys the Rhino debugger.
|
void |
linkActivated(LinkActivationEvent e)
Called when a link was activated.
|
void |
managerResumed(UpdateManagerEvent e)
Called when the manager was resumed.
|
void |
managerStarted(UpdateManagerEvent e)
Called when the manager was started.
|
void |
managerStopped(UpdateManagerEvent e)
Called when the manager was stopped.
|
void |
managerSuspended(UpdateManagerEvent e)
Called when the manager was suspended.
|
static void |
registerHandler(SquiggleInputHandler handler)
Registers an input file handler by adding it to the handlers map.
|
void |
setAutoAdjust(boolean b)
Whether to auto adjust the canvas to the size of the document.
|
void |
setDebug(boolean b)
Whether to show the debug traces.
|
void |
setSVGDocument(org.w3c.dom.svg.SVGDocument svgDocument,
java.lang.String svgDocumentURL,
java.lang.String svgDocumentTitle)
Forces the viewer frame to show the input SVGDocument
|
void |
showDebugger()
Shows the Rhino debugger.
|
void |
showSVGDocument(java.lang.String uri)
Shows the given document into the viewer frame
|
void |
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled.
|
void |
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed.
|
void |
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed.
|
void |
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.
|
void |
updateCompleted(UpdateManagerEvent e)
Called when an update was completed.
|
void |
updateFailed(UpdateManagerEvent e)
Called when an update failed.
|
void |
updateStarted(UpdateManagerEvent e)
Called when an update started.
|
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
protected static boolean priorJDK1_4
protected static final java.lang.String JDK_1_4_PRESENCE_TEST_CLASS
public static final java.lang.String RESOURCES
public static final java.lang.String ABOUT_ACTION
public static final java.lang.String OPEN_ACTION
public static final java.lang.String OPEN_LOCATION_ACTION
public static final java.lang.String NEW_WINDOW_ACTION
public static final java.lang.String RELOAD_ACTION
public static final java.lang.String SAVE_AS_ACTION
public static final java.lang.String BACK_ACTION
public static final java.lang.String FORWARD_ACTION
public static final java.lang.String FULL_SCREEN_ACTION
public static final java.lang.String PRINT_ACTION
public static final java.lang.String EXPORT_AS_JPG_ACTION
public static final java.lang.String EXPORT_AS_PNG_ACTION
public static final java.lang.String EXPORT_AS_TIFF_ACTION
public static final java.lang.String PREFERENCES_ACTION
public static final java.lang.String CLOSE_ACTION
public static final java.lang.String VIEW_SOURCE_ACTION
public static final java.lang.String EXIT_ACTION
public static final java.lang.String RESET_TRANSFORM_ACTION
public static final java.lang.String ZOOM_IN_ACTION
public static final java.lang.String ZOOM_OUT_ACTION
public static final java.lang.String PREVIOUS_TRANSFORM_ACTION
public static final java.lang.String NEXT_TRANSFORM_ACTION
public static final java.lang.String USE_STYLESHEET_ACTION
public static final java.lang.String PLAY_ACTION
public static final java.lang.String PAUSE_ACTION
public static final java.lang.String STOP_ACTION
public static final java.lang.String MONITOR_ACTION
public static final java.lang.String DOM_VIEWER_ACTION
public static final java.lang.String SET_TRANSFORM_ACTION
public static final java.lang.String FIND_DIALOG_ACTION
public static final java.lang.String THUMBNAIL_DIALOG_ACTION
public static final java.lang.String FLUSH_ACTION
public static final java.lang.String TOGGLE_DEBUGGER_ACTION
public static final java.awt.Cursor WAIT_CURSOR
public static final java.awt.Cursor DEFAULT_CURSOR
public static final java.lang.String PROPERTY_OS_NAME
public static final java.lang.String PROPERTY_OS_NAME_DEFAULT
public static final java.lang.String PROPERTY_OS_WINDOWS_PREFIX
protected static final java.lang.String OPEN_TITLE
protected static java.util.Vector handlers
protected static SquiggleInputHandler defaultHandler
protected static java.util.ResourceBundle bundle
protected static ResourceManager resources
protected Application application
protected JSVGViewerFrame.Canvas svgCanvas
protected javax.swing.JPanel svgCanvasPanel
protected javax.swing.JWindow window
protected static javax.swing.JFrame memoryMonitorFrame
protected java.io.File currentPath
protected java.io.File currentSavePath
protected JSVGViewerFrame.BackAction backAction
protected JSVGViewerFrame.ForwardAction forwardAction
protected JSVGViewerFrame.PlayAction playAction
protected JSVGViewerFrame.PauseAction pauseAction
protected JSVGViewerFrame.StopAction stopAction
protected JSVGViewerFrame.PreviousTransformAction previousTransformAction
protected JSVGViewerFrame.NextTransformAction nextTransformAction
protected JSVGViewerFrame.UseStylesheetAction useStylesheetAction
protected boolean debug
protected boolean autoAdjust
protected boolean managerStopped
protected SVGUserAgent userAgent
protected org.w3c.dom.svg.SVGDocument svgDocument
protected URIChooser uriChooser
protected DOMViewer domViewer
protected FindDialog findDialog
protected ThumbnailDialog thumbnailDialog
protected JAffineTransformChooser.Dialog transformDialog
protected LocationBar locationBar
protected StatusBar statusBar
protected java.lang.String title
protected LocalHistory localHistory
protected TransformHistory transformHistory
protected java.lang.String alternateStyleSheet
protected JSVGViewerFrame.Debugger debugger
protected java.util.Map listeners
public JSVGViewerFrame(Application app)
public void dispose()
dispose
in class java.awt.Window
public void setDebug(boolean b)
public void setAutoAdjust(boolean b)
public JSVGCanvas getJSVGCanvas()
public void showDebugger()
public void hideDebugger()
public void showSVGDocument(java.lang.String uri)
public SquiggleInputHandler getInputHandler(ParsedURL purl) throws java.io.IOException
java.io.IOException
protected static java.util.Vector getHandlers()
public static void registerHandler(SquiggleInputHandler handler)
handler
- the new input handler to register.public javax.swing.Action getAction(java.lang.String key) throws MissingListenerException
getAction
in interface ActionMap
key
- the key mapped with the action to getMissingListenerException
- if the action is not foundpublic void documentLoadingStarted(SVGDocumentLoaderEvent e)
documentLoadingStarted
in interface SVGDocumentLoaderListener
public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
documentLoadingCompleted
in interface SVGDocumentLoaderListener
public void setSVGDocument(org.w3c.dom.svg.SVGDocument svgDocument, java.lang.String svgDocumentURL, java.lang.String svgDocumentTitle)
public void documentLoadingCancelled(SVGDocumentLoaderEvent e)
documentLoadingCancelled
in interface SVGDocumentLoaderListener
public void documentLoadingFailed(SVGDocumentLoaderEvent e)
documentLoadingFailed
in interface SVGDocumentLoaderListener
public void gvtBuildStarted(GVTTreeBuilderEvent e)
gvtBuildStarted
in interface GVTTreeBuilderListener
public void gvtBuildCompleted(GVTTreeBuilderEvent e)
gvtBuildCompleted
in interface GVTTreeBuilderListener
public void gvtBuildCancelled(GVTTreeBuilderEvent e)
gvtBuildCancelled
in interface GVTTreeBuilderListener
public void gvtBuildFailed(GVTTreeBuilderEvent e)
gvtBuildFailed
in interface GVTTreeBuilderListener
public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchStarted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCompleted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCancelled
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchFailed
in interface SVGLoadEventDispatcherListener
public void gvtRenderingPrepare(GVTTreeRendererEvent e)
gvtRenderingPrepare
in interface GVTTreeRendererListener
public void gvtRenderingStarted(GVTTreeRendererEvent e)
gvtRenderingStarted
in interface GVTTreeRendererListener
public void gvtRenderingCompleted(GVTTreeRendererEvent e)
gvtRenderingCompleted
in interface GVTTreeRendererListener
public void gvtRenderingCancelled(GVTTreeRendererEvent e)
gvtRenderingCancelled
in interface GVTTreeRendererListener
public void gvtRenderingFailed(GVTTreeRendererEvent e)
gvtRenderingFailed
in interface GVTTreeRendererListener
public void linkActivated(LinkActivationEvent e)
linkActivated
in interface LinkActivationListener
public void managerStarted(UpdateManagerEvent e)
managerStarted
in interface UpdateManagerListener
public void managerSuspended(UpdateManagerEvent e)
managerSuspended
in interface UpdateManagerListener
public void managerResumed(UpdateManagerEvent e)
managerResumed
in interface UpdateManagerListener
public void managerStopped(UpdateManagerEvent e)
managerStopped
in interface UpdateManagerListener
public void updateStarted(UpdateManagerEvent e)
updateStarted
in interface UpdateManagerListener
public void updateCompleted(UpdateManagerEvent e)
updateCompleted
in interface UpdateManagerListener
public void updateFailed(UpdateManagerEvent e)
updateFailed
in interface UpdateManagerListener
Copyright © 2022 Apache Software Foundation. All Rights Reserved.