Package org.cip4.lib.xjdf.schema
Class TrappingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.TrappingParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class TrappingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}boolean" />
<attribute name="ImageMaskTrapping" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ImageToImageTrapping" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ImageToObjectTrapping" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MinimumBlackWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="StepLimit" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="TrapColorScaling" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="TrapWidth" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the minimumBlackWidth property.Gets the value of the stepLimit property.Gets the value of the trapColorScaling property.Gets the value of the trapWidth property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the imageInternalTrapping property.Gets the value of the imageMaskTrapping property.Gets the value of the imageToImageTrapping property.Gets the value of the imageToObjectTrapping property.voidsetImageInternalTrapping(Boolean value) Sets the value of the imageInternalTrapping property.voidsetImageMaskTrapping(Boolean value) Sets the value of the imageMaskTrapping property.voidsetImageToImageTrapping(Boolean value) Sets the value of the imageToImageTrapping property.voidsetImageToObjectTrapping(Boolean value) Sets the value of the imageToObjectTrapping property.voidsetMinimumBlackWidth(Float value) Sets the value of the minimumBlackWidth property.voidsetStepLimit(Float value) Sets the value of the stepLimit property.voidsetTrapColorScaling(Float value) Sets the value of the trapColorScaling property.voidsetTrapWidth(XYPair value) Sets the value of the trapWidth property.withImageInternalTrapping(Boolean value) withImageMaskTrapping(Boolean value) withImageToImageTrapping(Boolean value) withImageToObjectTrapping(Boolean value) withMinimumBlackWidth(Float value) withStepLimit(Float value) withTrapColorScaling(Float value) withTrapWidth(XYPair value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
imageInternalTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean imageInternalTrapping -
imageMaskTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean imageMaskTrapping -
imageToImageTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean imageToImageTrapping -
imageToObjectTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean imageToObjectTrapping -
minimumBlackWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float minimumBlackWidth -
stepLimit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float stepLimit -
trapColorScaling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float trapColorScaling -
trapWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair trapWidth
-
-
Constructor Details
-
TrappingParams
public TrappingParams()
-
-
Method Details
-
isImageInternalTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isImageInternalTrapping()Gets the value of the imageInternalTrapping property.- Returns:
- possible object is
Boolean
-
setImageInternalTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setImageInternalTrapping(Boolean value) Sets the value of the imageInternalTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageMaskTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isImageMaskTrapping()Gets the value of the imageMaskTrapping property.- Returns:
- possible object is
Boolean
-
setImageMaskTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setImageMaskTrapping(Boolean value) Sets the value of the imageMaskTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageToImageTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isImageToImageTrapping()Gets the value of the imageToImageTrapping property.- Returns:
- possible object is
Boolean
-
setImageToImageTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setImageToImageTrapping(Boolean value) Sets the value of the imageToImageTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageToObjectTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isImageToObjectTrapping()Gets the value of the imageToObjectTrapping property.- Returns:
- possible object is
Boolean
-
setImageToObjectTrapping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setImageToObjectTrapping(Boolean value) Sets the value of the imageToObjectTrapping property.- Parameters:
value- allowed object isBoolean
-
getMinimumBlackWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getMinimumBlackWidth()Gets the value of the minimumBlackWidth property.- Returns:
- possible object is
Float
-
setMinimumBlackWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMinimumBlackWidth(Float value) Sets the value of the minimumBlackWidth property.- Parameters:
value- allowed object isFloat
-
getStepLimit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getStepLimit()Gets the value of the stepLimit property.- Returns:
- possible object is
Float
-
setStepLimit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStepLimit(Float value) Sets the value of the stepLimit property.- Parameters:
value- allowed object isFloat
-
getTrapColorScaling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTrapColorScaling()Gets the value of the trapColorScaling property.- Returns:
- possible object is
Float
-
setTrapColorScaling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTrapColorScaling(Float value) Sets the value of the trapColorScaling property.- Parameters:
value- allowed object isFloat
-
getTrapWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getTrapWidth()Gets the value of the trapWidth property.- Returns:
- possible object is
String
-
setTrapWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTrapWidth(XYPair value) Sets the value of the trapWidth property.- Parameters:
value- allowed object isString
-
withImageInternalTrapping
-
withImageMaskTrapping
-
withImageToImageTrapping
-
withImageToObjectTrapping
-
withMinimumBlackWidth
-
withStepLimit
-
withTrapColorScaling
-
withTrapWidth
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-