Class Wall
java.lang.Object
com.independentsoft.office.odf.charts.Wall
- All Implemented Interfaces:
IContentElement
Represents the wall of a chart. For two-dimensional charts, the wall spans the entire plot area. For three-dimensional charts, the wall consists of two perpendicular rectangles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Returns all content elements.Returns the parent content element.getStyle()Gets name that reference style mechanisms.getWidth()Gets the thickness of a wall for three-dimensional charts.voidsetParent(IContentElement parent)Sets the parent content element.voidSets name that reference style mechanisms.voidSets the thickness of a wall for three-dimensional charts.toString()Converts the value of the current Wall object to its equivalent string representation.
-
Constructor Details
-
Wall
public Wall()Initializes a new instance of the Wall class.
-
-
Method Details
-
getContentElements
Returns all content elements.- Specified by:
getContentElementsin interfaceIContentElement- Returns:
- A collection of content elements.
-
getParent
Returns the parent content element.- Specified by:
getParentin interfaceIContentElement- Returns:
- the parent
-
setParent
Sets the parent content element.- Specified by:
setParentin interfaceIContentElement- Parameters:
parent- the new parent
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIContentElement- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current Wall object to its equivalent string representation. -
getWidth
Gets the thickness of a wall for three-dimensional charts.- Returns:
- the width
-
setWidth
Sets the thickness of a wall for three-dimensional charts.- Parameters:
width- the new width
-
getStyle
Gets name that reference style mechanisms.- Returns:
- the style
-
setStyle
Sets name that reference style mechanisms.- Parameters:
style- the new style
-