Class JDFAutoShapeElement

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

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

      • JDFAutoShapeElement

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

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

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

      • setLockOrigins

        public void setLockOrigins​(boolean value)
        (36) set attribute LockOrigins
        Parameters:
        value - the value to set the attribute to
      • getLockOrigins

        public boolean getLockOrigins()
        (18) get boolean attribute LockOrigins
        Returns:
        boolean the value of the attribute
      • setCutBox

        public void setCutBox​(JDFRectangle value)
        (36) set attribute CutBox
        Parameters:
        value - the value to set the attribute to
      • getCutBox

        public JDFRectangle getCutBox()
        (20) get JDFRectangle attribute CutBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setCutOut

        public void setCutOut​(boolean value)
        (36) set attribute CutOut
        Parameters:
        value - the value to set the attribute to
      • getCutOut

        public boolean getCutOut()
        (18) get boolean attribute CutOut
        Returns:
        boolean the value of the attribute
      • setCutPath

        public void setCutPath​(java.lang.String value)
        (36) set attribute CutPath
        Parameters:
        value - the value to set the attribute to
      • getCutPath

        public java.lang.String getCutPath()
        (23) get String attribute CutPath
        Returns:
        the value of the attribute
      • setCutType

        public void setCutType​(JDFAutoShapeElement.EnumCutType enumVar)
        (5) set attribute CutType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setDDESCutType

        public void setDDESCutType​(int value)
        (36) set attribute DDESCutType
        Parameters:
        value - the value to set the attribute to
      • getDDESCutType

        public int getDDESCutType()
        (15) get int attribute DDESCutType
        Returns:
        int the value of the attribute
      • setMaterial

        public void setMaterial​(java.lang.String value)
        (36) set attribute Material
        Parameters:
        value - the value to set the attribute to
      • getMaterial

        public java.lang.String getMaterial()
        (23) get String attribute Material
        Returns:
        the value of the attribute
      • setShapeDepth

        public void setShapeDepth​(double value)
        (36) set attribute ShapeDepth
        Parameters:
        value - the value to set the attribute to
      • getShapeDepth

        public double getShapeDepth()
        (17) get double attribute ShapeDepth
        Returns:
        double the value of the attribute
      • setShapeType

        public void setShapeType​(JDFAutoShapeElement.EnumShapeType enumVar)
        (5) set attribute ShapeType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setTeethPerDimension

        public void setTeethPerDimension​(double value)
        (36) set attribute TeethPerDimension
        Parameters:
        value - the value to set the attribute to
      • getTeethPerDimension

        public double getTeethPerDimension()
        (17) get double attribute TeethPerDimension
        Returns:
        double the value of the attribute
      • getShape

        public JDFShapeElement getShape()
        (24) const get element Shape
        Returns:
        JDFShapeElement the element
      • getCreateShape

        public JDFShapeElement getCreateShape()
        (25) getCreateShape
        Returns:
        JDFShapeElement the element
      • getCreateShape

        public JDFShapeElement getCreateShape​(int iSkip)
        (26) getCreateShape
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeElement the element
      • getShape

        public JDFShapeElement getShape​(int iSkip)
        (27) const get element Shape
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeElement the element default is getShape(0)
      • getAllShape

        public java.util.Collection<JDFShapeElement> getAllShape()
        Get all Shape from the current element
        Returns:
        Collection, null if none are available
      • appendShape

        public JDFShapeElement appendShape()
        (30) append element Shape
        Returns:
        JDFShapeElement the element