Class JDFAutoColorPool

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

    public abstract class JDFAutoColorPool
    extends JDFResource
    class JDFAutoColorPool : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoColorPool

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

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

        protected JDFAutoColorPool​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        Constructor for JDFAutoColorPool
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setColorantSetName

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

        public java.lang.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 java.util.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