Class ColorTransform
java.lang.Object
com.independentsoft.office.diagrams.ColorTransform
The Class ColorTransform.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the categories.Gets the descriptions.Gets the style labels.Gets the titles.Gets the unique id.voidsetUniqueID(String uniqueID)Sets the unique id.toString()
-
Constructor Details
-
ColorTransform
public ColorTransform()Instantiates a new color transform.
-
-
Method Details
-
clone
-
toString
-
getCategories
Gets the categories.- Returns:
- the categories
-
getStyleLabels
Gets the style labels.- Returns:
- the style labels
-
getDescriptions
Gets the descriptions.- Returns:
- the descriptions
-
getTitles
Gets the titles.- Returns:
- the titles
-
getUniqueID
Gets the unique id.- Returns:
- the unique id
-
setUniqueID
Sets the unique id.- Parameters:
uniqueID- the new unique id
-