Class JDFAutoImageReplacementParams

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

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

    • JDFAutoImageReplacementParams

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

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

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

      public void setImageReplacementStrategy(JDFAutoImageReplacementParams.EnumImageReplacementStrategy enumVar)
      (5) set attribute ImageReplacementStrategy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getImageReplacementStrategy

      public JDFAutoImageReplacementParams.EnumImageReplacementStrategy getImageReplacementStrategy()
      (9) get attribute ImageReplacementStrategy
      Returns:
      the value of the attribute
    • setImagePreScanStrategy

      public void setImagePreScanStrategy(String value)
      (36) set attribute ImagePreScanStrategy
      Parameters:
      value - the value to set the attribute to
    • getImagePreScanStrategy

      public String getImagePreScanStrategy()
      (23) get String attribute ImagePreScanStrategy
      Returns:
      the value of the attribute
    • setMaxResolution

      public void setMaxResolution(double value)
      (36) set attribute MaxResolution
      Parameters:
      value - the value to set the attribute to
    • getMaxResolution

      public double getMaxResolution()
      (17) get double attribute MaxResolution
      Returns:
      double the value of the attribute
    • setMinResolution

      public void setMinResolution(double value)
      (36) set attribute MinResolution
      Parameters:
      value - the value to set the attribute to
    • getMinResolution

      public double getMinResolution()
      (17) get double attribute MinResolution
      Returns:
      double the value of the attribute
    • setResolutionReductionStrategy

      public void setResolutionReductionStrategy(JDFAutoImageReplacementParams.EnumResolutionReductionStrategy enumVar)
      (5) set attribute ResolutionReductionStrategy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getResolutionReductionStrategy

      public JDFAutoImageReplacementParams.EnumResolutionReductionStrategy getResolutionReductionStrategy()
      (9) get attribute ResolutionReductionStrategy
      Returns:
      the value of the attribute
    • setIgnoreExtensions

      public void setIgnoreExtensions(VString value)
      (36) set attribute IgnoreExtensions
      Parameters:
      value - the value to set the attribute to
    • getIgnoreExtensions

      public VString getIgnoreExtensions()
      (21) get VString attribute IgnoreExtensions
      Returns:
      VString the value of the attribute
    • setMaxSearchRecursion

      public void setMaxSearchRecursion(int value)
      (36) set attribute MaxSearchRecursion
      Parameters:
      value - the value to set the attribute to
    • getMaxSearchRecursion

      public int getMaxSearchRecursion()
      (15) get int attribute MaxSearchRecursion
      Returns:
      int the value of the attribute
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec(int iSkip)
      (26) getCreateFileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element
    • getFileSpec

      public JDFFileSpec getFileSpec(int iSkip)
      (27) const get element FileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element default is getFileSpec(0)
    • getAllFileSpec

      public Collection<JDFFileSpec> getAllFileSpec()
      Get all FileSpec from the current element
      Returns:
      Collection, null if none are available
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (30) append element FileSpec
      Returns:
      JDFFileSpec the element
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getSearchPath

      public JDFElement getSearchPath()
      (24) const get element SearchPath
      Returns:
      JDFElement the element
    • getCreateSearchPath

      public JDFElement getCreateSearchPath()
      (25) getCreateSearchPath
      Returns:
      JDFElement the element
    • getCreateSearchPath

      public JDFElement getCreateSearchPath(int iSkip)
      (26) getCreateSearchPath
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element
    • getSearchPath

      public JDFElement getSearchPath(int iSkip)
      (27) const get element SearchPath
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element default is getSearchPath(0)
    • getAllSearchPath

      public Collection<JDFElement> getAllSearchPath()
      Get all SearchPath from the current element
      Returns:
      Collection, null if none are available
    • appendSearchPath

      public JDFElement appendSearchPath()
      (30) append element SearchPath
      Returns:
      JDFElement the element