Class JDFAutoLabelingParams

  • 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:
    JDFLabelingParams

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

      • JDFAutoLabelingParams

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

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

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

      • setApplication

        public void setApplication​(java.lang.String value)
        (36) set attribute Application
        Parameters:
        value - the value to set the attribute to
      • getApplication

        public java.lang.String getApplication()
        (23) get String attribute Application
        Returns:
        the value of the attribute
      • setCTM

        public void setCTM​(JDFMatrix value)
        (36) set attribute CTM
        Parameters:
        value - the value to set the attribute to
      • getCTM

        public JDFMatrix getCTM()
        (20) get JDFMatrix attribute CTM
        Returns:
        JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
      • setOffset

        public void setOffset​(JDFXYPair value)
        (36) set attribute Offset
        Parameters:
        value - the value to set the attribute to
      • getOffset

        public JDFXYPair getOffset()
        (20) get JDFXYPair attribute Offset
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setPosition

        public void setPosition​(JDFAutoLabelingParams.EnumPosition enumVar)
        (5) set attribute Position
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec​(int iSkip)
        (26) getCreateFileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec​(int iSkip)
        (27) const get element FileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getAllFileSpec

        public java.util.Collection<JDFFileSpec> getAllFileSpec()
        Get all FileSpec from the current element
        Returns:
        Collection, null if none are available
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (30) append element FileSpec
        Returns:
        JDFFileSpec the element