Class SimLabelMousePlugin
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink>
net.simplace.client.sim.graphpanel.event.SimLabelMousePlugin
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin,MouseListener,EventListener
public class SimLabelMousePlugin
extends edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink>
implements MouseListener
- Author:
- Andreas Enders
-
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
edge, vertexFields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
cursor, down, modifiers -
Constructor Summary
ConstructorsConstructorDescriptioncreate an instance with default settingsSimLabelMousePlugin(int selectionModifiers) create an instance with overrides -
Method Summary
Modifier and TypeMethodDescriptionvoidFor primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.voidvoidvoidIf the mouse is over a picked vertex, drag all picked vertices with the mouse.voidIf the mouse is dragging a rectangle, pick the Vertices contained in that rectangle clean up settings from mousePressedMethods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
checkModifiers, getCursor, getModifiers, setCursor, setModifiers
-
Constructor Details
-
SimLabelMousePlugin
public SimLabelMousePlugin()create an instance with default settings -
SimLabelMousePlugin
public SimLabelMousePlugin(int selectionModifiers) create an instance with overrides- Parameters:
selectionModifiers- for primary selection
-
-
Method Details
-
mouseClicked
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer. If no Vertex or edge is under the pointer, unselect all picked Vertices and edges, and set up to draw a rectangle for multiple selection of contained Vertices. For additional selection (default Shift+MouseButton1): Add to the selection, a single Vertex or Edge that is under the mouse pointer. If a previously picked Vertex or Edge is under the pointer, it is un-picked. If no vertex or Edge is under the pointer, set up to draw a multiple selection rectangle (as above) but do not unpick previously picked elements.- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classedu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink> - Parameters:
e- the event
-
mouseReleased
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle clean up settings from mousePressed- Specified by:
mouseReleasedin interfaceMouseListener- Overrides:
mouseReleasedin classedu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink>
-
mousePressed
If the mouse is over a picked vertex, drag all picked vertices with the mouse. If the mouse is not over a Vertex, draw the rectangle to select multiple Vertices- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classedu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink>
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener- Overrides:
mouseEnteredin classedu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink> - See Also:
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener- Overrides:
mouseExitedin classedu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin<FWSimFieldContainer,SimFieldLink> - See Also:
-