Class CustomColor
java.lang.Object
com.independentsoft.office.drawing.CustomColor
The Class CustomColor.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom color.CustomColor(InternalXMLStreamReader reader)Instantiates a new custom color. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.getName()Gets the name.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidSets the name.toString()
-
Constructor Details
-
CustomColor
public CustomColor()Instantiates a new custom color. -
CustomColor
Instantiates a new custom color.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-