Class FitPolicy

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class FitPolicy
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="ExpansionPolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="HorizontalOnly"/>
                 <enumeration value="HorizontalVertical"/>
                 <enumeration value="VerticalOnly"/>
                 <enumeration value="VerticalHorizontal"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="GutterPolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Distribute"/>
                 <enumeration value="Fixed"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="HorizontalGridDirection">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="LeftToRight"/>
                 <enumeration value="RightToLeft"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="MinGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="RotatePolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="NoRotate"/>
                 <enumeration value="RotateOrthogonal"/>
                 <enumeration value="RotateClockwise"/>
                 <enumeration value="RotateCounterClockwise"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="SizePolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Abort"/>
                 <enumeration value="ClipToMaxPage"/>
                 <enumeration value="CompleteGrid"/>
                 <enumeration value="FillGrid"/>
                 <enumeration value="FitToPage"/>
                 <enumeration value="ReduceToFit"/>
                 <enumeration value="Tile"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="VerticalGridDirection">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="BottomToTop"/>
                 <enumeration value="TopToBottom"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • clipOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair clipOffset
      • expansionPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.ExpansionPolicy expansionPolicy
      • gutterPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.GutterPolicy gutterPolicy
      • horizontalGridDirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.HorizontalGridDirection horizontalGridDirection
      • minGutter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair minGutter
      • rotatePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.RotatePolicy rotatePolicy
      • sizePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.SizePolicy sizePolicy
      • verticalGridDirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected FitPolicy.VerticalGridDirection verticalGridDirection
    • Constructor Detail

      • FitPolicy

        public FitPolicy()
    • Method Detail

      • getClipOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public XYPair getClipOffset()
        Gets the value of the clipOffset property.
        Returns:
        possible object is String
      • setClipOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setClipOffset​(XYPair value)
        Sets the value of the clipOffset property.
        Parameters:
        value - allowed object is String
      • getExpansionPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public FitPolicy.ExpansionPolicy getExpansionPolicy()
        Gets the value of the expansionPolicy property.
        Returns:
        possible object is FitPolicy.ExpansionPolicy
      • setExpansionPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setExpansionPolicy​(FitPolicy.ExpansionPolicy value)
        Sets the value of the expansionPolicy property.
        Parameters:
        value - allowed object is FitPolicy.ExpansionPolicy
      • getGutterPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public FitPolicy.GutterPolicy getGutterPolicy()
        Gets the value of the gutterPolicy property.
        Returns:
        possible object is FitPolicy.GutterPolicy
      • setGutterPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setGutterPolicy​(FitPolicy.GutterPolicy value)
        Sets the value of the gutterPolicy property.
        Parameters:
        value - allowed object is FitPolicy.GutterPolicy
      • setHorizontalGridDirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setHorizontalGridDirection​(FitPolicy.HorizontalGridDirection value)
        Sets the value of the horizontalGridDirection property.
        Parameters:
        value - allowed object is FitPolicy.HorizontalGridDirection
      • getMinGutter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public XYPair getMinGutter()
        Gets the value of the minGutter property.
        Returns:
        possible object is String
      • setMinGutter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setMinGutter​(XYPair value)
        Sets the value of the minGutter property.
        Parameters:
        value - allowed object is String
      • getRotatePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public FitPolicy.RotatePolicy getRotatePolicy()
        Gets the value of the rotatePolicy property.
        Returns:
        possible object is FitPolicy.RotatePolicy
      • setRotatePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setRotatePolicy​(FitPolicy.RotatePolicy value)
        Sets the value of the rotatePolicy property.
        Parameters:
        value - allowed object is FitPolicy.RotatePolicy
      • getSizePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public FitPolicy.SizePolicy getSizePolicy()
        Gets the value of the sizePolicy property.
        Returns:
        possible object is FitPolicy.SizePolicy
      • setSizePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setSizePolicy​(FitPolicy.SizePolicy value)
        Sets the value of the sizePolicy property.
        Parameters:
        value - allowed object is FitPolicy.SizePolicy
      • setVerticalGridDirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setVerticalGridDirection​(FitPolicy.VerticalGridDirection value)
        Sets the value of the verticalGridDirection property.
        Parameters:
        value - allowed object is FitPolicy.VerticalGridDirection
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object