Class JDFAutoColorPool

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

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

    • JDFAutoColorPool

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

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

      protected JDFAutoColorPool(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoColorPool
      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
    • setColorantSetName

      public void setColorantSetName(String value)
      (36) set attribute ColorantSetName
      Parameters:
      value - the value to set the attribute to
    • getColorantSetName

      public String getColorantSetName()
      (23) get String attribute ColorantSetName
      Returns:
      the value of the attribute
    • getColor

      public JDFColor getColor()
      (24) const get element Color
      Returns:
      JDFColor the element
    • getCreateColor

      public JDFColor getCreateColor()
      (25) getCreateColor
      Returns:
      JDFColor the element
    • getCreateColor

      public JDFColor getCreateColor(int iSkip)
      (26) getCreateColor
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColor the element
    • getColor

      public JDFColor getColor(int iSkip)
      (27) const get element Color
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColor the element default is getColor(0)
    • getAllColor

      public Collection<JDFColor> getAllColor()
      Get all Color from the current element
      Returns:
      Collection, null if none are available
    • appendColor

      public JDFColor appendColor()
      (30) append element Color
      Returns:
      JDFColor the element