Schnittstelle ISimple2DVisualizationPoint
- Alle Superschnittstellen:
IALPSModelElement
,IPASSProcessModelElement
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Unterschnittstellen:
ISimple2DVisualizationPathPoint
- Alle bekannten Implementierungsklassen:
Simple2DVisualizationPathPoint
,Simple2DVisualizationPoint
An interface to define points for a simple visual representation of model elements
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdouble
Gets the relative x coordinate of the pointdouble
Gets the relative y coordinate of the pointvoid
setRelative2DPosX
(double posx) Sets the relative x coordinate of the pointvoid
setRelative2DPosY
(double posy) Sets the relative y coordinate of the pointVon 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.util.IValueChangedObserver
notifyModelComponentIDChanged, updateAdded, updateRemoved, updateRemoved
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedPublisher
register, unregister, unregister
-
Methodendetails
-
getRelative2DPosX
double getRelative2DPosX()Gets the relative x coordinate of the point- Gibt zurück:
- the relative x coordinate
-
getRelative2DPosY
double getRelative2DPosY()Gets the relative y coordinate of the point- Gibt zurück:
- the relative y coordinate
-
setRelative2DPosX
void setRelative2DPosX(double posx) Sets the relative x coordinate of the point- Parameter:
posx
- the relative x coordinate
-
setRelative2DPosY
void setRelative2DPosY(double posy) Sets the relative y coordinate of the point- Parameter:
posy
- the relative y coordinate
-