Class JDFColorantControl

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

public class JDFColorantControl extends JDFAutoColorantControl
See Also:
  • Constructor Details

    • JDFColorantControl

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

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

      public JDFColorantControl(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFColorantControl
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • getImplicitPartitions

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

      public JDFColorPool getCreateColorPool()
      always reuse a colorpool
      Overrides:
      getCreateColorPool in class JDFAutoColorantControl
      Returns:
      JDFColorPool the element
    • getColorantAlias

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

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

      public JDFColorantAlias getCreateColorantAliasForReplacement(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(String source, String replacement)
      Parameters:
      source -
      replacement -
      Returns: