Class JDFColorCorrectionParams

  • 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

    public class JDFColorCorrectionParams
    extends JDFAutoColorCorrectionParams
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFColorCorrectionParams

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

        public JDFColorCorrectionParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                        java.lang.String myNamespaceURI,
                                        java.lang.String qualifiedName)
        Constructor for JDFColorCorrectionParams
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
      • JDFColorCorrectionParams

        public JDFColorCorrectionParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                        java.lang.String myNamespaceURI,
                                        java.lang.String qualifiedName,
                                        java.lang.String myLocalName)
        Constructor for JDFColorCorrectionParams
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: KElement
        this to string, used for debug purpose mostly
        Overrides:
        toString in class KElement
        Returns:
        string representativ of this
        See Also:
        Object.toString()
      • getFinalTargetDevice

        public JDFFileSpec getFinalTargetDevice()
        Gets of 'this' an existing child FileSpec(FinalTargetDevice) element
        Returns:
        JDFFileSpec the matching FinalTargetDevice element or null if nothing was found
      • getCreateFinalTargetDevice

        public JDFFileSpec getCreateFinalTargetDevice()
        Gets of 'this' child FileSpec(FinalTargetDevice) element, optionally creates it, if it doesn't exist.
        Returns:
        JDFFileSpec: the matching FinalTargetDevice element
      • appendFinalTargetDevice

        public JDFFileSpec appendFinalTargetDevice()
        Appends new FileSpec(FinalTargetDevice) element to the end of 'this'
        Returns:
        JDFFileSpec: newly created child FinalTargetDevice element
      • getWorkingColorSpace

        public JDFFileSpec getWorkingColorSpace()
        Gets of 'this' an existing child FileSpec(WorkingColorSpace) element
        Returns:
        JDFFileSpec: the matching WorkingColorSpace element
      • getCreateWorkingColorSpace

        public JDFFileSpec getCreateWorkingColorSpace()
        Gets of 'this' child FileSpec(WorkingColorSpace) element, optionally creates it, if it doesn't exist.
        Returns:
        JDFFileSpec: the matching WorkingColorSpace element
      • appendWorkingColorSpace

        public JDFFileSpec appendWorkingColorSpace()
        Appends new FileSpec(WorkingColorSpace) element to the end of 'this'
        Returns:
        JDFFileSpec: newly created child WorkingColorSpace element