public class IncrementalLayoutListener extends Object implements GraphViewListener
| Constructor and Description |
|---|
IncrementalLayoutListener(IncrementalLayout layout,
Filter filter)
Construct a new listener that invokes the given incremental layout
whenever a graph event is received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
edgeDrawn(GraphViewEvent e)
A connector representing an edge was just drawn.
|
void |
edgeRouted(GraphViewEvent e)
The connector representing an edge was just routed.
|
Filter |
getFilter()
Return the filter for this listener.
|
IncrementalLayout |
getLayout()
Return the layout.
|
void |
nodeDrawn(GraphViewEvent e)
A figure representing a node was just drawn.
|
void |
nodeMoved(GraphViewEvent e)
The figure representing a node was moved.
|
public IncrementalLayoutListener(IncrementalLayout layout, Filter filter)
public void edgeDrawn(GraphViewEvent e)
GraphViewListeneredgeDrawn in interface GraphViewListenerpublic void edgeRouted(GraphViewEvent e)
GraphViewListeneredgeRouted in interface GraphViewListenerpublic Filter getFilter()
public IncrementalLayout getLayout()
public void nodeDrawn(GraphViewEvent e)
GraphViewListenernodeDrawn in interface GraphViewListenerpublic void nodeMoved(GraphViewEvent e)
GraphViewListenernodeMoved in interface GraphViewListenerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.