public class MarkerImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Marker
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 |
---|---|
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) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetOutline(LineAttributes newOutline,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Marker |
copyInstance()
A convenient method to get an instance copy.
|
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) |
static Marker |
createDefault(MarkerType markerType,
int size,
boolean visible) |
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() |
LineAttributes |
getOutline() |
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 |
setOutline(LineAttributes newOutline) |
void |
setSize(int newSize) |
void |
setType(MarkerType newType) |
void |
setVisible(boolean newVisible) |
java.lang.String |
toString() |
void |
unsetSize() |
void |
unsetType() |
void |
unsetVisible() |
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, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
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 LineAttributes getOutline()
getOutline
in interface Marker
Marker.setOutline(LineAttributes)
,
AttributePackage.getMarker_Outline()
public org.eclipse.emf.common.notify.NotificationChain basicSetOutline(LineAttributes newOutline, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setOutline(LineAttributes newOutline)
setOutline
in interface Marker
newOutline
- the new value of the 'Outline' containment reference.Marker.getOutline()
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 createDefault(MarkerType markerType, int size, boolean visible)
public static final Marker copyInstanceNoFill(Marker src)
src
- public static final void setFillSimple(Marker marker, Fill fill)
marker
- fill
- public Marker copyInstance()
copyInstance
in interface Marker
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.