Interface SinglePointShape

    • Method Detail

      • setX

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

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

        boolean contains​(double x,
                         double y)
      • getIntCoordinates

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