Class StyleLabel
java.lang.Object
com.independentsoft.office.diagrams.StyleLabel
The Class StyleLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the scene3 d.Gets the shape3 d.getStyle()Gets the style.Gets the text properties.voidSets the name.voidsetScene3D(Scene3D scene3d)Sets the scene3 d.voidsetShape3D(Shape3D shape3d)Sets the shape3 d.voidsetStyle(ShapeStyle style)Sets the style.toString()
-
Constructor Details
-
StyleLabel
public StyleLabel()Instantiates a new style label.
-
-
Method Details
-
clone
-
toString
-
getScene3D
Gets the scene3 d.- Returns:
- the scene3 d
-
setScene3D
Sets the scene3 d.- Parameters:
scene3d- the new scene3 d
-
getShape3D
Gets the shape3 d.- Returns:
- the shape3 d
-
setShape3D
Sets the shape3 d.- Parameters:
shape3d- the new shape3 d
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-