Class JDFAutoPreviewGenerationParams

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

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

    • JDFAutoPreviewGenerationParams

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

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

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

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setAspectRatio

      public void setAspectRatio(JDFAutoPreviewGenerationParams.EAspectRatio enumVar)
      (5) set attribute AspectRatio
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEAspectRatio

      (9) get attribute AspectRatio
      Returns:
      the value of the attribute
    • setAspectRatio

      @Deprecated public void setAspectRatio(JDFAutoPreviewGenerationParams.EnumAspectRatio enumVar)
      Deprecated.
      use SetAspectRatio(EAspectRatio) based on java.lang.enum instead
      (5) set attribute AspectRatio
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getAspectRatio

      Deprecated.
      use EAspectRatio GetEAspectRatio() based on java.lang.enum instead
      (9) get attribute AspectRatio
      Returns:
      the value of the attribute
    • setPreviewFileType

      public void setPreviewFileType(JDFAutoPreviewGenerationParams.EPreviewFileType enumVar)
      (5) set attribute PreviewFileType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPreviewFileType

      (9) get attribute PreviewFileType
      Returns:
      the value of the attribute
    • setPreviewFileType

      @Deprecated public void setPreviewFileType(JDFAutoPreviewGenerationParams.EnumPreviewFileType enumVar)
      Deprecated.
      use SetPreviewFileType(EPreviewFileType) based on java.lang.enum instead
      (5) set attribute PreviewFileType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPreviewFileType

      Deprecated.
      use EPreviewFileType GetEPreviewFileType() based on java.lang.enum instead
      (9) get attribute PreviewFileType
      Returns:
      the value of the attribute
    • setPreviewUsage

      public void setPreviewUsage(JDFAutoPreview.EPreviewUsage enumVar)
      (5) set attribute PreviewUsage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPreviewUsage

      public JDFAutoPreview.EPreviewUsage getEPreviewUsage()
      (9) get attribute PreviewUsage
      Returns:
      the value of the attribute
    • setPreviewUsage

      @Deprecated public void setPreviewUsage(JDFAutoPreview.EnumPreviewUsage enumVar)
      Deprecated.
      use SetPreviewUsage(EPreviewUsage) based on java.lang.enum instead
      (5) set attribute PreviewUsage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPreviewUsage

      @Deprecated public JDFAutoPreview.EnumPreviewUsage getPreviewUsage()
      Deprecated.
      use EPreviewUsage GetEPreviewUsage() based on java.lang.enum instead
      (9) get attribute PreviewUsage
      Returns:
      the value of the attribute
    • setCompensation

      public void setCompensation(JDFAutoPreviewGenerationParams.ECompensation enumVar)
      (5) set attribute Compensation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getECompensation

      (9) get attribute Compensation
      Returns:
      the value of the attribute
    • setCompensation

      @Deprecated public void setCompensation(JDFAutoPreviewGenerationParams.EnumCompensation enumVar)
      Deprecated.
      use SetCompensation(ECompensation) based on java.lang.enum instead
      (5) set attribute Compensation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCompensation

      Deprecated.
      use ECompensation GetECompensation() based on java.lang.enum instead
      (9) get attribute Compensation
      Returns:
      the value of the attribute
    • setResolution

      public void setResolution(JDFXYPair value)
      (36) set attribute Resolution
      Parameters:
      value - the value to set the attribute to
    • getResolution

      public JDFXYPair getResolution()
      (20) get JDFXYPair attribute Resolution
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setSize

      public void setSize(JDFXYPair value)
      (36) set attribute Size
      Parameters:
      value - the value to set the attribute to
    • getSize

      public JDFXYPair getSize()
      (20) get JDFXYPair attribute Size
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • getImageSetterParams

      public JDFImageSetterParams getImageSetterParams()
      (24) const get element ImageSetterParams
      Returns:
      JDFImageSetterParams the element
    • getCreateImageSetterParams

      public JDFImageSetterParams getCreateImageSetterParams()
      (25) getCreateImageSetterParams
      Returns:
      JDFImageSetterParams the element
    • appendImageSetterParams

      public JDFImageSetterParams appendImageSetterParams()
      (29) append element ImageSetterParams
      Returns:
      JDFImageSetterParams the element
    • refImageSetterParams

      public void refImageSetterParams(JDFImageSetterParams refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced