Class JDFAutoPreview

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

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

      • JDFAutoPreview

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

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

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

      • setPreviewFileType

        public void setPreviewFileType​(java.lang.String value)
        (36) set attribute PreviewFileType
        Parameters:
        value - the value to set the attribute to
      • getPreviewFileType

        public java.lang.String getPreviewFileType()
        (23) get String attribute PreviewFileType
        Returns:
        the value of the attribute
      • setPreviewUsage

        public void setPreviewUsage​(JDFAutoPreview.EnumPreviewUsage enumVar)
        (5) set attribute PreviewUsage
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setURL

        public void setURL​(java.lang.String value)
        (36) set attribute URL
        Parameters:
        value - the value to set the attribute to
      • getURL

        public java.lang.String getURL()
        (23) get String attribute URL
        Returns:
        the value of the attribute
      • setCompensation

        public void setCompensation​(JDFAutoPreview.EnumCompensation enumVar)
        (5) set attribute Compensation
        Parameters:
        enumVar - the enumVar to set the attribute to
      • 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
      • setDirectory

        public void setDirectory​(java.lang.String value)
        (36) set attribute Directory
        Parameters:
        value - the value to set the attribute to
      • getDirectory

        public java.lang.String getDirectory()
        (23) get String attribute Directory
        Returns:
        the value of the attribute
      • setMimeTypeDetails

        public void setMimeTypeDetails​(java.lang.String value)
        (36) set attribute MimeTypeDetails
        Parameters:
        value - the value to set the attribute to
      • getMimeTypeDetails

        public java.lang.String getMimeTypeDetails()
        (23) get String attribute MimeTypeDetails
        Returns:
        the value of the attribute
      • getComment

        public JDFComment getComment()
        (24) const get element Comment
        Returns:
        JDFComment the element
      • getCreateComment

        public JDFComment getCreateComment()
        (25) getCreateComment
        Returns:
        JDFComment the element
      • getCreateComment

        public JDFComment getCreateComment​(int iSkip)
        (26) getCreateComment
        Overrides:
        getCreateComment in class JDFElement
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComment the element
      • getComment

        public JDFComment getComment​(int iSkip)
        (27) const get element Comment
        Overrides:
        getComment in class JDFElement
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComment the element default is getComment(0)
      • getAllComment

        public java.util.Collection<JDFComment> getAllComment()
        Get all Comment from the current element
        Returns:
        Collection, null if none are available
      • getGeneralID

        public JDFGeneralID getGeneralID()
        (24) const get element GeneralID
        Returns:
        JDFGeneralID the element
      • getCreateGeneralID

        public JDFGeneralID getCreateGeneralID()
        (25) getCreateGeneralID
        Returns:
        JDFGeneralID the element
      • getCreateGeneralID

        public JDFGeneralID getCreateGeneralID​(int iSkip)
        (26) getCreateGeneralID
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGeneralID the element
      • getGeneralID

        public JDFGeneralID getGeneralID​(int iSkip)
        (27) const get element GeneralID
        Overrides:
        getGeneralID in class JDFElement
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGeneralID the element default is getGeneralID(0)
      • getAllGeneralID

        public java.util.Collection<JDFGeneralID> getAllGeneralID()
        Get all GeneralID from the current element
        Returns:
        Collection, null if none are available