|
||||||||||
| 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
org.eclipse.birt.chart.model.attribute.impl.InsetsImpl
public class InsetsImpl
An implementation of the model object ' Insets'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
ELAST_EOBJECT_FLAG |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
|---|---|
boolean |
areLessThan(double dValue)
A convenience method provdided to detect if all members are below a certain value NOTE: Manually written |
static Insets |
copyInstance(Insets src)
A convenient method to get an instance copy. |
static Insets |
create(double dTop,
double dLeft,
double dBottom,
double dRight)
A convenient method for creating an instance and initializing member variables. |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
boolean |
equals(java.lang.Object obj)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
double |
getBottom()
|
double |
getLeft()
|
double |
getRight()
|
double |
getTop()
|
int |
hashCode()
|
boolean |
isSetBottom()
|
boolean |
isSetLeft()
|
boolean |
isSetRight()
|
boolean |
isSetTop()
|
static Insets |
max(Insets ins1,
Insets ins2)
|
static Insets |
min(Insets ins1,
Insets ins2)
|
Insets |
scaledInstance(double dScale)
Returns a new instance with scaled members w.r.t this instance. |
void |
set(double dTop,
double dLeft,
double dBottom,
double dRight)
A convenient method for initializing member variables. |
void |
setBottom(double newBottom)
|
void |
setLeft(double newLeft)
|
void |
setRight(double newRight)
|
void |
setTop(double newTop)
|
java.lang.String |
toString()
|
void |
unsetBottom()
|
void |
unsetLeft()
|
void |
unsetRight()
|
void |
unsetTop()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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 |
| Method Detail |
|---|
public double getTop()
getTop in interface InsetsInsets.isSetTop(),
Insets.unsetTop(),
Insets.setTop(double),
AttributePackage.getInsets_Top()public void setTop(double newTop)
setTop in interface InsetsnewTop - the new value of the 'Top' attribute.Insets.isSetTop(),
Insets.unsetTop(),
Insets.getTop()public void unsetTop()
unsetTop in interface InsetsInsets.isSetTop(),
Insets.getTop(),
Insets.setTop(double)public boolean isSetTop()
isSetTop in interface InsetsInsets.unsetTop(),
Insets.getTop(),
Insets.setTop(double)public double getLeft()
getLeft in interface InsetsInsets.isSetLeft(),
Insets.unsetLeft(),
Insets.setLeft(double),
AttributePackage.getInsets_Left()public void setLeft(double newLeft)
setLeft in interface InsetsnewLeft - the new value of the 'Left' attribute.Insets.isSetLeft(),
Insets.unsetLeft(),
Insets.getLeft()public void unsetLeft()
unsetLeft in interface InsetsInsets.isSetLeft(),
Insets.getLeft(),
Insets.setLeft(double)public boolean isSetLeft()
isSetLeft in interface InsetsInsets.unsetLeft(),
Insets.getLeft(),
Insets.setLeft(double)public double getBottom()
getBottom in interface InsetsInsets.isSetBottom(),
Insets.unsetBottom(),
Insets.setBottom(double),
AttributePackage.getInsets_Bottom()public void setBottom(double newBottom)
setBottom in interface InsetsnewBottom - the new value of the 'Bottom' attribute.Insets.isSetBottom(),
Insets.unsetBottom(),
Insets.getBottom()public void unsetBottom()
unsetBottom in interface InsetsInsets.isSetBottom(),
Insets.getBottom(),
Insets.setBottom(double)public boolean isSetBottom()
isSetBottom in interface InsetsInsets.unsetBottom(),
Insets.getBottom(),
Insets.setBottom(double)public double getRight()
getRight in interface InsetsInsets.isSetRight(),
Insets.unsetRight(),
Insets.setRight(double),
AttributePackage.getInsets_Right()public void setRight(double newRight)
setRight in interface InsetsnewRight - the new value of the 'Right' attribute.Insets.isSetRight(),
Insets.unsetRight(),
Insets.getRight()public void unsetRight()
unsetRight in interface InsetsInsets.isSetRight(),
Insets.getRight(),
Insets.setRight(double)public boolean isSetRight()
isSetRight in interface InsetsInsets.unsetRight(),
Insets.getRight(),
Insets.setRight(double)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void set(double dTop,
double dLeft,
double dBottom,
double dRight)
set in interface InsetsdTop - dLeft - dBottom - dRight -
public static final Insets create(double dTop,
double dLeft,
double dBottom,
double dRight)
dTop - dLeft - dBottom - dRight -
public final Insets scaledInstance(double dScale)
Insets
scaledInstance in interface Insetspublic boolean areLessThan(double dValue)
Insets
areLessThan in interface Insets
public static final Insets max(Insets ins1,
Insets ins2)
ins1 - ins2 -
public static final Insets min(Insets ins1,
Insets ins2)
ins1 - ins2 -
public static Insets copyInstance(Insets src)
src -
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||