Class JDFAutoImageSetterParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFImageSetterParams

    public abstract class JDFAutoImageSetterParams
    extends JDFResource
    class JDFAutoImageSetterParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoImageSetterParams

        protected JDFAutoImageSetterParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String qualifiedName)
        Constructor for JDFAutoImageSetterParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoImageSetterParams

        protected JDFAutoImageSetterParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String myNamespaceURI,
                                           java.lang.String qualifiedName)
        Constructor for JDFAutoImageSetterParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoImageSetterParams

        protected JDFAutoImageSetterParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String myNamespaceURI,
                                           java.lang.String qualifiedName,
                                           java.lang.String myLocalName)
        Constructor for JDFAutoImageSetterParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setAdvanceDistance

        public void setAdvanceDistance​(double value)
        (36) set attribute AdvanceDistance
        Parameters:
        value - the value to set the attribute to
      • getAdvanceDistance

        public double getAdvanceDistance()
        (17) get double attribute AdvanceDistance
        Returns:
        double the value of the attribute
      • setBurnOutArea

        public void setBurnOutArea​(JDFXYPair value)
        (36) set attribute BurnOutArea
        Parameters:
        value - the value to set the attribute to
      • getBurnOutArea

        public JDFXYPair getBurnOutArea()
        (20) get JDFXYPair attribute BurnOutArea
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setCutMedia

        public void setCutMedia​(boolean value)
        (36) set attribute CutMedia
        Parameters:
        value - the value to set the attribute to
      • getCutMedia

        public boolean getCutMedia()
        (18) get boolean attribute CutMedia
        Returns:
        boolean the value of the attribute
      • setManualFeed

        public void setManualFeed​(boolean value)
        (36) set attribute ManualFeed
        Parameters:
        value - the value to set the attribute to
      • getManualFeed

        public boolean getManualFeed()
        (18) get boolean attribute ManualFeed
        Returns:
        boolean the value of the attribute
      • setNonPrintableMarginBottom

        public void setNonPrintableMarginBottom​(double value)
        (36) set attribute NonPrintableMarginBottom
        Parameters:
        value - the value to set the attribute to
      • getNonPrintableMarginBottom

        public double getNonPrintableMarginBottom()
        (17) get double attribute NonPrintableMarginBottom
        Returns:
        double the value of the attribute
      • setNonPrintableMarginLeft

        public void setNonPrintableMarginLeft​(double value)
        (36) set attribute NonPrintableMarginLeft
        Parameters:
        value - the value to set the attribute to
      • getNonPrintableMarginLeft

        public double getNonPrintableMarginLeft()
        (17) get double attribute NonPrintableMarginLeft
        Returns:
        double the value of the attribute
      • setNonPrintableMarginRight

        public void setNonPrintableMarginRight​(double value)
        (36) set attribute NonPrintableMarginRight
        Parameters:
        value - the value to set the attribute to
      • getNonPrintableMarginRight

        public double getNonPrintableMarginRight()
        (17) get double attribute NonPrintableMarginRight
        Returns:
        double the value of the attribute
      • setNonPrintableMarginTop

        public void setNonPrintableMarginTop​(double value)
        (36) set attribute NonPrintableMarginTop
        Parameters:
        value - the value to set the attribute to
      • getNonPrintableMarginTop

        public double getNonPrintableMarginTop()
        (17) get double attribute NonPrintableMarginTop
        Returns:
        double the value of the attribute
      • setPunch

        public void setPunch​(boolean value)
        (36) set attribute Punch
        Parameters:
        value - the value to set the attribute to
      • getPunch

        public boolean getPunch()
        (18) get boolean attribute Punch
        Returns:
        boolean the value of the attribute
      • setPunchType

        public void setPunchType​(java.lang.String value)
        (36) set attribute PunchType
        Parameters:
        value - the value to set the attribute to
      • getPunchType

        public java.lang.String getPunchType()
        (23) get String attribute PunchType
        Returns:
        the value of the attribute
      • setResolution

        public void setResolution​(JDFXYPair value)
        (36) set attribute Resolution
        Parameters:
        value - the value to set the attribute to
      • getResolution

        public JDFXYPair getResolution()
        (20) get JDFXYPair attribute Resolution
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setRollCut

        public void setRollCut​(double value)
        (36) set attribute RollCut
        Parameters:
        value - the value to set the attribute to
      • getRollCut

        public double getRollCut()
        (17) get double attribute RollCut
        Returns:
        double the value of the attribute
      • setTransferCurve

        public void setTransferCurve​(JDFTransferFunction value)
        (36) set attribute TransferCurve
        Parameters:
        value - the value to set the attribute to
      • getTransferCurve

        public JDFTransferFunction getTransferCurve()
        (20) get JDFTransferFunction attribute TransferCurve
        Returns:
        JDFTransferFunction the value of the attribute, null if a the attribute value is not a valid to create a JDFTransferFunction
      • getMedia

        public JDFMedia getMedia()
        (24) const get element Media
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia()
        (25) getCreateMedia
        Returns:
        JDFMedia the element
      • appendMedia

        public JDFMedia appendMedia()
        (29) append element Media
        Returns:
        JDFMedia the element @ if the element already exists
      • refMedia

        public void refMedia​(JDFMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getFitPolicy

        public JDFFitPolicy getFitPolicy()
        (24) const get element FitPolicy
        Returns:
        JDFFitPolicy the element
      • getCreateFitPolicy

        public JDFFitPolicy getCreateFitPolicy()
        (25) getCreateFitPolicy
        Returns:
        JDFFitPolicy the element
      • appendFitPolicy

        public JDFFitPolicy appendFitPolicy()
        (29) append element FitPolicy
        Returns:
        JDFFitPolicy the element @ if the element already exists
      • refFitPolicy

        public void refFitPolicy​(JDFFitPolicy refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced