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| 限定符和类型 | 方法和说明 |
|---|---|
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, eVirtualUnsetpublic MarkerType getType()
getType 在接口中 MarkerMarkerType,
Marker.isSetType(),
Marker.unsetType(),
Marker.setType(MarkerType),
AttributePackage.getMarker_Type()public void setType(MarkerType newType)
setType 在接口中 MarkernewType - the new value of the 'Type' attribute.MarkerType,
Marker.isSetType(),
Marker.unsetType(),
Marker.getType()public void unsetType()
unsetType 在接口中 MarkerMarker.isSetType(),
Marker.getType(),
Marker.setType(MarkerType)public boolean isSetType()
isSetType 在接口中 MarkerMarker.unsetType(),
Marker.getType(),
Marker.setType(MarkerType)public int getSize()
getSize 在接口中 MarkerMarker.isSetSize(),
Marker.unsetSize(),
Marker.setSize(int),
AttributePackage.getMarker_Size()public void setSize(int newSize)
setSize 在接口中 MarkernewSize - the new value of the 'Size' attribute.Marker.isSetSize(),
Marker.unsetSize(),
Marker.getSize()public void unsetSize()
unsetSize 在接口中 MarkerMarker.isSetSize(),
Marker.getSize(),
Marker.setSize(int)public boolean isSetSize()
isSetSize 在接口中 MarkerMarker.unsetSize(),
Marker.getSize(),
Marker.setSize(int)public boolean isVisible()
isVisible 在接口中 MarkerMarker.isSetVisible(),
Marker.unsetVisible(),
Marker.setVisible(boolean),
AttributePackage.getMarker_Visible()public void setVisible(boolean newVisible)
setVisible 在接口中 MarkernewVisible - the new value of the 'Visible' attribute.Marker.isSetVisible(),
Marker.unsetVisible(),
Marker.isVisible()public void unsetVisible()
unsetVisible 在接口中 MarkerMarker.isSetVisible(),
Marker.isVisible(),
Marker.setVisible(boolean)public boolean isSetVisible()
isSetVisible 在接口中 MarkerMarker.unsetVisible(),
Marker.isVisible(),
Marker.setVisible(boolean)public Fill getFill()
getFill 在接口中 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 在接口中 MarkernewFill - the new value of the 'Fill' containment reference.Marker.getFill()public Palette getIconPalette()
getIconPalette 在接口中 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 在接口中 MarkernewIconPalette - the new value of the 'Icon Palette' containment
reference.Marker.getIconPalette()public LineAttributes getOutline()
getOutline 在接口中 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 在接口中 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 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet 在接口中 org.eclipse.emf.ecore.InternalEObjecteGet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset 在接口中 org.eclipse.emf.ecore.InternalEObjecteUnset 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteIsSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString 在类中 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 在接口中 MarkercopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.