|
||||||||||
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.PointImpl
public class PointImpl
An implementation of the model object 'Point'.
The following features are implemented:
Field Summary | |
---|---|
protected int |
after
The cached value of the ' After ' attribute. |
protected static int |
AFTER_EDEFAULT
The default value of the ' After ' attribute. |
protected int |
before
The cached value of the ' Before ' attribute. |
protected static int |
BEFORE_EDEFAULT
The default value of the ' Before ' attribute. |
protected int |
x
The cached value of the ' X ' attribute. |
protected static int |
X_EDEFAULT
The default value of the ' X ' attribute. |
protected int |
y
The cached value of the ' Y ' attribute. |
protected static int |
Y_EDEFAULT
The default value of the ' Y ' attribute. |
Constructor Summary | |
---|---|
protected |
PointImpl()
|
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)
|
int |
getAfter()
|
int |
getBefore()
|
int |
getX()
|
int |
getY()
|
void |
setAfter(int newAfter)
|
void |
setBefore(int newBefore)
|
void |
setX(int newX)
|
void |
setY(int 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 int X_EDEFAULT
X
' attribute.
getX()
,
Constant Field Valuesprotected int x
X
' attribute.
getX()
protected static final int Y_EDEFAULT
Y
' attribute.
getY()
,
Constant Field Valuesprotected int y
Y
' attribute.
getY()
protected static final int BEFORE_EDEFAULT
Before
' attribute.
getBefore()
,
Constant Field Valuesprotected int before
Before
' attribute.
getBefore()
protected static final int AFTER_EDEFAULT
After
' attribute.
getAfter()
,
Constant Field Valuesprotected int after
After
' attribute.
getAfter()
Constructor Detail |
---|
protected PointImpl()
Method Detail |
---|
protected EClass eStaticClass()
public int getX()
getX
in interface Point
Point.setX(int)
,
StylesPackage.getPoint_X()
public void setX(int newX)
setX
in interface Point
newX
- the new value of the 'X' attribute.Point.getX()
public int getY()
getY
in interface Point
Point.setY(int)
,
StylesPackage.getPoint_Y()
public void setY(int newY)
setY
in interface Point
newY
- the new value of the 'Y' attribute.Point.getY()
public int getBefore()
getBefore
in interface Point
Point.setBefore(int)
,
StylesPackage.getPoint_Before()
public void setBefore(int newBefore)
setBefore
in interface Point
newBefore
- the new value of the 'Before' attribute.Point.getBefore()
public int getAfter()
getAfter
in interface Point
Point.setAfter(int)
,
StylesPackage.getPoint_After()
public void setAfter(int newAfter)
setAfter
in interface Point
newAfter
- the new value of the 'After' attribute.Point.getAfter()
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 |