public abstract class Edge extends DiagramElement implements Edge
DiagramElement.Extension
DiagramElement.Extension
Modifier and Type | Field and Description |
---|---|
protected List<Point> |
waypoint |
extension, id, sharedStyle, style
Constructor and Description |
---|
Edge() |
Modifier and Type | Method and Description |
---|---|
List<Point> |
getWaypoint()
Gets the value of the waypoint property.
|
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
public List<Point> getWaypoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the waypoint property.
For example, to add a new item, do as follows:
getWaypoint().add(newItem);
Objects of the following type(s) are allowed in the list
Point
getWaypoint
in interface Edge
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.