Class ChartImpl

java.lang.Object
io.keikai.api.model.impl.ChartImpl
All Implemented Interfaces:
Chart, Serializable

public class ChartImpl extends Object implements Chart, Serializable
Since:
3.0.0
Author:
dennis
See Also:
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getNative

      public SChart getNative()
    • getId

      public String getId()
      Specified by:
      getId in interface Chart
    • getAnchor

      public SheetAnchor getAnchor()
      Specified by:
      getAnchor in interface Chart
    • setDataRange

      public void setDataRange(Range range)
      Description copied from interface: Chart
      change the data range and rerender
      Specified by:
      setDataRange in interface Chart
    • getName

      public String getName()
      Description copied from interface: Chart
      Returns the name.
      Specified by:
      getName in interface Chart
      Returns:
      name
    • setName

      public void setName(String name)
      Description copied from interface: Chart
      Sets the name.
      Specified by:
      setName in interface Chart