Class Domain
java.lang.Object
com.independentsoft.office.odf.charts.Domain
- All Implemented Interfaces:
IContentElement
Represents a coordinate values required by particular chart types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the x and y-coordinate values for bubble charts.Returns all content elements.Returns the parent content element.voidsetCellRange(String cellRange)Sets the x and y-coordinate values for bubble charts.voidsetParent(IContentElement parent)Sets the parent content element.toString()Converts the value of the current Domain object to its equivalent string representation.
-
Constructor Details
-
Domain
public Domain()Initializes a new instance of the Domain 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 Domain object to its equivalent string representation. -
getCellRange
Gets the x and y-coordinate values for bubble charts.- Returns:
- the cell range
-
setCellRange
Sets the x and y-coordinate values for bubble charts.- Parameters:
cellRange- the new cell range
-