Class Protection
java.lang.Object
com.independentsoft.office.charts.Protection
The Class Protection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is chart object.booleanisData()Checks if is data.booleanChecks if is formatting.booleanChecks if is selection.booleanChecks if is user interface.voidsetChartObject(boolean chartObject)Sets the chart object.voidsetData(boolean data)Sets the data.voidsetFormatting(boolean formatting)Sets the formatting.voidsetSelection(boolean selection)Sets the selection.voidsetUserInterface(boolean userInterface)Sets the user interface.toString()
-
Constructor Details
-
Protection
public Protection()Instantiates a new protection.
-
-
Method Details
-
clone
-
toString
-
isChartObject
public boolean isChartObject()Checks if is chart object.- Returns:
- true, if is chart object
-
setChartObject
public void setChartObject(boolean chartObject)Sets the chart object.- Parameters:
chartObject- the new chart object
-
isData
public boolean isData()Checks if is data.- Returns:
- true, if is data
-
setData
public void setData(boolean data)Sets the data.- Parameters:
data- the new data
-
isFormatting
public boolean isFormatting()Checks if is formatting.- Returns:
- true, if is formatting
-
setFormatting
public void setFormatting(boolean formatting)Sets the formatting.- Parameters:
formatting- the new formatting
-
isSelection
public boolean isSelection()Checks if is selection.- Returns:
- true, if is selection
-
setSelection
public void setSelection(boolean selection)Sets the selection.- Parameters:
selection- the new selection
-
isUserInterface
public boolean isUserInterface()Checks if is user interface.- Returns:
- true, if is user interface
-
setUserInterface
public void setUserInterface(boolean userInterface)Sets the user interface.- Parameters:
userInterface- the new user interface
-