Class JDFAutoMatrixState

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

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

    • JDFAutoMatrixState

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

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

      protected JDFAutoMatrixState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoMatrixState
      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:
    • setDefaultValue

      public void setDefaultValue(JDFMatrix value)
      (36) set attribute DefaultValue
      Parameters:
      value - the value to set the attribute to
    • getDefaultValue

      public JDFMatrix getDefaultValue()
      (20) get JDFMatrix attribute DefaultValue
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setCurrentValue

      public void setCurrentValue(JDFMatrix value)
      (36) set attribute CurrentValue
      Parameters:
      value - the value to set the attribute to
    • getCurrentValue

      public JDFMatrix getCurrentValue()
      (20) get JDFMatrix attribute CurrentValue
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setAllowedRotateMod

      public void setAllowedRotateMod(double value)
      (36) set attribute AllowedRotateMod
      Parameters:
      value - the value to set the attribute to
    • getAllowedRotateMod

      public double getAllowedRotateMod()
      (17) get double attribute AllowedRotateMod
      Returns:
      double the value of the attribute
    • setAllowedShift

      public void setAllowedShift(String value)
      (36) set attribute AllowedShift
      Parameters:
      value - the value to set the attribute to
    • getAllowedShift

      public String getAllowedShift()
      (23) get String attribute AllowedShift
      Returns:
      the value of the attribute
    • setAllowedTransforms

      public void setAllowedTransforms(String value)
      (36) set attribute AllowedTransforms
      Parameters:
      value - the value to set the attribute to
    • getAllowedTransforms

      public String getAllowedTransforms()
      (23) get String attribute AllowedTransforms
      Returns:
      the value of the attribute
    • setPresentRotateMod

      public void setPresentRotateMod(double value)
      (36) set attribute PresentRotateMod
      Parameters:
      value - the value to set the attribute to
    • getPresentRotateMod

      public double getPresentRotateMod()
      (17) get double attribute PresentRotateMod
      Returns:
      double the value of the attribute
    • setPresentShift

      public void setPresentShift(String value)
      (36) set attribute PresentShift
      Parameters:
      value - the value to set the attribute to
    • getPresentShift

      public String getPresentShift()
      (23) get String attribute PresentShift
      Returns:
      the value of the attribute
    • setPresentTransforms

      public void setPresentTransforms(String value)
      (36) set attribute PresentTransforms
      Parameters:
      value - the value to set the attribute to
    • getPresentTransforms

      public String getPresentTransforms()
      (23) get String attribute PresentTransforms
      Returns:
      the value of the attribute
    • getLoc

      public JDFLoc getLoc()
      (24) const get element Loc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc()
      (25) getCreateLoc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc(int iSkip)
      (26) getCreateLoc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element
    • getLoc

      public JDFLoc getLoc(int iSkip)
      (27) const get element Loc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element default is getLoc(0)
    • getAllLoc

      public Collection<JDFLoc> getAllLoc()
      Get all Loc from the current element
      Returns:
      Collection, null if none are available
    • appendLoc

      public JDFLoc appendLoc()
      (30) append element Loc
      Returns:
      JDFLoc the element
    • getValue

      public JDFValue getValue()
      (24) const get element Value
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue()
      (25) getCreateValue
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue(int iSkip)
      (26) getCreateValue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element
    • getValue

      public JDFValue getValue(int iSkip)
      (27) const get element Value
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element default is getValue(0)
    • getAllValue

      public Collection<JDFValue> getAllValue()
      Get all Value from the current element
      Returns:
      Collection, null if none are available
    • appendValue

      public JDFValue appendValue()
      (30) append element Value
      Returns:
      JDFValue the element