Class JDFAutoProofingParams

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

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

    • JDFAutoProofingParams

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

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

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

      public void setDisplayTraps(boolean value)
      (36) set attribute DisplayTraps
      Parameters:
      value - the value to set the attribute to
    • getDisplayTraps

      public boolean getDisplayTraps()
      (18) get boolean attribute DisplayTraps
      Returns:
      boolean the value of the attribute
    • setHalfTone

      public void setHalfTone(boolean value)
      (36) set attribute HalfTone
      Parameters:
      value - the value to set the attribute to
    • getHalfTone

      public boolean getHalfTone()
      (18) get boolean attribute HalfTone
      Returns:
      boolean the value of the attribute
    • setImageViewingStrategy

      public void setImageViewingStrategy(String value)
      (36) set attribute ImageViewingStrategy
      Parameters:
      value - the value to set the attribute to
    • getImageViewingStrategy

      public String getImageViewingStrategy()
      (23) get String attribute ImageViewingStrategy
      Returns:
      the value of the attribute
    • setManualFeed

      public void setManualFeed(boolean value)
      (36) set attribute ManualFeed
      Parameters:
      value - the value to set the attribute to
    • getManualFeed

      public boolean getManualFeed()
      (18) get boolean attribute ManualFeed
      Returns:
      boolean the value of the attribute
    • setProofRenderingIntent

      public void setProofRenderingIntent(JDFAutoProofingParams.EnumProofRenderingIntent enumVar)
      (5) set attribute ProofRenderingIntent
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getProofRenderingIntent

      public JDFAutoProofingParams.EnumProofRenderingIntent getProofRenderingIntent()
      (9) get attribute ProofRenderingIntent
      Returns:
      the value of the attribute
    • setProofType

      public void setProofType(JDFAutoProofingParams.EnumProofType enumVar)
      (5) set attribute ProofType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getProofType

      public JDFAutoProofingParams.EnumProofType getProofType()
      (9) get attribute ProofType
      Returns:
      the value of the attribute
    • setColorType

      public void setColorType(JDFAutoProofingParams.EnumColorType enumVar)
      (5) set attribute ColorType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getColorType

      public JDFAutoProofingParams.EnumColorType getColorType()
      (9) get attribute ColorType
      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
    • getFileSpec

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

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

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element @ if the element already exists
    • refFileSpec

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

      public JDFMedia getMedia()
      (24) const get element Media
      Returns:
      JDFMedia the element
    • getCreateMedia

      public JDFMedia getCreateMedia()
      (25) getCreateMedia
      Returns:
      JDFMedia the element
    • appendMedia

      public JDFMedia appendMedia()
      (29) append element Media
      Returns:
      JDFMedia the element @ if the element already exists
    • refMedia

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