|
||||||||||
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.MarkerImpl
public class MarkerImpl
An implementation of the model object ' Marker'.
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 | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetIconPalette(Palette newIconPalette,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
static Marker |
copyInstanceNoFill(Marker src)
For accelerating graphic purpose make a fast copy of a Marker without iconPalette, which is obsolete, and the fill, which will be changed in many cases. |
static Marker |
create(MarkerType markerType,
int size)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
Fill |
getFill()
|
Palette |
getIconPalette()
|
int |
getSize()
|
MarkerType |
getType()
|
boolean |
isSetSize()
|
boolean |
isSetType()
|
boolean |
isSetVisible()
|
boolean |
isVisible()
|
void |
setFill(Fill newFill)
|
static void |
setFillSimple(Marker marker,
Fill fill)
To set the fill without EMF notifying for accelerating graphic purpose. |
void |
setIconPalette(Palette newIconPalette)
|
void |
setSize(int newSize)
|
void |
setType(MarkerType newType)
|
void |
setVisible(boolean newVisible)
|
java.lang.String |
toString()
|
void |
unsetSize()
|
void |
unsetType()
|
void |
unsetVisible()
|
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, 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 MarkerType getType()
getType
in interface Marker
MarkerType
,
Marker.isSetType()
,
Marker.unsetType()
,
Marker.setType(MarkerType)
,
AttributePackage.getMarker_Type()
public void setType(MarkerType newType)
setType
in interface Marker
newType
- the new value of the 'Type' attribute.MarkerType
,
Marker.isSetType()
,
Marker.unsetType()
,
Marker.getType()
public void unsetType()
unsetType
in interface Marker
Marker.isSetType()
,
Marker.getType()
,
Marker.setType(MarkerType)
public boolean isSetType()
isSetType
in interface Marker
Marker.unsetType()
,
Marker.getType()
,
Marker.setType(MarkerType)
public int getSize()
getSize
in interface Marker
Marker.isSetSize()
,
Marker.unsetSize()
,
Marker.setSize(int)
,
AttributePackage.getMarker_Size()
public void setSize(int newSize)
setSize
in interface Marker
newSize
- the new value of the 'Size' attribute.Marker.isSetSize()
,
Marker.unsetSize()
,
Marker.getSize()
public void unsetSize()
unsetSize
in interface Marker
Marker.isSetSize()
,
Marker.getSize()
,
Marker.setSize(int)
public boolean isSetSize()
isSetSize
in interface Marker
Marker.unsetSize()
,
Marker.getSize()
,
Marker.setSize(int)
public boolean isVisible()
isVisible
in interface Marker
Marker.isSetVisible()
,
Marker.unsetVisible()
,
Marker.setVisible(boolean)
,
AttributePackage.getMarker_Visible()
public void setVisible(boolean newVisible)
setVisible
in interface Marker
newVisible
- the new value of the 'Visible' attribute.Marker.isSetVisible()
,
Marker.unsetVisible()
,
Marker.isVisible()
public void unsetVisible()
unsetVisible
in interface Marker
Marker.isSetVisible()
,
Marker.isVisible()
,
Marker.setVisible(boolean)
public boolean isSetVisible()
isSetVisible
in interface Marker
Marker.unsetVisible()
,
Marker.isVisible()
,
Marker.setVisible(boolean)
public Fill getFill()
getFill
in interface Marker
Marker.setFill(Fill)
,
AttributePackage.getMarker_Fill()
public org.eclipse.emf.common.notify.NotificationChain basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFill(Fill newFill)
setFill
in interface Marker
newFill
- the new value of the 'Fill' containment reference.Marker.getFill()
public Palette getIconPalette()
getIconPalette
in interface Marker
Marker.setIconPalette(Palette)
,
AttributePackage.getMarker_IconPalette()
public org.eclipse.emf.common.notify.NotificationChain basicSetIconPalette(Palette newIconPalette, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setIconPalette(Palette newIconPalette)
setIconPalette
in interface Marker
newIconPalette
- the new value of the 'Icon Palette' containment
reference.Marker.getIconPalette()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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 static final Marker create(MarkerType markerType, int size)
public static final Marker copyInstanceNoFill(Marker src)
src
-
public static final void setFillSimple(Marker marker, Fill fill)
marker
- fill
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |