Class DataModel
java.lang.Object
com.independentsoft.office.diagrams.DataModel
The Class DataModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the background formatting.Gets the connections.Gets the points.getWhole()Gets the whole.voidsetBackgroundFormatting(BackgroundFormatting backgroundFormatting)Sets the background formatting.voidSets the whole.toString()toXml()To xml.
-
Constructor Details
-
DataModel
public DataModel()Instantiates a new data model.
-
-
Method Details
-
clone
-
toXml
To xml.- Returns:
- the string
-
toString
-
getBackgroundFormatting
Gets the background formatting.- Returns:
- the background formatting
-
setBackgroundFormatting
Sets the background formatting.- Parameters:
backgroundFormatting- the new background formatting
-
getConnections
Gets the connections.- Returns:
- the connections
-
getPoints
Gets the points.- Returns:
- the points
-
getWhole
Gets the whole.- Returns:
- the whole
-
setWhole
Sets the whole.- Parameters:
whole- the new whole
-