Class JDFColorSpaceConversionParams

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

      • JDFColorSpaceConversionParams

        public JDFColorSpaceConversionParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                             java.lang.String qualifiedName)
                                      throws org.w3c.dom.DOMException
        Constructor for JDFColorSpaceConversionParams
        Parameters:
        ownerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFColorSpaceConversionParams

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

        public JDFColorSpaceConversionParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                             java.lang.String myNamespaceURI,
                                             java.lang.String qualifiedName,
                                             java.lang.String myLocalName)
                                      throws org.w3c.dom.DOMException
        Constructor for JDFColorSpaceConversionParams
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
        Throws:
        org.w3c.dom.DOMException
    • 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()
      • appendFinalTargetDevice

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

        public JDFFileSpec getCreateFileSpec()
        (26) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (27) const get element FileSpec
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getFinalTargetDevice

        public JDFFileSpec getFinalTargetDevice()
        Gets of 'this' an existing child FileSpec(SourceProfile) element
        Returns:
        JDFFileSpec the matching SourceProfile element
      • 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