java.lang.Object
com.independentsoft.office.charts.drawing.Anchor
Direct Known Subclasses:
AbsoluteSizeAnchor, RelativeSizeAnchor

public abstract class Anchor extends Object
The Class Anchor.
  • Constructor Details

    • Anchor

      public Anchor()
  • Method Details

    • clone

      public abstract Anchor clone()
      Overrides:
      clone in class Object
    • getElement

      public IAnchorElement getElement()
      Gets the element.
      Returns:
      the element
    • setElement

      public void setElement(IAnchorElement element)
      Sets the element.
      Parameters:
      element - the new element
    • getStart

      public StartAnchorPoint getStart()
      Gets the start.
      Returns:
      the start
    • setStart

      public void setStart(StartAnchorPoint start)
      Sets the start.
      Parameters:
      start - the new start