Interface Insets

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

public interface Insets extends IChartObject
A representation of the model object 'Insets'. Insets represents a reserved blank area between the edges and the client area of a chart element (e.g. Block, Label... etc.).

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    areLessThan(double dValue)
    A convenience method provdided to detect if all members are below a certain value NOTE: Manually written
     
    double
    Returns the value of the 'Bottom' attribute.
    double
    Returns the value of the 'Left' attribute.
    double
    Returns the value of the 'Right' attribute.
    double
    Returns the value of the 'Top' attribute.
    boolean
    Returns whether the value of the ' Bottom' attribute is set.
    boolean
    Returns whether the value of the 'Left' attribute is set.
    boolean
    Returns whether the value of the 'Right' attribute is set.
    boolean
    Returns whether the value of the 'Top' attribute is set.
    scaledInstance(double dScale)
    Returns a new instance with scaled members w.r.t this instance.
    void
    set(double dTop, double dLeft, double dBottom, double dRight)
    A convenience method for setting all members of an existing instance NOTE: Manually written
    void
    setBottom(double value)
    Sets the value of the 'Bottom' attribute.
    void
    setLeft(double value)
    Sets the value of the 'Left' attribute.
    void
    setRight(double value)
    Sets the value of the 'Right' attribute.
    void
    setTop(double value)
    Sets the value of the 'Top' attribute.
    void
    Unsets the value of the 'Bottom' attribute.
    void
    Unsets the value of the 'Left' attribute.
    void
    Unsets the value of the 'Right' attribute.
    void
    Unsets the value of the 'Top' 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