Class JDFColorSpaceConversionOp

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

      • JDFColorSpaceConversionOp

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

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

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

      • 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)
      • 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
      • 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
      • getSourceProfile

        public JDFFileSpec getSourceProfile()
        Gets of 'this' an existing child FileSpec(SourceProfile) element
        Returns:
        JDFFileSpec the matching SourceProfile element
      • getCreateSourceProfile

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

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