Schnittstelle ISimple2DVisualizationPoint

Alle Superschnittstellen:
IALPSModelElement, IPASSProcessModelElement, IValueChangedObserver<IPASSProcessModelElement>, IValueChangedPublisher<IPASSProcessModelElement>
Alle bekannten Unterschnittstellen:
ISimple2DVisualizationPathPoint
Alle bekannten Implementierungsklassen:
Simple2DVisualizationPathPoint, Simple2DVisualizationPoint

public interface ISimple2DVisualizationPoint extends IALPSModelElement
An interface to define points for a simple visual representation of model elements
  • 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