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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetLeftX()Returns the left x position of the block.floatgetRightX()Returns the right x position of the block.floatgetWidth()Returns the width of the block.-
Methods inherited from interface io.keikai.doc.io.schema.pdf.render.IRenderer
getCS, getRootRenderer, render
-
-
-
-
Method Detail
-
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.
-
-