Class JDFColorCorrectionOp

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFColorCorrectionOp extends JDFAutoColorCorrectionOp
See Also:
  • Constructor Details

    • JDFColorCorrectionOp

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

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

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

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • 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