org.camunda.bpm.engine.repository
Class DiagramEdgeWaypoint

java.lang.Object
  extended by 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

Constructor Summary
DiagramEdgeWaypoint()
           
 
Method Summary
 Double getX()
           
 Double getY()
           
 void setX(Double x)
           
 void setY(Double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagramEdgeWaypoint

public DiagramEdgeWaypoint()
Method Detail

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.