Class JDFColorantControl

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

      • JDFColorantControl

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

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

        public JDFColorantControl​(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 JDFColorantControl
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • toString

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

        public java.util.Vector<JDFResource.EnumPartIDKey> getImplicitPartitions()
        get a list of all partition keys that this resource may be implicitly partitioned by e.g. RunIndex for RunList...
        Overrides:
        getImplicitPartitions in class JDFResource
        Returns:
        vector of EnumPartIDKey
      • getDeviceColorantOrderSeparations

        public VString getDeviceColorantOrderSeparations()
        get the list of separations that this colorantcontrol describes - adds the separations that are implied by ProcessColorModel uses devicecolorantorder if it is specified, else calls getColorantOrderSeparations()
        Returns:
      • getColorantOrderSeparations

        public VString getColorantOrderSeparations()
        get the list of separations that this colorantcontrol describes - adds the separations that are implied by ProcessColorModel uses colorantorder if it is specified, else calls getSeparations()
        Returns:
      • getAllSeparations

        public VString getAllSeparations()
        get the list of separations that this colorantcontrol describes adds the separations that are implied by ProcessColorModel
        Returns:
        VString the complete list of process and spot colors
      • getSeparations

        public VString getSeparations()
        get the list of separations that this colorantcontrol describes - adds the separations that are implied by ProcessColorModel ignores colorantorder and devicecolorantorder
        Returns:
        VString the complete list of process and spot colors
      • getProcessSeparations

        public VString getProcessSeparations()
        get the list of separations that the value of ProcessColorModel implies adds the separations that are implied by ProcessColorModel ignores colorantorder and devicecolorantorder
        Returns:
        VString the complete list of process and spot colors
      • getColorantAlias

        public JDFColorantAlias getColorantAlias​(java.lang.String sourceColor)
        Parameters:
        sourceColor - the source color to search
        Returns:
      • getColorantAliasForReplacement

        public JDFColorantAlias getColorantAliasForReplacement​(java.lang.String replacementColor)
        Parameters:
        replacementColor - the source color to search
        Returns:
      • getCreateColorantAliasForReplacement

        public JDFColorantAlias getCreateColorantAliasForReplacement​(java.lang.String replacementColor)
        Parameters:
        replacementColor - the source color to search
        Returns:
      • getColorantAliasMap

        public JDFAttributeMap getColorantAliasMap()
        Parameters:
        sourceColor - the source color to search
        Returns:
      • removeProcessColors

        public void removeProcessColors()
        remove implied process colorors from the params list
      • appendColorantAlias

        public JDFColorantAlias appendColorantAlias​(java.lang.String source,
                                                    java.lang.String replacement)
        Parameters:
        source -
        replacement -
        Returns: