Class DataModel

java.lang.Object
com.independentsoft.office.diagrams.DataModel

public class DataModel extends Object
The Class DataModel.
  • Constructor Details

    • DataModel

      public DataModel()
      Instantiates a new data model.
  • Method Details

    • clone

      public DataModel clone()
      Overrides:
      clone in class Object
    • toXml

      public String toXml()
      To xml.
      Returns:
      the string
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBackgroundFormatting

      public BackgroundFormatting getBackgroundFormatting()
      Gets the background formatting.
      Returns:
      the background formatting
    • setBackgroundFormatting

      public void setBackgroundFormatting(BackgroundFormatting backgroundFormatting)
      Sets the background formatting.
      Parameters:
      backgroundFormatting - the new background formatting
    • getConnections

      public List<Connection> getConnections()
      Gets the connections.
      Returns:
      the connections
    • getPoints

      public List<Point> getPoints()
      Gets the points.
      Returns:
      the points
    • getWhole

      public Whole getWhole()
      Gets the whole.
      Returns:
      the whole
    • setWhole

      public void setWhole(Whole whole)
      Sets the whole.
      Parameters:
      whole - the new whole