public class ColorantZoneDetails
extends java.lang.Object
implements java.io.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="Colorant" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TrapColorScaling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StepLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
colorant |
protected java.lang.Double |
stepLimit |
protected java.lang.Double |
trapColorScaling |
| Constructor and Description |
|---|
ColorantZoneDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorant()
Gets the value of the colorant property.
|
java.lang.Double |
getStepLimit()
Gets the value of the stepLimit property.
|
java.lang.Double |
getTrapColorScaling()
Gets the value of the trapColorScaling property.
|
void |
setColorant(java.lang.String value)
Sets the value of the colorant property.
|
void |
setStepLimit(java.lang.Double value)
Sets the value of the stepLimit property.
|
void |
setTrapColorScaling(java.lang.Double value)
Sets the value of the trapColorScaling property.
|
protected java.lang.String colorant
protected java.lang.Double trapColorScaling
protected java.lang.Double stepLimit
public java.lang.String getColorant()
Stringpublic void setColorant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTrapColorScaling()
Doublepublic void setTrapColorScaling(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getStepLimit()
Doublepublic void setStepLimit(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.