Class Renderer.Target

  • Direct Known Subclasses:
    Renderer.DocumentTarget
    Enclosing class:
    Renderer

    public static class Renderer.Target
    extends java.lang.Object
    The Class Target.
    • Field Detail

      • parent

        protected int parent
        The parent.
    • Method Detail

      • document

        public static final Renderer.DocumentTarget document​(java.lang.String documentId,
                                                             java.io.File documentFile)

        Creates a new DocumentTarget denoted by documentId and file.

        Parameters:
        documentId - the ID of this document
        documentFile - the physical document file
        Returns:
        new DocumentTarget object
      • global

        public static final Renderer.Target global()

        Creates a new global Target

        .
        Returns:
        new Target object
      • getScope

        public Renderer.Scope getScope()
        Gets the scope.
        Returns:
        the scope
      • getParent

        public int getParent()
        Gets the parent.
        Returns:
        the parent