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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| 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, 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, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic MarkerType getType()
getType in interface MarkerMarkerType,
Marker.isSetType(),
Marker.unsetType(),
Marker.setType(MarkerType),
AttributePackage.getMarker_Type()public void setType(MarkerType newType)
setType in interface MarkernewType - the new value of the 'Type' attribute.MarkerType,
Marker.isSetType(),
Marker.unsetType(),
Marker.getType()public void unsetType()
unsetType in interface MarkerMarker.isSetType(),
Marker.getType(),
Marker.setType(MarkerType)public boolean isSetType()
isSetType in interface MarkerMarker.unsetType(),
Marker.getType(),
Marker.setType(MarkerType)public int getSize()
getSize in interface MarkerMarker.isSetSize(),
Marker.unsetSize(),
Marker.setSize(int),
AttributePackage.getMarker_Size()public void setSize(int newSize)
setSize in interface MarkernewSize - the new value of the 'Size' attribute.Marker.isSetSize(),
Marker.unsetSize(),
Marker.getSize()public void unsetSize()
unsetSize in interface MarkerMarker.isSetSize(),
Marker.getSize(),
Marker.setSize(int)public boolean isSetSize()
isSetSize in interface MarkerMarker.unsetSize(),
Marker.getSize(),
Marker.setSize(int)public boolean isVisible()
isVisible in interface MarkerMarker.isSetVisible(),
Marker.unsetVisible(),
Marker.setVisible(boolean),
AttributePackage.getMarker_Visible()public void setVisible(boolean newVisible)
setVisible in interface MarkernewVisible - the new value of the 'Visible' attribute.Marker.isSetVisible(),
Marker.unsetVisible(),
Marker.isVisible()public void unsetVisible()
unsetVisible in interface MarkerMarker.isSetVisible(),
Marker.isVisible(),
Marker.setVisible(boolean)public boolean isSetVisible()
isSetVisible in interface MarkerMarker.unsetVisible(),
Marker.isVisible(),
Marker.setVisible(boolean)public Fill getFill()
getFill in interface MarkerMarker.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 MarkernewFill - the new value of the 'Fill' containment reference.Marker.getFill()public Palette getIconPalette()
getIconPalette in interface MarkerMarker.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 MarkernewIconPalette - the new value of the 'Icon Palette' containment
reference.Marker.getIconPalette()public LineAttributes getOutline()
getOutline in interface MarkerMarker.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 MarkernewOutline - 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.BasicEObjectImplpublic 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 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 MarkercopyInstance in interface IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.