Class JDFAutoTile

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

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

    • JDFAutoTile

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

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

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

      public void setClipBox(JDFRectangle value)
      (36) set attribute ClipBox
      Parameters:
      value - the value to set the attribute to
    • getClipBox

      public JDFRectangle getClipBox()
      (20) get JDFRectangle attribute ClipBox
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • 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
    • setTrimBox

      public void setTrimBox(JDFRectangle value)
      (36) set attribute TrimBox
      Parameters:
      value - the value to set the attribute to
    • getTrimBox

      public JDFRectangle getTrimBox()
      (20) get JDFRectangle attribute TrimBox
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • getMarkObject

      public JDFMarkObject getMarkObject()
      (24) const get element MarkObject
      Returns:
      JDFMarkObject the element
    • getCreateMarkObject

      public JDFMarkObject getCreateMarkObject()
      (25) getCreateMarkObject
      Returns:
      JDFMarkObject the element
    • getCreateMarkObject

      public JDFMarkObject getCreateMarkObject(int iSkip)
      (26) getCreateMarkObject
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMarkObject the element
    • getMarkObject

      public JDFMarkObject getMarkObject(int iSkip)
      (27) const get element MarkObject
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMarkObject the element default is getMarkObject(0)
    • getAllMarkObject

      public Collection<JDFMarkObject> getAllMarkObject()
      Get all MarkObject from the current element
      Returns:
      Collection, null if none are available
    • appendMarkObject

      public JDFMarkObject appendMarkObject()
      (30) append element MarkObject
      Returns:
      JDFMarkObject the element
    • 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
    • refMedia

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

      public JDFMediaSource getMediaSource()
      (24) const get element MediaSource
      Returns:
      JDFMediaSource the element
    • getCreateMediaSource

      public JDFMediaSource getCreateMediaSource()
      (25) getCreateMediaSource
      Returns:
      JDFMediaSource the element
    • appendMediaSource

      public JDFMediaSource appendMediaSource()
      (29) append element MediaSource
      Returns:
      JDFMediaSource the element
    • refMediaSource

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