Class JDFAutoColorantControl

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
Direct Known Subclasses:
JDFColorantControl

public abstract class JDFAutoColorantControl extends JDFResource
class JDFAutoColorantControl : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoColorantControl

      protected JDFAutoColorantControl(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoColorantControl
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoColorantControl

      protected JDFAutoColorantControl(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoColorantControl
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoColorantControl

      protected JDFAutoColorantControl(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoColorantControl
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setForceSeparations

      public void setForceSeparations(boolean value)
      (36) set attribute ForceSeparations
      Parameters:
      value - the value to set the attribute to
    • getForceSeparations

      public boolean getForceSeparations()
      (18) get boolean attribute ForceSeparations
      Returns:
      boolean the value of the attribute
    • setInternalColorModel

      public void setInternalColorModel(JDFAutoColorantControl.EInternalColorModel enumVar)
      (5) set attribute InternalColorModel
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEInternalColorModel

      public JDFAutoColorantControl.EInternalColorModel getEInternalColorModel()
      (9) get attribute InternalColorModel
      Returns:
      the value of the attribute
    • setInternalColorModel

      @Deprecated public void setInternalColorModel(JDFAutoColorantControl.EnumInternalColorModel enumVar)
      Deprecated.
      use SetInternalColorModel(EInternalColorModel) based on java.lang.enum instead
      (5) set attribute InternalColorModel
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getInternalColorModel

      Deprecated.
      use EInternalColorModel GetEInternalColorModel() based on java.lang.enum instead
      (9) get attribute InternalColorModel
      Returns:
      the value of the attribute
    • setMappingSelection

      public void setMappingSelection(JDFAutoColor.EMappingSelection enumVar)
      (5) set attribute MappingSelection
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMappingSelection

      public JDFAutoColor.EMappingSelection getEMappingSelection()
      (9) get attribute MappingSelection
      Returns:
      the value of the attribute
    • setMappingSelection

      @Deprecated public void setMappingSelection(JDFAutoColor.EnumMappingSelection enumVar)
      Deprecated.
      use SetMappingSelection(EMappingSelection) based on java.lang.enum instead
      (5) set attribute MappingSelection
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMappingSelection

      @Deprecated public JDFAutoColor.EnumMappingSelection getMappingSelection()
      Deprecated.
      use EMappingSelection GetEMappingSelection() based on java.lang.enum instead
      (9) get attribute MappingSelection
      Returns:
      the value of the attribute
    • setProcessColorModel

      public void setProcessColorModel(String value)
      (36) set attribute ProcessColorModel
      Parameters:
      value - the value to set the attribute to
    • getProcessColorModel

      public String getProcessColorModel()
      (23) get String attribute ProcessColorModel
      Returns:
      the value of the attribute
    • getColorantAlias

      public JDFColorantAlias getColorantAlias()
      (24) const get element ColorantAlias
      Returns:
      JDFColorantAlias the element
    • getCreateColorantAlias

      public JDFColorantAlias getCreateColorantAlias()
      (25) getCreateColorantAlias
      Returns:
      JDFColorantAlias the element
    • getCreateColorantAlias

      public JDFColorantAlias getCreateColorantAlias(int iSkip)
      (26) getCreateColorantAlias
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorantAlias the element
    • getColorantAlias

      public JDFColorantAlias getColorantAlias(int iSkip)
      (27) const get element ColorantAlias
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorantAlias the element default is getColorantAlias(0)
    • getAllColorantAlias

      public Collection<JDFColorantAlias> getAllColorantAlias()
      Get all ColorantAlias from the current element
      Returns:
      Collection, null if none are available
    • appendColorantAlias

      public JDFColorantAlias appendColorantAlias()
      (30) append element ColorantAlias
      Returns:
      JDFColorantAlias the element
    • refColorantAlias

      public void refColorantAlias(JDFColorantAlias refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getColorantConvertProcess

      public JDFSeparationList getColorantConvertProcess()
      (24) const get element ColorantConvertProcess
      Returns:
      JDFSeparationList the element
    • getCreateColorantConvertProcess

      public JDFSeparationList getCreateColorantConvertProcess()
      (25) getCreateColorantConvertProcess
      Returns:
      JDFSeparationList the element
    • appendColorantConvertProcess

      public JDFSeparationList appendColorantConvertProcess()
      (29) append element ColorantConvertProcess
      Returns:
      JDFSeparationList the element
    • getColorantOrder

      public JDFSeparationList getColorantOrder()
      (24) const get element ColorantOrder
      Returns:
      JDFSeparationList the element
    • getCreateColorantOrder

      public JDFSeparationList getCreateColorantOrder()
      (25) getCreateColorantOrder
      Returns:
      JDFSeparationList the element
    • appendColorantOrder

      public JDFSeparationList appendColorantOrder()
      (29) append element ColorantOrder
      Returns:
      JDFSeparationList the element
    • getColorantParams

      public JDFSeparationList getColorantParams()
      (24) const get element ColorantParams
      Returns:
      JDFSeparationList the element
    • getCreateColorantParams

      public JDFSeparationList getCreateColorantParams()
      (25) getCreateColorantParams
      Returns:
      JDFSeparationList the element
    • appendColorantParams

      public JDFSeparationList appendColorantParams()
      (29) append element ColorantParams
      Returns:
      JDFSeparationList the element
    • getColorPool

      public JDFColorPool getColorPool()
      (24) const get element ColorPool
      Returns:
      JDFColorPool the element
    • getCreateColorPool

      public JDFColorPool getCreateColorPool()
      (25) getCreateColorPool
      Returns:
      JDFColorPool the element
    • appendColorPool

      public JDFColorPool appendColorPool()
      (29) append element ColorPool
      Returns:
      JDFColorPool the element
    • refColorPool

      public void refColorPool(JDFColorPool refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getColorSpaceSubstitute

      public JDFColorSpaceSubstitute getColorSpaceSubstitute()
      (24) const get element ColorSpaceSubstitute
      Returns:
      JDFColorSpaceSubstitute the element
    • getCreateColorSpaceSubstitute

      public JDFColorSpaceSubstitute getCreateColorSpaceSubstitute()
      (25) getCreateColorSpaceSubstitute
      Returns:
      JDFColorSpaceSubstitute the element
    • getCreateColorSpaceSubstitute

      public JDFColorSpaceSubstitute getCreateColorSpaceSubstitute(int iSkip)
      (26) getCreateColorSpaceSubstitute
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorSpaceSubstitute the element
    • getColorSpaceSubstitute

      public JDFColorSpaceSubstitute getColorSpaceSubstitute(int iSkip)
      (27) const get element ColorSpaceSubstitute
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorSpaceSubstitute the element default is getColorSpaceSubstitute(0)
    • getAllColorSpaceSubstitute

      public Collection<JDFColorSpaceSubstitute> getAllColorSpaceSubstitute()
      Get all ColorSpaceSubstitute from the current element
      Returns:
      Collection, null if none are available
    • appendColorSpaceSubstitute

      public JDFColorSpaceSubstitute appendColorSpaceSubstitute()
      (30) append element ColorSpaceSubstitute
      Returns:
      JDFColorSpaceSubstitute the element
    • getDeviceColorantOrder

      public JDFSeparationList getDeviceColorantOrder()
      (24) const get element DeviceColorantOrder
      Returns:
      JDFSeparationList the element
    • getCreateDeviceColorantOrder

      public JDFSeparationList getCreateDeviceColorantOrder()
      (25) getCreateDeviceColorantOrder
      Returns:
      JDFSeparationList the element
    • appendDeviceColorantOrder

      public JDFSeparationList appendDeviceColorantOrder()
      (29) append element DeviceColorantOrder
      Returns:
      JDFSeparationList the element
    • getDeviceNSpace

      public JDFDeviceNSpace getDeviceNSpace()
      (24) const get element DeviceNSpace
      Returns:
      JDFDeviceNSpace the element
    • getCreateDeviceNSpace

      public JDFDeviceNSpace getCreateDeviceNSpace()
      (25) getCreateDeviceNSpace
      Returns:
      JDFDeviceNSpace the element
    • getCreateDeviceNSpace

      public JDFDeviceNSpace getCreateDeviceNSpace(int iSkip)
      (26) getCreateDeviceNSpace
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceNSpace the element
    • getDeviceNSpace

      public JDFDeviceNSpace getDeviceNSpace(int iSkip)
      (27) const get element DeviceNSpace
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceNSpace the element default is getDeviceNSpace(0)
    • getAllDeviceNSpace

      public Collection<JDFDeviceNSpace> getAllDeviceNSpace()
      Get all DeviceNSpace from the current element
      Returns:
      Collection, null if none are available
    • appendDeviceNSpace

      public JDFDeviceNSpace appendDeviceNSpace()
      (30) append element DeviceNSpace
      Returns:
      JDFDeviceNSpace the element