Schnittstelle ISimple2DVisualizationPathPoint
- Alle Superschnittstellen:
IALPSModelElement
,IPASSProcessModelElement
,ISimple2DVisualizationPoint
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Implementierungsklassen:
Simple2DVisualizationPathPoint
An interface to define paths (consisting of points) for a simple visual representation of model elements
A path is a double linked list of path points
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Sets the next path point in this chainvoid
Sets the previous path point in this chainVon Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IPASSProcessModelElement
addComment, addElementWithUnspecifiedRelation, addModelComponentLabel, clearComments, clearModelComponentLabels, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, getComments, getElementsWithUnspecifiedRelation, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getUriModelComponentID, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, setElementsWithUnspecifiedRelation, setModelComponentID, setModelComponentLabels
Von Schnittstelle geerbte Methoden alps.java.api.ALPS.ALPSModelElements.ISimple2DVisualizationPoint
getRelative2DPosX, getRelative2DPosY, setRelative2DPosX, setRelative2DPosY
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedObserver
notifyModelComponentIDChanged, updateAdded, updateRemoved, updateRemoved
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedPublisher
register, unregister, unregister
-
Methodendetails
-
setNextPathPoint
Sets the next path point in this chain- Parameter:
point
- the new next point
-
setPreviousPathPoint
Sets the previous path point in this chain- Parameter:
point
- the new previous point
-
getNextPathPoint
ISimple2DVisualizationPathPoint getNextPathPoint()- Gibt zurück:
- The next point in the path
-
getPreviousPathPoint
ISimple2DVisualizationPathPoint getPreviousPathPoint()- Gibt zurück:
- The previous point in the path
-