Class Point
java.lang.Object
com.independentsoft.office.diagrams.Point
The Class Point.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the connection id.Gets the diagram shape properties.Gets the model id.Gets the property set.Gets the text body.getType()Gets the type.voidsetConnectionID(String connectionID)Sets the connection id.voidsetDiagramShapeProperties(DiagramShapeProperties shapeProperties)Sets the diagram shape properties.voidsetModelID(String modelID)Sets the model id.voidsetPropertySet(PropertySet propertySet)Sets the property set.voidsetTextBody(TextBody textBody)Sets the text body.voidSets the type.toString()
-
Constructor Details
-
Point
public Point()Instantiates a new point.
-
-
Method Details
-
clone
-
toString
-
getPropertySet
Gets the property set.- Returns:
- the property set
-
setPropertySet
Sets the property set.- Parameters:
propertySet- the new property set
-
getDiagramShapeProperties
Gets the diagram shape properties.- Returns:
- the diagram shape properties
-
setDiagramShapeProperties
Sets the diagram shape properties.- Parameters:
shapeProperties- the new diagram shape properties
-
getTextBody
Gets the text body.- Returns:
- the text body
-
setTextBody
Sets the text body.- Parameters:
textBody- the new text body
-
getConnectionID
Gets the connection id.- Returns:
- the connection id
-
setConnectionID
Sets the connection id.- Parameters:
connectionID- the new connection id
-
getModelID
Gets the model id.- Returns:
- the model id
-
setModelID
Sets the model id.- Parameters:
modelID- the new model id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-