public abstract class ColorantBase extends XmpComplexType
Represents XMP Colorant type.
Modifier and Type | Method and Description |
---|---|
int |
getColorType()
Gets color type.
|
int |
getMode()
Gets
ColorantColorMode . |
String |
getSwatchName()
Gets swatch name.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setColorType(int value)
Sets color type.
|
void |
setSwatchName(String value)
Sets swatch name.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final int getMode()
Gets ColorantColorMode
.
public final String getSwatchName()
Gets swatch name.
public final void setSwatchName(String value)
Sets swatch name.
value
- The name of the swatch.public final int getColorType()
Gets color type.
public final void setColorType(int value)
Sets color type.
value
- Color type.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpComplexType
string
contained XMP representation.Copyright © 2019. All rights reserved.