Class JDFAutoPrintConditionColor

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

    public abstract class JDFAutoPrintConditionColor
    extends JDFElement
    class JDFAutoPrintConditionColor : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPrintConditionColor

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

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

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

      • setCMYK

        public void setCMYK​(JDFCMYKColor value)
        (36) set attribute CMYK
        Parameters:
        value - the value to set the attribute to
      • getCMYK

        public JDFCMYKColor getCMYK()
        (20) get JDFCMYKColor attribute CMYK
        Returns:
        JDFCMYKColor the value of the attribute, null if a the attribute value is not a valid to create a JDFCMYKColor
      • setColorBook

        public void setColorBook​(java.lang.String value)
        (36) set attribute ColorBook
        Parameters:
        value - the value to set the attribute to
      • getColorBook

        public java.lang.String getColorBook()
        (23) get String attribute ColorBook
        Returns:
        the value of the attribute
      • setColorBookEntry

        public void setColorBookEntry​(java.lang.String value)
        (36) set attribute ColorBookEntry
        Parameters:
        value - the value to set the attribute to
      • getColorBookEntry

        public java.lang.String getColorBookEntry()
        (23) get String attribute ColorBookEntry
        Returns:
        the value of the attribute
      • setColorBookPrefix

        public void setColorBookPrefix​(java.lang.String value)
        (36) set attribute ColorBookPrefix
        Parameters:
        value - the value to set the attribute to
      • getColorBookPrefix

        public java.lang.String getColorBookPrefix()
        (23) get String attribute ColorBookPrefix
        Returns:
        the value of the attribute
      • setColorBookSuffix

        public void setColorBookSuffix​(java.lang.String value)
        (36) set attribute ColorBookSuffix
        Parameters:
        value - the value to set the attribute to
      • getColorBookSuffix

        public java.lang.String getColorBookSuffix()
        (23) get String attribute ColorBookSuffix
        Returns:
        the value of the attribute
      • 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
      • setLab

        public void setLab​(JDFLabColor value)
        (36) set attribute Lab
        Parameters:
        value - the value to set the attribute to
      • getLab

        public JDFLabColor getLab()
        (20) get JDFLabColor attribute Lab
        Returns:
        JDFLabColor the value of the attribute, null if a the attribute value is not a valid to create a JDFLabColor
      • setNeutralDensity

        public void setNeutralDensity​(double value)
        (36) set attribute NeutralDensity
        Parameters:
        value - the value to set the attribute to
      • getNeutralDensity

        public double getNeutralDensity()
        (17) get double attribute NeutralDensity
        Returns:
        double the value of the attribute
      • setPrintConditionName

        public void setPrintConditionName​(java.lang.String value)
        (36) set attribute PrintConditionName
        Parameters:
        value - the value to set the attribute to
      • getPrintConditionName

        public java.lang.String getPrintConditionName()
        (23) get String attribute PrintConditionName
        Returns:
        the value of the attribute
      • setsRGB

        public void setsRGB​(JDFRGBColor value)
        (36) set attribute sRGB
        Parameters:
        value - the value to set the attribute to
      • getsRGB

        public JDFRGBColor getsRGB()
        (20) get JDFRGBColor attribute sRGB
        Returns:
        JDFRGBColor the value of the attribute, null if a the attribute value is not a valid to create a JDFRGBColor
      • 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
      • getDeviceNColor

        public JDFDeviceNColor getDeviceNColor()
        (24) const get element DeviceNColor
        Returns:
        JDFDeviceNColor the element
      • getCreateDeviceNColor

        public JDFDeviceNColor getCreateDeviceNColor()
        (25) getCreateDeviceNColor
        Returns:
        JDFDeviceNColor the element
      • getCreateDeviceNColor

        public JDFDeviceNColor getCreateDeviceNColor​(int iSkip)
        (26) getCreateDeviceNColor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDeviceNColor the element
      • getDeviceNColor

        public JDFDeviceNColor getDeviceNColor​(int iSkip)
        (27) const get element DeviceNColor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDeviceNColor the element default is getDeviceNColor(0)
      • getAllDeviceNColor

        public java.util.Collection<JDFDeviceNColor> getAllDeviceNColor()
        Get all DeviceNColor from the current element
        Returns:
        Collection, null if none are available
      • appendDeviceNColor

        public JDFDeviceNColor appendDeviceNColor()
        (30) append element DeviceNColor
        Returns:
        JDFDeviceNColor the element
      • getMedia

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

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

        public JDFMedia getCreateMedia​(int iSkip)
        (26) getCreateMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element
      • getMedia

        public JDFMedia getMedia​(int iSkip)
        (27) const get element Media
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element default is getMedia(0)
      • getAllMedia

        public java.util.Collection<JDFMedia> getAllMedia()
        Get all Media from the current element
        Returns:
        Collection, null if none are available
      • appendMedia

        public JDFMedia appendMedia()
        (30) append element Media
        Returns:
        JDFMedia the element
      • refMedia

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

        public JDFTransferCurve getTransferCurve()
        (24) const get element TransferCurve
        Returns:
        JDFTransferCurve the element
      • getCreateTransferCurve

        public JDFTransferCurve getCreateTransferCurve()
        (25) getCreateTransferCurve
        Returns:
        JDFTransferCurve the element
      • getCreateTransferCurve

        public JDFTransferCurve getCreateTransferCurve​(int iSkip)
        (26) getCreateTransferCurve
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTransferCurve the element
      • getTransferCurve

        public JDFTransferCurve getTransferCurve​(int iSkip)
        (27) const get element TransferCurve
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTransferCurve the element default is getTransferCurve(0)
      • getAllTransferCurve

        public java.util.Collection<JDFTransferCurve> getAllTransferCurve()
        Get all TransferCurve from the current element
        Returns:
        Collection, null if none are available
      • appendTransferCurve

        public JDFTransferCurve appendTransferCurve()
        (30) append element TransferCurve
        Returns:
        JDFTransferCurve the element
      • refTransferCurve

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