Class JDFAutoPrintCondition

  • 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:
    JDFPrintCondition

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

      • JDFAutoPrintCondition

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

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

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

      • setName

        public void setName​(java.lang.String value)
        (36) set attribute Name
        Parameters:
        value - the value to set the attribute to
      • getName

        public java.lang.String getName()
        (23) get String attribute Name
        Returns:
        the value of the attribute
      • setAimCurve

        public void setAimCurve​(JDFTransferFunction value)
        (36) set attribute AimCurve
        Parameters:
        value - the value to set the attribute to
      • getAimCurve

        public JDFTransferFunction getAimCurve()
        (20) get JDFTransferFunction attribute AimCurve
        Returns:
        JDFTransferFunction the value of the attribute, null if a the attribute value is not a valid to create a JDFTransferFunction
      • setDensity

        public void setDensity​(double value)
        (36) set attribute Density
        Parameters:
        value - the value to set the attribute to
      • getDensity

        public double getDensity()
        (17) get double attribute Density
        Returns:
        double the value of the attribute
      • getColorMeasurementConditions

        public JDFColorMeasurementConditions getColorMeasurementConditions()
        (24) const get element ColorMeasurementConditions
        Returns:
        JDFColorMeasurementConditions the element
      • getCreateColorMeasurementConditions

        public JDFColorMeasurementConditions getCreateColorMeasurementConditions()
        (25) getCreateColorMeasurementConditions
        Returns:
        JDFColorMeasurementConditions the element
      • appendColorMeasurementConditions

        public JDFColorMeasurementConditions appendColorMeasurementConditions()
        (29) append element ColorMeasurementConditions
        Returns:
        JDFColorMeasurementConditions the element @ if the element already exists
      • refColorMeasurementConditions

        public void refColorMeasurementConditions​(JDFColorMeasurementConditions refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getDevice

        public JDFDevice getDevice()
        (24) const get element Device
        Returns:
        JDFDevice the element
      • getCreateDevice

        public JDFDevice getCreateDevice()
        (25) getCreateDevice
        Returns:
        JDFDevice the element
      • appendDevice

        public JDFDevice appendDevice()
        (29) append element Device
        Returns:
        JDFDevice the element @ if the element already exists
      • refDevice

        public void refDevice​(JDFDevice refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec​(int iSkip)
        (26) getCreateFileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec​(int iSkip)
        (27) const get element FileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getAllFileSpec

        public java.util.Collection<JDFFileSpec> getAllFileSpec()
        Get all FileSpec from the current element
        Returns:
        Collection, null if none are available
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (30) append element FileSpec
        Returns:
        JDFFileSpec the element
      • refFileSpec

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