Class Event.VertexMoved
-
- All Implemented Interfaces:
public final class Event.VertexMoved extends Event
-
-
Field Summary
Fields Modifier and Type Field Description private final VertexIdvertexIdprivate final Point2DlayoutPosition
-
Constructor Summary
Constructors Constructor Description Event.VertexMoved(VertexId vertexId, Point2D layoutPosition)
-
Method Summary
Modifier and Type Method Description final VertexIdgetVertexId()final Point2DgetLayoutPosition()-
-
Constructor Detail
-
Event.VertexMoved
Event.VertexMoved(VertexId vertexId, Point2D layoutPosition)
-
-
Method Detail
-
getVertexId
final VertexId getVertexId()
-
getLayoutPosition
final Point2D getLayoutPosition()
-
-
-
-