public class PixelColorant extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="PixelDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ColorantName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorantName |
protected Integer |
pixelDepth |
| Constructor and Description |
|---|
PixelColorant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorantName()
Gets the value of the colorantName property.
|
Integer |
getPixelDepth()
Gets the value of the pixelDepth property.
|
void |
setColorantName(String value)
Sets the value of the colorantName property.
|
void |
setPixelDepth(Integer value)
Sets the value of the pixelDepth property.
|
public Integer getPixelDepth()
Integerpublic void setPixelDepth(Integer value)
value - allowed object is
Integerpublic String getColorantName()
StringCopyright © 2013. All Rights Reserved.