public static class GraphLayoutPanelMouseListener.VertexEventPolicy
extends java.lang.Object
Constructor and Description |
---|
GraphLayoutPanelMouseListener.VertexEventPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
boolean |
shouldCheckEdgeDistance() |
boolean |
shouldCheckVertexDistance() |
java.lang.String |
toString() |
public GraphLayoutPanelMouseListener.VertexEventPolicy()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean shouldCheckVertexDistance()
public boolean shouldCheckEdgeDistance()
public void fireEvents(GraphLayoutPanelMouseListener gmpl, java.awt.event.MouseEvent me, VisEdge ve, double edgeDist, VisVertex vv, double vertexDistance)