Class NonVisualProperties
java.lang.Object
com.independentsoft.office.charts.drawing.NonVisualProperties
The Class NonVisualProperties.
-
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the description.getID()Gets the id.getName()Gets the name.booleanisHidden()Checks if is hidden.voidsetDescription(String description)Sets the description.voidsetHidden(boolean isHidden)Sets the hidden.voidSets the id.voidSets the name.toString()
-
Method Details
-
clone
-
toString
-
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
-