|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins.VerticesPickingGraphMousePlugin<V,E>
public class VerticesPickingGraphMousePlugin<V,E>
Graph mouse plugin providing picking of vertices.
Field Summary | |
---|---|
protected E |
edge
the picked Edge, if any |
protected Color |
lensColor
color for the picking rectangle |
protected edu.uci.ics.jung.visualization.VisualizationServer.Paintable |
lensPaintable
the Paintable for the lens picking rectangle |
protected boolean |
locked
controls whether the Vertices may be moved with the mouse |
protected double |
offsetx
the x distance from the picked vertex center to the mouse point |
protected double |
offsety
the y distance from the picked vertex center to the mouse point |
protected Rectangle2D |
rect
used to draw a rectangle to contain picked vertices |
protected V |
vertex
the picked Vertex, if any |
Fields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin |
---|
cursor, down, modifiers |
Constructor Summary | |
---|---|
VerticesPickingGraphMousePlugin()
Create an instance with default settings. |
Method Summary | |
---|---|
Color |
getLensColor()
|
boolean |
isLocked()
|
void |
mouseClicked(MouseEvent e)
|
void |
mouseDragged(MouseEvent e)
If the mouse is over a picked vertex, drag all picked vertices with the mouse. |
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mouseMoved(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer. |
void |
mouseReleased(MouseEvent e)
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle clean up settings from mousePressed |
protected void |
pickContainedVertices(edu.uci.ics.jung.visualization.VisualizationViewer<V,E> vv,
Point2D down,
Point2D out,
boolean clear)
pick the vertices inside the rectangle created from points 'down' and 'out' |
void |
setLensColor(Color lensColor)
|
void |
setLocked(boolean locked)
|
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin |
---|
checkModifiers, getCursor, getModifiers, setCursor, setModifiers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected V vertex
protected E edge
protected double offsetx
protected double offsety
protected boolean locked
protected Rectangle2D rect
protected edu.uci.ics.jung.visualization.VisualizationServer.Paintable lensPaintable
protected Color lensColor
Constructor Detail |
---|
public VerticesPickingGraphMousePlugin()
Method Detail |
---|
public Color getLensColor()
public void setLensColor(Color lensColor)
lensColor
- The lensColor to set.public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
e
- the eventpublic void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
protected void pickContainedVertices(edu.uci.ics.jung.visualization.VisualizationViewer<V,E> vv, Point2D down, Point2D out, boolean clear)
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public boolean isLocked()
public void setLocked(boolean locked)
locked
- The locked to set.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |