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:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class TrappingParams extends SpecificResource implements java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanimageInternalTrappingprotected java.lang.BooleanimageMaskTrappingprotected java.lang.BooleanimageToImageTrappingprotected java.lang.BooleanimageToObjectTrappingprotected java.lang.FloatminimumBlackWidthprotected java.lang.FloatstepLimitprotected java.lang.FloattrapColorScalingprotected XYPairtrapWidth
-
Constructor Summary
Constructors Constructor Description TrappingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.FloatgetMinimumBlackWidth()Gets the value of the minimumBlackWidth property.java.lang.FloatgetStepLimit()Gets the value of the stepLimit property.java.lang.FloatgetTrapColorScaling()Gets the value of the trapColorScaling property.XYPairgetTrapWidth()Gets the value of the trapWidth property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisImageInternalTrapping()Gets the value of the imageInternalTrapping property.java.lang.BooleanisImageMaskTrapping()Gets the value of the imageMaskTrapping property.java.lang.BooleanisImageToImageTrapping()Gets the value of the imageToImageTrapping property.java.lang.BooleanisImageToObjectTrapping()Gets the value of the imageToObjectTrapping property.voidsetImageInternalTrapping(java.lang.Boolean value)Sets the value of the imageInternalTrapping property.voidsetImageMaskTrapping(java.lang.Boolean value)Sets the value of the imageMaskTrapping property.voidsetImageToImageTrapping(java.lang.Boolean value)Sets the value of the imageToImageTrapping property.voidsetImageToObjectTrapping(java.lang.Boolean value)Sets the value of the imageToObjectTrapping property.voidsetMinimumBlackWidth(java.lang.Float value)Sets the value of the minimumBlackWidth property.voidsetStepLimit(java.lang.Float value)Sets the value of the stepLimit property.voidsetTrapColorScaling(java.lang.Float value)Sets the value of the trapColorScaling property.voidsetTrapWidth(XYPair value)Sets the value of the trapWidth property.TrappingParamswithImageInternalTrapping(java.lang.Boolean value)TrappingParamswithImageMaskTrapping(java.lang.Boolean value)TrappingParamswithImageToImageTrapping(java.lang.Boolean value)TrappingParamswithImageToObjectTrapping(java.lang.Boolean value)TrappingParamswithMinimumBlackWidth(java.lang.Float value)TrappingParamswithStepLimit(java.lang.Float value)TrappingParamswithTrapColorScaling(java.lang.Float value)TrappingParamswithTrapWidth(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
imageInternalTrapping
protected java.lang.Boolean imageInternalTrapping
-
imageMaskTrapping
protected java.lang.Boolean imageMaskTrapping
-
imageToImageTrapping
protected java.lang.Boolean imageToImageTrapping
-
imageToObjectTrapping
protected java.lang.Boolean imageToObjectTrapping
-
minimumBlackWidth
protected java.lang.Float minimumBlackWidth
-
stepLimit
protected java.lang.Float stepLimit
-
trapColorScaling
protected java.lang.Float trapColorScaling
-
trapWidth
protected XYPair trapWidth
-
-
Method Detail
-
isImageInternalTrapping
public java.lang.Boolean isImageInternalTrapping()
Gets the value of the imageInternalTrapping property.- Returns:
- possible object is
Boolean
-
setImageInternalTrapping
public void setImageInternalTrapping(java.lang.Boolean value)
Sets the value of the imageInternalTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageMaskTrapping
public java.lang.Boolean isImageMaskTrapping()
Gets the value of the imageMaskTrapping property.- Returns:
- possible object is
Boolean
-
setImageMaskTrapping
public void setImageMaskTrapping(java.lang.Boolean value)
Sets the value of the imageMaskTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageToImageTrapping
public java.lang.Boolean isImageToImageTrapping()
Gets the value of the imageToImageTrapping property.- Returns:
- possible object is
Boolean
-
setImageToImageTrapping
public void setImageToImageTrapping(java.lang.Boolean value)
Sets the value of the imageToImageTrapping property.- Parameters:
value- allowed object isBoolean
-
isImageToObjectTrapping
public java.lang.Boolean isImageToObjectTrapping()
Gets the value of the imageToObjectTrapping property.- Returns:
- possible object is
Boolean
-
setImageToObjectTrapping
public void setImageToObjectTrapping(java.lang.Boolean value)
Sets the value of the imageToObjectTrapping property.- Parameters:
value- allowed object isBoolean
-
getMinimumBlackWidth
public java.lang.Float getMinimumBlackWidth()
Gets the value of the minimumBlackWidth property.- Returns:
- possible object is
Float
-
setMinimumBlackWidth
public void setMinimumBlackWidth(java.lang.Float value)
Sets the value of the minimumBlackWidth property.- Parameters:
value- allowed object isFloat
-
getStepLimit
public java.lang.Float getStepLimit()
Gets the value of the stepLimit property.- Returns:
- possible object is
Float
-
setStepLimit
public void setStepLimit(java.lang.Float value)
Sets the value of the stepLimit property.- Parameters:
value- allowed object isFloat
-
getTrapColorScaling
public java.lang.Float getTrapColorScaling()
Gets the value of the trapColorScaling property.- Returns:
- possible object is
Float
-
setTrapColorScaling
public void setTrapColorScaling(java.lang.Float value)
Sets the value of the trapColorScaling property.- Parameters:
value- allowed object isFloat
-
getTrapWidth
public XYPair getTrapWidth()
Gets the value of the trapWidth property.- Returns:
- possible object is
String
-
setTrapWidth
public void setTrapWidth(XYPair value)
Sets the value of the trapWidth property.- Parameters:
value- allowed object isString
-
withImageInternalTrapping
public TrappingParams withImageInternalTrapping(java.lang.Boolean value)
-
withImageMaskTrapping
public TrappingParams withImageMaskTrapping(java.lang.Boolean value)
-
withImageToImageTrapping
public TrappingParams withImageToImageTrapping(java.lang.Boolean value)
-
withImageToObjectTrapping
public TrappingParams withImageToObjectTrapping(java.lang.Boolean value)
-
withMinimumBlackWidth
public TrappingParams withMinimumBlackWidth(java.lang.Float value)
-
withStepLimit
public TrappingParams withStepLimit(java.lang.Float value)
-
withTrapColorScaling
public TrappingParams withTrapColorScaling(java.lang.Float value)
-
withTrapWidth
public TrappingParams withTrapWidth(XYPair value)
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-