public abstract class ColorantBase extends XmpComplexType
Represents XMP Colorant type.
Modifier and Type | Method and Description |
---|---|
int |
getColorType()
Gets or sets color type.
|
int |
getMode()
Gets
ColorantColorMode . |
String |
getSwatchName()
Gets or sets swatch name.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setColorType(int value)
Gets or sets color type.
|
void |
setSwatchName(String value)
Gets or sets swatch name.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final int getMode()
Gets ColorantColorMode
.
public final String getSwatchName()
Gets or sets swatch name.
Value: The name of the swatch.public final void setSwatchName(String value)
Gets or sets swatch name.
Value: The name of the swatch.public final int getColorType()
Gets or sets color type.
Value: Color type.public final void setColorType(int value)
Gets or 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 © 2017. All rights reserved.