Class JDFAutoShiftPoint

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

    public abstract class JDFAutoShiftPoint
    extends JDFElement
    class JDFAutoShiftPoint : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoShiftPoint

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

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

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

      • 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