Class JDFAutoBarcodeReproParams

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

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

      • JDFAutoBarcodeReproParams

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

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

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

      • setHeight

        public void setHeight​(double value)
        (36) set attribute Height
        Parameters:
        value - the value to set the attribute to
      • getHeight

        public double getHeight()
        (17) get double attribute Height
        Returns:
        double the value of the attribute
      • setMagnification

        public void setMagnification​(double value)
        (36) set attribute Magnification
        Parameters:
        value - the value to set the attribute to
      • getMagnification

        public double getMagnification()
        (17) get double attribute Magnification
        Returns:
        double the value of the attribute
      • setModuleHeight

        public void setModuleHeight​(double value)
        (36) set attribute ModuleHeight
        Parameters:
        value - the value to set the attribute to
      • getModuleHeight

        public double getModuleHeight()
        (17) get double attribute ModuleHeight
        Returns:
        double the value of the attribute
      • setModuleWidth

        public void setModuleWidth​(double value)
        (36) set attribute ModuleWidth
        Parameters:
        value - the value to set the attribute to
      • getModuleWidth

        public double getModuleWidth()
        (17) get double attribute ModuleWidth
        Returns:
        double the value of the attribute
      • setRatio

        public void setRatio​(double value)
        (36) set attribute Ratio
        Parameters:
        value - the value to set the attribute to
      • getRatio

        public double getRatio()
        (17) get double attribute Ratio
        Returns:
        double the value of the attribute
      • getCreateBarcodeCompParams

        public JDFBarcodeCompParams getCreateBarcodeCompParams​(int iSkip)
        (26) getCreateBarcodeCompParams
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBarcodeCompParams the element
      • getBarcodeCompParams

        public JDFBarcodeCompParams getBarcodeCompParams​(int iSkip)
        (27) const get element BarcodeCompParams
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBarcodeCompParams the element default is getBarcodeCompParams(0)
      • getAllBarcodeCompParams

        public java.util.Collection<JDFBarcodeCompParams> getAllBarcodeCompParams()
        Get all BarcodeCompParams from the current element
        Returns:
        Collection, null if none are available
      • appendBarcodeCompParams

        public JDFBarcodeCompParams appendBarcodeCompParams()
        (30) append element BarcodeCompParams
        Returns:
        JDFBarcodeCompParams the element
      • refBarcodeCompParams

        public void refBarcodeCompParams​(JDFBarcodeCompParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced