Class Layout
java.lang.Object
com.independentsoft.office.diagrams.Layout
The Class Layout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the categories.Gets the color transform sample data.Gets the default style.Gets the descriptions.Gets the layout node.Gets the minimum version.Gets the resource id.Gets the sample data.Gets the style data.Gets the titles.Gets the unique id.voidsetColorTransformSampleData(ColorTransformSampleData colorTransformSampleData)Sets the color transform sample data.voidsetDefaultStyle(String defaultStyle)Sets the default style.voidsetLayoutNode(LayoutNode layoutNode)Sets the layout node.voidsetMinimumVersion(String minimumVersion)Sets the minimum version.voidsetResourceID(String resourceID)Sets the resource id.voidsetSampleData(SampleData sampleData)Sets the sample data.voidsetStyleData(StyleData styleData)Sets the style data.voidsetUniqueID(String uniqueID)Sets the unique id.toString()
-
Constructor Details
-
Layout
public Layout()Instantiates a new layout.
-
-
Method Details
-
clone
-
toString
-
getCategories
Gets the categories.- Returns:
- the categories
-
getDescriptions
Gets the descriptions.- Returns:
- the descriptions
-
getTitles
Gets the titles.- Returns:
- the titles
-
getSampleData
Gets the sample data.- Returns:
- the sample data
-
setSampleData
Sets the sample data.- Parameters:
sampleData- the new sample data
-
getColorTransformSampleData
Gets the color transform sample data.- Returns:
- the color transform sample data
-
setColorTransformSampleData
Sets the color transform sample data.- Parameters:
colorTransformSampleData- the new color transform sample data
-
getStyleData
Gets the style data.- Returns:
- the style data
-
setStyleData
Sets the style data.- Parameters:
styleData- the new style data
-
getLayoutNode
Gets the layout node.- Returns:
- the layout node
-
setLayoutNode
Sets the layout node.- Parameters:
layoutNode- the new layout node
-
getDefaultStyle
Gets the default style.- Returns:
- the default style
-
setDefaultStyle
Sets the default style.- Parameters:
defaultStyle- the new default style
-
getMinimumVersion
Gets the minimum version.- Returns:
- the minimum version
-
setMinimumVersion
Sets the minimum version.- Parameters:
minimumVersion- the new minimum version
-
getResourceID
Gets the resource id.- Returns:
- the resource id
-
setResourceID
Sets the resource id.- Parameters:
resourceID- the new resource id
-
getUniqueID
Gets the unique id.- Returns:
- the unique id
-
setUniqueID
Sets the unique id.- Parameters:
uniqueID- the new unique id
-