@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class TrappingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<attribute name="ImageInternalTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageMaskTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageToImageTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageToObjectTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MinimumBlackWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StepLimit" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrapColorScaling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrappingOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="TrapWidth" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
imageInternalTrapping |
protected java.lang.Boolean |
imageMaskTrapping |
protected java.lang.Boolean |
imageToImageTrapping |
protected java.lang.Boolean |
imageToObjectTrapping |
protected java.lang.Double |
minimumBlackWidth |
protected java.lang.Double |
stepLimit |
protected java.lang.Double |
trapColorScaling |
protected java.util.List<java.lang.String> |
trappingOrder |
protected XYPair |
trapWidth |
| Constructor and Description |
|---|
TrappingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getMinimumBlackWidth()
Gets the value of the minimumBlackWidth property.
|
java.lang.Double |
getStepLimit()
Gets the value of the stepLimit property.
|
java.lang.Double |
getTrapColorScaling()
Gets the value of the trapColorScaling property.
|
java.util.List<java.lang.String> |
getTrappingOrder()
Gets the value of the trappingOrder property.
|
XYPair |
getTrapWidth()
Gets the value of the trapWidth property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isImageInternalTrapping()
Gets the value of the imageInternalTrapping property.
|
java.lang.Boolean |
isImageMaskTrapping()
Gets the value of the imageMaskTrapping property.
|
java.lang.Boolean |
isImageToImageTrapping()
Gets the value of the imageToImageTrapping property.
|
java.lang.Boolean |
isImageToObjectTrapping()
Gets the value of the imageToObjectTrapping property.
|
void |
setImageInternalTrapping(java.lang.Boolean value)
Sets the value of the imageInternalTrapping property.
|
void |
setImageMaskTrapping(java.lang.Boolean value)
Sets the value of the imageMaskTrapping property.
|
void |
setImageToImageTrapping(java.lang.Boolean value)
Sets the value of the imageToImageTrapping property.
|
void |
setImageToObjectTrapping(java.lang.Boolean value)
Sets the value of the imageToObjectTrapping property.
|
void |
setMinimumBlackWidth(java.lang.Double value)
Sets the value of the minimumBlackWidth 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.
|
void |
setTrapWidth(XYPair value)
Sets the value of the trapWidth property.
|
TrappingParams |
withImageInternalTrapping(java.lang.Boolean value) |
TrappingParams |
withImageMaskTrapping(java.lang.Boolean value) |
TrappingParams |
withImageToImageTrapping(java.lang.Boolean value) |
TrappingParams |
withImageToObjectTrapping(java.lang.Boolean value) |
TrappingParams |
withMinimumBlackWidth(java.lang.Double value) |
TrappingParams |
withStepLimit(java.lang.Double value) |
TrappingParams |
withTrapColorScaling(java.lang.Double value) |
TrappingParams |
withTrappingOrder(java.util.Collection<java.lang.String> values) |
TrappingParams |
withTrappingOrder(java.lang.String... values) |
TrappingParams |
withTrapWidth(XYPair value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean imageInternalTrapping
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean imageMaskTrapping
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean imageToImageTrapping
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean imageToObjectTrapping
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double minimumBlackWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double stepLimit
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double trapColorScaling
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> trappingOrder
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair trapWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isImageInternalTrapping()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setImageInternalTrapping(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isImageMaskTrapping()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setImageMaskTrapping(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isImageToImageTrapping()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setImageToImageTrapping(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isImageToObjectTrapping()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setImageToObjectTrapping(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMinimumBlackWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMinimumBlackWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getStepLimit()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStepLimit(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getTrapColorScaling()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrapColorScaling(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getTrappingOrder()
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 trappingOrder property.
For example, to add a new item, do as follows:
getTrappingOrder().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getTrapWidth()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrapWidth(XYPair value)
value - allowed object is
Stringpublic TrappingParams withImageInternalTrapping(java.lang.Boolean value)
public TrappingParams withImageMaskTrapping(java.lang.Boolean value)
public TrappingParams withImageToImageTrapping(java.lang.Boolean value)
public TrappingParams withImageToObjectTrapping(java.lang.Boolean value)
public TrappingParams withMinimumBlackWidth(java.lang.Double value)
public TrappingParams withStepLimit(java.lang.Double value)
public TrappingParams withTrapColorScaling(java.lang.Double value)
public TrappingParams withTrappingOrder(java.lang.String... values)
public TrappingParams withTrappingOrder(java.util.Collection<java.lang.String> values)
public TrappingParams withTrapWidth(XYPair value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource