|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Marker in net.sourceforge.e4graph |
Methods in net.sourceforge.e4graph that return Marker | |
Marker |
Storage.getMarker(java.lang.String name)
Returns the marker with the specified name if it exists, otherwise returns null. |
Marker |
Storage.getMarker(long id)
Returns the marker with the specified unique ID if it exists, otherwise returns null. |
Methods in net.sourceforge.e4graph with parameters of type Marker | |
void |
Node.mark(Marker m)
Adds the marker m to the list of markers marking this node. |
void |
Node.unmark(Marker m)
Removes the marker m from the list of markers marking this node. |
void |
MarkerDeletionListener.markerToBeDeleted(Marker m)
Invoked when a marker is about to be deleted from the storage with which this listener is registered. |
void |
MarkerAdditionListener.markerAdded(Marker m)
Invoked when a marker is added to the storage with which this listener is registered. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |