Class GraphEditor.ElementAction.VertexAndAction
-
- All Implemented Interfaces:
public final class GraphEditor.ElementAction.VertexAndAction extends GraphEditor.ElementAction
-
-
Field Summary
Fields Modifier and Type Field Description private final Vertexvertexprivate final GraphEditor.VertexActionaction
-
Constructor Summary
Constructors Constructor Description GraphEditor.ElementAction.VertexAndAction(Vertex vertex, GraphEditor.VertexAction action)
-
Method Summary
Modifier and Type Method Description final VertexgetVertex()final GraphEditor.VertexActiongetAction()-
-
Constructor Detail
-
GraphEditor.ElementAction.VertexAndAction
GraphEditor.ElementAction.VertexAndAction(Vertex vertex, GraphEditor.VertexAction action)
-
-
Method Detail
-
getAction
final GraphEditor.VertexAction getAction()
-
-
-
-