Class JDFAutoShiftPoint

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoShiftPoint
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFShiftPoint

public abstract class JDFAutoShiftPoint extends JDFElement
class JDFAutoShiftPoint : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoShiftPoint

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • 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
    • setPosition

      public void setPosition(JDFXYPair value)
      (36) set attribute Position
      Parameters:
      value - the value to set the attribute to
    • getPosition

      public JDFXYPair getPosition()
      (20) get JDFXYPair attribute Position
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair