Interface BoxRelativeAnchor

All Superinterfaces:
AdvancedAnchor, Anchor, org.eclipse.emf.ecore.EObject, GraphicsAlgorithmContainer, org.eclipse.emf.common.notify.Notifier, PictogramElement, PropertyContainer
All Known Implementing Classes:
BoxRelativeAnchorImpl

public interface BoxRelativeAnchor extends AdvancedAnchor
A representation of the model object 'Box Relative Anchor'.

The following features are supported:

See Also:
  • Method Details

    • getRelativeWidth

      double getRelativeWidth()
      Returns the value of the 'Relative Width' attribute.

      If the meaning of the 'Relative Width' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Relative Width' attribute.
      See Also:
    • setRelativeWidth

      void setRelativeWidth(double value)
      Sets the value of the 'Relative Width' attribute.
      Parameters:
      value - the new value of the 'Relative Width' attribute.
      See Also:
    • getRelativeHeight

      double getRelativeHeight()
      Returns the value of the 'Relative Height' attribute.

      If the meaning of the 'Relative Height' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Relative Height' attribute.
      See Also:
    • setRelativeHeight

      void setRelativeHeight(double value)
      Sets the value of the 'Relative Height' attribute.
      Parameters:
      value - the new value of the 'Relative Height' attribute.
      See Also: