public class InsetsImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Insets
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| Modifier and Type | Method and Description |
|---|---|
boolean |
areLessThan(double dValue)
A convenience method provdided to detect if all members are below a certain value
NOTE: Manually written
|
Insets |
copyInstance()
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.
|
static Insets |
createDefault(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() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic 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.BasicEObjectImplpublic 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.BasicEObjectImplpublic void set(double dTop,
double dLeft,
double dBottom,
double dRight)
public static final Insets create(double dTop, double dLeft, double dBottom, double dRight)
dTop - dLeft - dBottom - dRight - public static final Insets createDefault(double dTop, double dLeft, double dBottom, double dRight)
dTop - dLeft - dBottom - dRight - public final Insets scaledInstance(double dScale)
InsetsscaledInstance in interface Insetspublic boolean areLessThan(double dValue)
InsetsareLessThan in interface Insetspublic Insets copyInstance()
copyInstance in interface InsetscopyInstance in interface IChartObjectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.