Class JDFColorCorrectionParams

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 JDFColorCorrectionParams extends JDFAutoColorCorrectionParams
See Also:
  • Constructor Details

    • JDFColorCorrectionParams

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

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

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

    • toString

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