Class TrappingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class TrappingParams
    extends SpecificResource
    implements java.io.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}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 Detail

      • imageInternalTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean imageInternalTrapping
      • imageMaskTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean imageMaskTrapping
      • imageToImageTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean imageToImageTrapping
      • imageToObjectTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean imageToObjectTrapping
      • minimumBlackWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Float minimumBlackWidth
      • stepLimit

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Float stepLimit
      • trapColorScaling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Float trapColorScaling
      • trapWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected XYPair trapWidth
    • Constructor Detail

      • TrappingParams

        public TrappingParams()
    • Method Detail

      • isImageInternalTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setImageInternalTrapping​(java.lang.Boolean value)
        Sets the value of the imageInternalTrapping property.
        Parameters:
        value - allowed object is Boolean
      • isImageMaskTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setImageMaskTrapping​(java.lang.Boolean value)
        Sets the value of the imageMaskTrapping property.
        Parameters:
        value - allowed object is Boolean
      • isImageToImageTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setImageToImageTrapping​(java.lang.Boolean value)
        Sets the value of the imageToImageTrapping property.
        Parameters:
        value - allowed object is Boolean
      • isImageToObjectTrapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setImageToObjectTrapping​(java.lang.Boolean value)
        Sets the value of the imageToObjectTrapping property.
        Parameters:
        value - allowed object is Boolean
      • getMinimumBlackWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setMinimumBlackWidth​(java.lang.Float value)
        Sets the value of the minimumBlackWidth property.
        Parameters:
        value - allowed object is Float
      • getStepLimit

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setStepLimit​(java.lang.Float value)
        Sets the value of the stepLimit property.
        Parameters:
        value - allowed object is Float
      • getTrapColorScaling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setTrapColorScaling​(java.lang.Float value)
        Sets the value of the trapColorScaling property.
        Parameters:
        value - allowed object is Float
      • getTrapWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setTrapWidth​(XYPair value)
        Sets the value of the trapWidth property.
        Parameters:
        value - allowed object is String
      • 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)