|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kiml.klayoutdata.impl.KInsetsImpl
public class KInsetsImpl
An implementation of the model object 'KInsets'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected float |
bottom
The cached value of the ' Bottom ' attribute. |
protected static float |
BOTTOM_EDEFAULT
The default value of the ' Bottom ' attribute. |
protected float |
left
The cached value of the ' Left ' attribute. |
protected static float |
LEFT_EDEFAULT
The default value of the ' Left ' attribute. |
protected float |
right
The cached value of the ' Right ' attribute. |
protected static float |
RIGHT_EDEFAULT
The default value of the ' Right ' attribute. |
protected float |
top
The cached value of the ' Top ' attribute. |
protected static float |
TOP_EDEFAULT
The default value of the ' Top ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
KInsetsImpl()
|
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)
|
float |
getBottom()
|
float |
getLeft()
|
float |
getRight()
|
float |
getTop()
|
void |
setBottom(float newBottom)
|
void |
setLeft(float newLeft)
|
void |
setRight(float newRight)
|
void |
setTop(float newTop)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final float TOP_EDEFAULT
Top
' attribute.
getTop()
,
Constant Field Valuesprotected float top
Top
' attribute.
getTop()
protected static final float BOTTOM_EDEFAULT
Bottom
' attribute.
getBottom()
,
Constant Field Valuesprotected float bottom
Bottom
' attribute.
getBottom()
protected static final float LEFT_EDEFAULT
Left
' attribute.
getLeft()
,
Constant Field Valuesprotected float left
Left
' attribute.
getLeft()
protected static final float RIGHT_EDEFAULT
Right
' attribute.
getRight()
,
Constant Field Valuesprotected float right
Right
' attribute.
getRight()
Constructor Detail |
---|
protected KInsetsImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public float getTop()
getTop
in interface KInsets
KInsets.setTop(float)
,
KLayoutDataPackage.getKInsets_Top()
public void setTop(float newTop)
setTop
in interface KInsets
newTop
- the new value of the 'Top' attribute.KInsets.getTop()
public float getBottom()
getBottom
in interface KInsets
KInsets.setBottom(float)
,
KLayoutDataPackage.getKInsets_Bottom()
public void setBottom(float newBottom)
setBottom
in interface KInsets
newBottom
- the new value of the 'Bottom' attribute.KInsets.getBottom()
public float getLeft()
getLeft
in interface KInsets
KInsets.setLeft(float)
,
KLayoutDataPackage.getKInsets_Left()
public void setLeft(float newLeft)
setLeft
in interface KInsets
newLeft
- the new value of the 'Left' attribute.KInsets.getLeft()
public float getRight()
getRight
in interface KInsets
KInsets.setRight(float)
,
KLayoutDataPackage.getKInsets_Right()
public void setRight(float newRight)
setRight
in interface KInsets
newRight
- the new value of the 'Right' attribute.KInsets.getRight()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |