Interface IBlockRenderer

All Superinterfaces:
IRenderer
All Known Implementing Classes:
ParagraphRenderer, TableRenderer

public interface IBlockRenderer extends IRenderer
Internal Use Only.

Interface to render BlockNode.

Author:
jamson
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Returns the left x position of the block.
    float
    Returns the right x position of the block.
    float
    Returns the width of the block.

    Methods inherited from interface io.keikai.doc.io.schema.pdf.render.IRenderer

    getCS, getRootRenderer, render
  • Method Details

    • getLeftX

      float getLeftX()
      Returns the left x position of the block.
      Returns:
      the left x position of the block.
    • getRightX

      float getRightX()
      Returns the right x position of the block.
      Returns:
      the right x position of the block.
    • getWidth

      float getWidth()
      Returns the width of the block.
      Returns:
      the width of the block.