|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.algorithms.styles.impl.PrecisionPointImpl
public class PrecisionPointImpl
An implementation of the model object 'Precision Point'.
The following features are implemented:
Field Summary | |
---|---|
protected double |
x
The cached value of the ' X ' attribute. |
protected static double |
X_EDEFAULT
The default value of the ' X ' attribute. |
protected double |
y
The cached value of the ' Y ' attribute. |
protected static double |
Y_EDEFAULT
The default value of the ' Y ' attribute. |
Constructor Summary | |
---|---|
protected |
PrecisionPointImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
double |
getX()
|
double |
getY()
|
void |
setX(double newX)
|
void |
setY(double newY)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final double X_EDEFAULT
X
' attribute.
getX()
,
Constant Field Valuesprotected double x
X
' attribute.
getX()
protected static final double Y_EDEFAULT
Y
' attribute.
getY()
,
Constant Field Valuesprotected double y
Y
' attribute.
getY()
Constructor Detail |
---|
protected PrecisionPointImpl()
Method Detail |
---|
protected EClass eStaticClass()
public double getX()
getX
in interface PrecisionPoint
PrecisionPoint.setX(double)
,
StylesPackage.getPrecisionPoint_X()
public void setX(double newX)
setX
in interface PrecisionPoint
newX
- the new value of the 'X' attribute.PrecisionPoint.getX()
public double getY()
getY
in interface PrecisionPoint
PrecisionPoint.setY(double)
,
StylesPackage.getPrecisionPoint_Y()
public void setY(double newY)
setY
in interface PrecisionPoint
newY
- the new value of the 'Y' attribute.PrecisionPoint.getY()
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |