Interface Cursor

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

    public interface Cursor
    extends IChartObject
    A representation of the model object 'Cursor'. This type represents a mouse cursor being displayed in chart. When mouse is moving over the hotspot area, the mouse cursor will become the specified cursor.

    The following features are supported:

    See Also:
    AttributePackage.getCursor()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Cursor copyInstance()  
      org.eclipse.emf.common.util.EList<Image> getImage()
      Returns the value of the 'Image' containment reference list.
      CursorType getType()
      Returns the value of the 'Type' attribute.
      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      void setType​(CursorType value)
      Sets the value of the 'Type' attribute.
      void unsetType()
      Unsets the value of the 'Type' 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