org.eclipse.graphiti.mm.algorithms.styles
Interface PrecisionPoint

All Known Implementing Classes:
PrecisionPointImpl

public interface PrecisionPoint

A representation of the model object ' Precision Point'.

Since:
0.9

The following features are supported:

See Also:
StylesPackage.getPrecisionPoint()

Method Summary
 double getX()
          Returns the value of the 'X' attribute.
 double getY()
          Returns the value of the 'Y' attribute.
 void setX(double value)
          Sets the value of the 'X' attribute.
 void setY(double value)
          Sets the value of the 'Y' attribute.
 

Method Detail

getX

double getX()
Returns the value of the 'X' attribute.

If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'X' attribute.
See Also:
setX(double), StylesPackage.getPrecisionPoint_X()

setX

void setX(double value)
Sets the value of the 'X' attribute.

Parameters:
value - the new value of the 'X' attribute.
See Also:
getX()

getY

double getY()
Returns the value of the 'Y' attribute.

If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Y' attribute.
See Also:
setY(double), StylesPackage.getPrecisionPoint_Y()

setY

void setY(double value)
Sets the value of the 'Y' attribute.

Parameters:
value - the new value of the 'Y' attribute.
See Also:
getY()


Copyright (c) SAP AG 2005, 2012.