Interface SinglePointShape

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IBmObject, LayerObject, org.eclipse.emf.common.notify.Notifier, PointShape
All Known Implementing Classes:
SinglePointShapeImpl

public interface SinglePointShape extends PointShape
A representation of the model object 'Single Point Shape'.

The following features are supported:

See Also:
  • Method Details

    • getX

      double getX()
      Returns the value of the 'X' attribute.
      Returns:
      the value of the 'X' attribute.
      See Also:
    • setX

      void setX(double value)
      Sets the value of the 'X' attribute.
      Parameters:
      value - the new value of the 'X' attribute.
      See Also:
    • getY

      double getY()
      Returns the value of the 'Y' attribute.
      Returns:
      the value of the 'Y' attribute.
      See Also:
    • setY

      void setY(double value)
      Sets the value of the 'Y' attribute.
      Parameters:
      value - the new value of the 'Y' attribute.
      See Also:
    • contains

      boolean contains(double x, double y)
    • getIntCoordinates

      org.eclipse.emf.common.util.EList<Integer> getIntCoordinates(double xShift, double yShift, double mult)