Class JDFAutoTrimmingParams

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

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

    • JDFAutoTrimmingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • 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
    • setTrimCover

      public void setTrimCover(JDFAutoTrimmingParams.ETrimCover enumVar)
      (5) set attribute TrimCover
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getETrimCover

      public JDFAutoTrimmingParams.ETrimCover getETrimCover()
      (9) get attribute TrimCover
      Returns:
      the value of the attribute
    • setTrimCover

      @Deprecated public void setTrimCover(JDFAutoTrimmingParams.EnumTrimCover enumVar)
      Deprecated.
      use SetTrimCover(ETrimCover) based on java.lang.enum instead
      (5) set attribute TrimCover
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getTrimCover

      Deprecated.
      use ETrimCover GetETrimCover() based on java.lang.enum instead
      (9) get attribute TrimCover
      Returns:
      the value of the attribute
    • setWidth

      public void setWidth(double value)
      (36) set attribute Width
      Parameters:
      value - the value to set the attribute to
    • getWidth

      public double getWidth()
      (17) get double attribute Width
      Returns:
      double the value of the attribute
    • setHeight

      public void setHeight(double value)
      (36) set attribute Height
      Parameters:
      value - the value to set the attribute to
    • getHeight

      public double getHeight()
      (17) get double attribute Height
      Returns:
      double the value of the attribute
    • setTrimmingOffset

      public void setTrimmingOffset(double value)
      (36) set attribute TrimmingOffset
      Parameters:
      value - the value to set the attribute to
    • getTrimmingOffset

      public double getTrimmingOffset()
      (17) get double attribute TrimmingOffset
      Returns:
      double the value of the attribute
    • setTrimmingType

      public void setTrimmingType(JDFAutoTrimmingParams.ETrimmingType enumVar)
      (5) set attribute TrimmingType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getETrimmingType

      public JDFAutoTrimmingParams.ETrimmingType getETrimmingType()
      (9) get attribute TrimmingType
      Returns:
      the value of the attribute
    • setTrimmingType

      @Deprecated public void setTrimmingType(JDFAutoTrimmingParams.EnumTrimmingType enumVar)
      Deprecated.
      use SetTrimmingType(ETrimmingType) based on java.lang.enum instead
      (5) set attribute TrimmingType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getTrimmingType

      Deprecated.
      use ETrimmingType GetETrimmingType() based on java.lang.enum instead
      (9) get attribute TrimmingType
      Returns:
      the value of the attribute