public class ColorantZoneDetails 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="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 String |
colorant |
protected Double |
stepLimit |
protected Double |
trapColorScaling |
| Constructor and Description |
|---|
ColorantZoneDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorant()
Gets the value of the colorant property.
|
Double |
getStepLimit()
Gets the value of the stepLimit property.
|
Double |
getTrapColorScaling()
Gets the value of the trapColorScaling property.
|
void |
setColorant(String value)
Sets the value of the colorant property.
|
void |
setStepLimit(Double value)
Sets the value of the stepLimit property.
|
void |
setTrapColorScaling(Double value)
Sets the value of the trapColorScaling property.
|
protected String colorant
protected Double trapColorScaling
protected Double stepLimit
public String getColorant()
Stringpublic void setColorant(String value)
value - allowed object is
Stringpublic Double getTrapColorScaling()
Doublepublic void setTrapColorScaling(Double value)
value - allowed object is
Doublepublic Double getStepLimit()
DoubleCopyright © 2013. All Rights Reserved.