Class DataPoint

java.lang.Object
com.independentsoft.office.odf.charts.DataPoint
All Implemented Interfaces:
IContentElement

public class DataPoint extends Object implements IContentElement
The Class DataPoint.
  • Constructor Details

    • DataPoint

      public DataPoint()
      Initializes a new instance of the DataPoint class.
  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Returns all content elements.
      Specified by:
      getContentElements in interface IContentElement
      Returns:
      A collection of content elements.
    • getParent

      public IContentElement getParent()
      Returns the parent content element.
      Specified by:
      getParent in interface IContentElement
      Returns:
      the parent
    • setParent

      public void setParent(IContentElement parent)
      Sets the parent content element.
      Specified by:
      setParent in interface IContentElement
      Parameters:
      parent - the new parent
    • clone

      public DataPoint clone()
      Creates a new object that is a deep copy of the current instance.
      Specified by:
      clone in interface IContentElement
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current DataPoint object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getRepeated

      public int getRepeated()
      Specifies that more than one consecutive data-point has the same style.
      Returns:
      the repeated
    • setRepeated

      public void setRepeated(int repeated)
      Specifies that more than one consecutive data-point has the same style.
      Parameters:
      repeated - the new repeated
    • getStyle

      public String getStyle()
      Gets name that reference style mechanisms.
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Sets name that reference style mechanisms.
      Parameters:
      style - the new style