Class GroupShape
java.lang.Object
com.independentsoft.office.charts.drawing.GroupShape
- All Implemented Interfaces:
IAnchorElement,IGroupElement
The Class GroupShape.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the description.Gets the elements.getID()Gets the id.Gets the locking.getName()Gets the name.Gets the shape properties.booleanisHidden()Checks if is hidden.voidsetDescription(String description)Sets the description.voidsetHidden(boolean isHidden)Sets the hidden.voidSets the id.voidsetLocking(GroupShapeLocking locking)Sets the locking.voidSets the name.toString()
-
Constructor Details
-
GroupShape
public GroupShape()Instantiates a new group shape.
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIAnchorElement- Specified by:
clonein interfaceIGroupElement- Overrides:
clonein classObject
-
toString
-
getShapeProperties
Gets the shape properties.- Returns:
- the shape properties
-
getElements
Gets the elements.- Returns:
- the elements
-
getLocking
Gets the locking.- Returns:
- the locking
-
setLocking
Sets the locking.- Parameters:
locking- the new locking
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
isHidden
public boolean isHidden()Checks if is hidden.- Returns:
- true, if is hidden
-
setHidden
public void setHidden(boolean isHidden)Sets the hidden.- Parameters:
isHidden- the new hidden
-