public class TrappingParams extends ParameterType implements Serializable
Java class for TrappingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrappingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorantZoneDetails" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="HalftoneName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TrapWidthY" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MinimumBlackWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BlackDensityLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StepLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageToObjectTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageMaskTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="BlackColorLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageResolution" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TrapJoinStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ImageInternalTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageTrapWidthY" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrapEndStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="TrapColorScaling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SlidingTrapLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageTrapPlacement" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="TrapWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageToImageTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageTrapWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BlackWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
blackColorLimit |
protected Double |
blackDensityLimit |
protected Double |
blackWidth |
protected List<ColorantZoneDetails> |
colorantZoneDetails |
protected String |
halftoneName |
protected Boolean |
imageInternalTrapping |
protected Boolean |
imageMaskTrapping |
protected Integer |
imageResolution |
protected Boolean |
imageToImageTrapping |
protected Boolean |
imageToObjectTrapping |
protected String |
imageTrapPlacement |
protected Double |
imageTrapWidth |
protected Double |
imageTrapWidthY |
protected Double |
minimumBlackWidth |
protected Double |
slidingTrapLimit |
protected Double |
stepLimit |
protected Double |
trapColorScaling |
protected String |
trapEndStyle |
protected String |
trapJoinStyle |
protected Double |
trapWidth |
protected Double |
trapWidthY |
| Constructor and Description |
|---|
TrappingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBlackColorLimit()
Gets the value of the blackColorLimit property.
|
Double |
getBlackDensityLimit()
Gets the value of the blackDensityLimit property.
|
Double |
getBlackWidth()
Gets the value of the blackWidth property.
|
List<ColorantZoneDetails> |
getColorantZoneDetails()
Gets the value of the colorantZoneDetails property.
|
String |
getHalftoneName()
Gets the value of the halftoneName property.
|
Boolean |
getImageInternalTrapping()
Gets the value of the imageInternalTrapping property.
|
Boolean |
getImageMaskTrapping()
Gets the value of the imageMaskTrapping property.
|
Integer |
getImageResolution()
Gets the value of the imageResolution property.
|
Boolean |
getImageToImageTrapping()
Gets the value of the imageToImageTrapping property.
|
Boolean |
getImageToObjectTrapping()
Gets the value of the imageToObjectTrapping property.
|
String |
getImageTrapPlacement()
Gets the value of the imageTrapPlacement property.
|
Double |
getImageTrapWidth()
Gets the value of the imageTrapWidth property.
|
Double |
getImageTrapWidthY()
Gets the value of the imageTrapWidthY property.
|
Double |
getMinimumBlackWidth()
Gets the value of the minimumBlackWidth property.
|
Double |
getSlidingTrapLimit()
Gets the value of the slidingTrapLimit property.
|
Double |
getStepLimit()
Gets the value of the stepLimit property.
|
Double |
getTrapColorScaling()
Gets the value of the trapColorScaling property.
|
String |
getTrapEndStyle()
Gets the value of the trapEndStyle property.
|
String |
getTrapJoinStyle()
Gets the value of the trapJoinStyle property.
|
Double |
getTrapWidth()
Gets the value of the trapWidth property.
|
Double |
getTrapWidthY()
Gets the value of the trapWidthY property.
|
void |
setBlackColorLimit(Double value)
Sets the value of the blackColorLimit property.
|
void |
setBlackDensityLimit(Double value)
Sets the value of the blackDensityLimit property.
|
void |
setBlackWidth(Double value)
Sets the value of the blackWidth property.
|
void |
setHalftoneName(String value)
Sets the value of the halftoneName property.
|
void |
setImageInternalTrapping(Boolean value)
Sets the value of the imageInternalTrapping property.
|
void |
setImageMaskTrapping(Boolean value)
Sets the value of the imageMaskTrapping property.
|
void |
setImageResolution(Integer value)
Sets the value of the imageResolution property.
|
void |
setImageToImageTrapping(Boolean value)
Sets the value of the imageToImageTrapping property.
|
void |
setImageToObjectTrapping(Boolean value)
Sets the value of the imageToObjectTrapping property.
|
void |
setImageTrapPlacement(String value)
Sets the value of the imageTrapPlacement property.
|
void |
setImageTrapWidth(Double value)
Sets the value of the imageTrapWidth property.
|
void |
setImageTrapWidthY(Double value)
Sets the value of the imageTrapWidthY property.
|
void |
setMinimumBlackWidth(Double value)
Sets the value of the minimumBlackWidth property.
|
void |
setSlidingTrapLimit(Double value)
Sets the value of the slidingTrapLimit property.
|
void |
setStepLimit(Double value)
Sets the value of the stepLimit property.
|
void |
setTrapColorScaling(Double value)
Sets the value of the trapColorScaling property.
|
void |
setTrapEndStyle(String value)
Sets the value of the trapEndStyle property.
|
void |
setTrapJoinStyle(String value)
Sets the value of the trapJoinStyle property.
|
void |
setTrapWidth(Double value)
Sets the value of the trapWidth property.
|
void |
setTrapWidthY(Double value)
Sets the value of the trapWidthY property.
|
protected List<ColorantZoneDetails> colorantZoneDetails
protected String halftoneName
protected Double trapWidthY
protected Double minimumBlackWidth
protected Double blackDensityLimit
protected Double stepLimit
protected Boolean imageToObjectTrapping
protected Boolean imageMaskTrapping
protected Double blackColorLimit
protected Integer imageResolution
protected String trapJoinStyle
protected Boolean imageInternalTrapping
protected Double imageTrapWidthY
protected String trapEndStyle
protected Double trapColorScaling
protected Double slidingTrapLimit
protected String imageTrapPlacement
protected Double trapWidth
protected Boolean imageToImageTrapping
protected Double imageTrapWidth
protected Double blackWidth
public List<ColorantZoneDetails> getColorantZoneDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the colorantZoneDetails property.
For example, to add a new item, do as follows:
getColorantZoneDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ColorantZoneDetails
public String getHalftoneName()
Stringpublic void setHalftoneName(String value)
value - allowed object is
Stringpublic Double getTrapWidthY()
Doublepublic void setTrapWidthY(Double value)
value - allowed object is
Doublepublic Double getMinimumBlackWidth()
Doublepublic void setMinimumBlackWidth(Double value)
value - allowed object is
Doublepublic Double getBlackDensityLimit()
Doublepublic void setBlackDensityLimit(Double value)
value - allowed object is
Doublepublic Double getStepLimit()
Doublepublic void setStepLimit(Double value)
value - allowed object is
Doublepublic Boolean getImageToObjectTrapping()
Booleanpublic void setImageToObjectTrapping(Boolean value)
value - allowed object is
Booleanpublic Boolean getImageMaskTrapping()
Booleanpublic void setImageMaskTrapping(Boolean value)
value - allowed object is
Booleanpublic Double getBlackColorLimit()
Doublepublic void setBlackColorLimit(Double value)
value - allowed object is
Doublepublic Integer getImageResolution()
Integerpublic void setImageResolution(Integer value)
value - allowed object is
Integerpublic String getTrapJoinStyle()
Stringpublic void setTrapJoinStyle(String value)
value - allowed object is
Stringpublic Boolean getImageInternalTrapping()
Booleanpublic void setImageInternalTrapping(Boolean value)
value - allowed object is
Booleanpublic Double getImageTrapWidthY()
Doublepublic void setImageTrapWidthY(Double value)
value - allowed object is
Doublepublic String getTrapEndStyle()
Stringpublic void setTrapEndStyle(String value)
value - allowed object is
Stringpublic Double getTrapColorScaling()
Doublepublic void setTrapColorScaling(Double value)
value - allowed object is
Doublepublic Double getSlidingTrapLimit()
Doublepublic void setSlidingTrapLimit(Double value)
value - allowed object is
Doublepublic String getImageTrapPlacement()
Stringpublic void setImageTrapPlacement(String value)
value - allowed object is
Stringpublic Double getTrapWidth()
Doublepublic void setTrapWidth(Double value)
value - allowed object is
Doublepublic Boolean getImageToImageTrapping()
Booleanpublic void setImageToImageTrapping(Boolean value)
value - allowed object is
Booleanpublic Double getImageTrapWidth()
Doublepublic void setImageTrapWidth(Double value)
value - allowed object is
Doublepublic Double getBlackWidth()
DoubleCopyright © 2012. All Rights Reserved.