|
|||||||||||
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
An implementation of the model object ' Insets'.
The following features are implemented:
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes inherited from class 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)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
double |
getBottom()
|
double |
getLeft()
|
double |
getRight()
|
double |
getTop()
|
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 |
equals, 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, 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 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
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
public java.lang.String toString()
public void set(double dTop, double dLeft, double dBottom, double dRight)
set
in interface Insets
dTop
- 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 Insets
dScale
-
public 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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |