Class JDFAutoShapeElement

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

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

    • JDFAutoShapeElement

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

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

      protected JDFAutoShapeElement(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoShapeElement
      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
    • 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(String value)
      (36) set attribute CutPath
      Parameters:
      value - the value to set the attribute to
    • getCutPath

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

      public void setCutType(JDFAutoShapeElement.ECutType enumVar)
      (5) set attribute CutType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getECutType

      public JDFAutoShapeElement.ECutType getECutType()
      (9) get attribute CutType
      Returns:
      the value of the attribute
    • setCutType

      @Deprecated public void setCutType(JDFAutoShapeElement.EnumCutType enumVar)
      Deprecated.
      use SetCutType(ECutType) based on java.lang.enum instead
      (5) set attribute CutType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCutType

      Deprecated.
      use ECutType GetECutType() based on java.lang.enum instead
      (9) get attribute CutType
      Returns:
      the value of the attribute
    • 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(String value)
      (36) set attribute Material
      Parameters:
      value - the value to set the attribute to
    • getMaterial

      public 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.EShapeType enumVar)
      (5) set attribute ShapeType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEShapeType

      public JDFAutoShapeElement.EShapeType getEShapeType()
      (9) get attribute ShapeType
      Returns:
      the value of the attribute
    • setShapeType

      @Deprecated public void setShapeType(JDFAutoShapeElement.EnumShapeType enumVar)
      Deprecated.
      use SetShapeType(EShapeType) based on java.lang.enum instead
      (5) set attribute ShapeType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getShapeType

      Deprecated.
      use EShapeType GetEShapeType() based on java.lang.enum instead
      (9) get attribute ShapeType
      Returns:
      the value of the attribute
    • 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 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