Interface LineAttributes

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

public interface LineAttributes extends IChartObject
A representation of the model object 'Line Attributes'. LineAttributes represents a holder of all settings for rendering a line in the chart graphic.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the value of the 'Color' containment reference.
    Returns the value of the 'Style' attribute.
    int
    Returns the value of the 'Thickness' attribute.
    boolean
    Returns whether the value of the ' Style' attribute is set.
    boolean
    Returns whether the value of the 'Thickness' attribute is set.
    boolean
    Returns whether the value of the ' Visible' attribute is set.
    boolean
    Returns the value of the 'Visible' attribute.
    void
    Sets the value of the 'Color' containment reference.
    void
    Sets the value of the 'Style' attribute.
    void
    setThickness(int value)
    Sets the value of the ' Thickness' attribute.
    void
    setVisible(boolean value)
    Sets the value of the 'Visible' attribute.
    void
    Unsets the value of the 'Style' attribute.
    void
    Unsets the value of the ' Thickness' 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