org.camunda.bpm.engine.repository
Class DiagramEdgeWaypoint
java.lang.Object
org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
- All Implemented Interfaces:
- Serializable
public class DiagramEdgeWaypoint
- extends Object
- implements Serializable
Stores the position of a waypoint of a diagram edge.
- Author:
- Falko Menge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiagramEdgeWaypoint
public DiagramEdgeWaypoint()
getX
public Double getX()
setX
public void setX(Double x)
getY
public Double getY()
setY
public void setY(Double y)
Copyright © 2017 camunda services GmbH. All rights reserved.