Class JDFAutoSeparationControlParams

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:
JDFSeparationControlParams

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

    • JDFAutoSeparationControlParams

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

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

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

    • 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
    • getAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getAutomatedOverPrintParams()
      (24) const get element AutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element
    • getCreateAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getCreateAutomatedOverPrintParams()
      (25) getCreateAutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element
    • getCreateAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getCreateAutomatedOverPrintParams(int iSkip)
      (26) getCreateAutomatedOverPrintParams
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAutomatedOverPrintParams the element
    • getAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getAutomatedOverPrintParams(int iSkip)
      (27) const get element AutomatedOverPrintParams
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAutomatedOverPrintParams the element default is getAutomatedOverPrintParams(0)
    • getAllAutomatedOverPrintParams

      public Collection<JDFAutomatedOverPrintParams> getAllAutomatedOverPrintParams()
      Get all AutomatedOverPrintParams from the current element
      Returns:
      Collection, null if none are available
    • appendAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams appendAutomatedOverPrintParams()
      (30) append element AutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element
    • getTransferFunctionControl

      public JDFTransferFunctionControl getTransferFunctionControl()
      (24) const get element TransferFunctionControl
      Returns:
      JDFTransferFunctionControl the element
    • getCreateTransferFunctionControl

      public JDFTransferFunctionControl getCreateTransferFunctionControl()
      (25) getCreateTransferFunctionControl
      Returns:
      JDFTransferFunctionControl the element
    • getCreateTransferFunctionControl

      public JDFTransferFunctionControl getCreateTransferFunctionControl(int iSkip)
      (26) getCreateTransferFunctionControl
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFTransferFunctionControl the element
    • getTransferFunctionControl

      public JDFTransferFunctionControl getTransferFunctionControl(int iSkip)
      (27) const get element TransferFunctionControl
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFTransferFunctionControl the element default is getTransferFunctionControl(0)
    • getAllTransferFunctionControl

      public Collection<JDFTransferFunctionControl> getAllTransferFunctionControl()
      Get all TransferFunctionControl from the current element
      Returns:
      Collection, null if none are available
    • appendTransferFunctionControl

      public JDFTransferFunctionControl appendTransferFunctionControl()
      (30) append element TransferFunctionControl
      Returns:
      JDFTransferFunctionControl the element
    • refTransferFunctionControl

      public void refTransferFunctionControl(JDFTransferFunctionControl refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced