Interface IBlockRenderer
- All Superinterfaces:
IRenderer
- All Known Implementing Classes:
ParagraphRenderer,TableRenderer
Internal Use Only.
Interface to render BlockNode.
- Author:
- jamson
-
Method Summary
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.
-