Class JDFColorCorrectionOp

  • 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 JDFColorCorrectionOp
    extends JDFAutoColorCorrectionOp
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFColorCorrectionOp

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

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

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

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • getAbstractProfile

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

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

        public JDFFileSpec appendAbstractProfile()
        Appends new FileSpec(AbstractProfile) element to the end of 'this'
        Returns:
        JDFFileSpec newly created child AbstractProfile element
      • getDeviceLinkProfile

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

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

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