Class JDFAutoPreview

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

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

    • JDFAutoPreview

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

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

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

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

      public 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
    • getPreviewUsage

      public JDFAutoPreview.EnumPreviewUsage getPreviewUsage()
      (9) get attribute PreviewUsage
      Returns:
      the value of the attribute
    • setURL

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

      public 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
    • getCompensation

      public JDFAutoPreview.EnumCompensation getCompensation()
      (9) get attribute Compensation
      Returns:
      the value of the attribute
    • 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(String value)
      (36) set attribute Directory
      Parameters:
      value - the value to set the attribute to
    • getDirectory

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

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

      public 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 Collection<JDFComment> getAllComment()
      Get all Comment from the current element
      Returns:
      Collection, null if none are available
    • appendComment

      public JDFComment appendComment()
      (30) append element Comment
      Overrides:
      appendComment in class JDFElement
      Returns:
      JDFComment the element
    • 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 Collection<JDFGeneralID> getAllGeneralID()
      Get all GeneralID from the current element
      Returns:
      Collection, null if none are available
    • appendGeneralID

      public JDFGeneralID appendGeneralID()
      (30) append element GeneralID
      Overrides:
      appendGeneralID in class JDFElement
      Returns:
      JDFGeneralID the element