Interface Marker

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MarkerImpl

public interface Marker extends IChartObject
A representation of the model object 'Marker'. Marker represents the value marker for a line or scatter series.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the value of the 'Fill' containment reference.
    Deprecated.
    Deprecated.
    Returns the value of the 'Outline' containment reference.
    int
    Returns the value of the 'Size' attribute.
    Returns the value of the 'Type' attribute.
    boolean
    Returns whether the value of the 'Size' attribute is set.
    boolean
    Returns whether the value of the 'Type' attribute is set.
    boolean
    Returns whether the value of the 'Visible' attribute is set.
    boolean
    Returns the value of the 'Visible' attribute.
    void
    setFill(Fill value)
    Sets the value of the 'Fill' containment reference.
    void
    Deprecated.
    Deprecated.
    void
    Sets the value of the 'Outline' containment reference.
    void
    setSize(int value)
    Sets the value of the 'Size' attribute.
    void
    Sets the value of the 'Type' attribute.
    void
    setVisible(boolean value)
    Sets the value of the 'Visible' attribute.
    void
    Unsets the value of the 'Size' attribute.
    void
    Unsets the value of the 'Type' attribute.
    void
    Unsets the value of the 'Visible' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver