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
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, eSetProxyURI
eAllContents, 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, eVirtualUnset
eNotificationRequired, eNotify
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public double getTop()
getTop
in interface Insets
Insets.isSetTop()
,
Insets.unsetTop()
,
Insets.setTop(double)
,
AttributePackage.getInsets_Top()
public void setTop(double newTop)
setTop
in interface Insets
newTop
- the new value of the 'Top' attribute.Insets.isSetTop()
,
Insets.unsetTop()
,
Insets.getTop()
public void unsetTop()
unsetTop
in interface Insets
Insets.isSetTop()
,
Insets.getTop()
,
Insets.setTop(double)
public boolean isSetTop()
isSetTop
in interface Insets
Insets.unsetTop()
,
Insets.getTop()
,
Insets.setTop(double)
public double getLeft()
getLeft
in interface Insets
Insets.isSetLeft()
,
Insets.unsetLeft()
,
Insets.setLeft(double)
,
AttributePackage.getInsets_Left()
public void setLeft(double newLeft)
setLeft
in interface Insets
newLeft
- the new value of the 'Left' attribute.Insets.isSetLeft()
,
Insets.unsetLeft()
,
Insets.getLeft()
public void unsetLeft()
unsetLeft
in interface Insets
Insets.isSetLeft()
,
Insets.getLeft()
,
Insets.setLeft(double)
public boolean isSetLeft()
isSetLeft
in interface Insets
Insets.unsetLeft()
,
Insets.getLeft()
,
Insets.setLeft(double)
public double getBottom()
getBottom
in interface Insets
Insets.isSetBottom()
,
Insets.unsetBottom()
,
Insets.setBottom(double)
,
AttributePackage.getInsets_Bottom()
public void setBottom(double newBottom)
setBottom
in interface Insets
newBottom
- the new value of the 'Bottom' attribute.Insets.isSetBottom()
,
Insets.unsetBottom()
,
Insets.getBottom()
public void unsetBottom()
unsetBottom
in interface Insets
Insets.isSetBottom()
,
Insets.getBottom()
,
Insets.setBottom(double)
public boolean isSetBottom()
isSetBottom
in interface Insets
Insets.unsetBottom()
,
Insets.getBottom()
,
Insets.setBottom(double)
public double getRight()
getRight
in interface Insets
Insets.isSetRight()
,
Insets.unsetRight()
,
Insets.setRight(double)
,
AttributePackage.getInsets_Right()
public void setRight(double newRight)
setRight
in interface Insets
newRight
- the new value of the 'Right' attribute.Insets.isSetRight()
,
Insets.unsetRight()
,
Insets.getRight()
public void unsetRight()
unsetRight
in interface Insets
Insets.isSetRight()
,
Insets.getRight()
,
Insets.setRight(double)
public boolean isSetRight()
isSetRight
in interface Insets
Insets.unsetRight()
,
Insets.getRight()
,
Insets.setRight(double)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public 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)
Insets
scaledInstance
in interface Insets
public boolean areLessThan(double dValue)
Insets
areLessThan
in interface Insets
public Insets copyInstance()
copyInstance
in interface Insets
copyInstance
in interface IChartObject
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2005-2008 Actuate Corp. All rights reserved.