org.apache.batik.apps.svgbrowser
public interface DOMViewerController
Method Summary | |
---|---|
boolean | canEdit()
Checks whether the DOMViewer should be allowed to edit the document.
|
ElementOverlayManager | createSelectionManager()
Creates the ElementSelectionManager to manage the selection overlay on
the canvas.
|
Document | getDocument()
Gets the document for the DOMViewer to show.
|
void | performUpdate(Runnable r)
Performs the document update.
|
void | removeSelectionOverlay(Overlay selectionOverlay)
Removes the given selection overlay from the canvas.
|
void | selectNode(Node node)
Selects the given node in the DOMViewer's document tree.
|
Returns: True for non static documents, when UpdateManager is available
Returns: ElementSelectionManager
Returns: the document
Parameters: r The runnable that contains the update
Parameters: selectionOverlay The given selection overlay
Parameters: node The node to select