Uses of Class
org.omg.spec.bpmn.model.Point
-
Packages that use Point Package Description org.omg.spec.bpmn.model -
-
Uses of Point in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type Point Modifier and Type Field Description protected List<Point>
Edge. waypoint
Methods in org.omg.spec.bpmn.model that return Point Modifier and Type Method Description Point
ObjectFactory. createPoint()
Create an instance ofPoint
Methods in org.omg.spec.bpmn.model that return types with arguments of type Point Modifier and Type Method Description javax.xml.bind.JAXBElement<Point>
ObjectFactory. createPoint(Point value)
List<Point>
Edge. getWaypoint()
Gets the value of the waypoint property.Methods in org.omg.spec.bpmn.model with parameters of type Point Modifier and Type Method Description javax.xml.bind.JAXBElement<Point>
ObjectFactory. createPoint(Point value)
-