public interface TableElementOnDraw
TableElement rendering
process.| Modifier and Type | Method and Description |
|---|---|
void |
afterDraw(TableElement element,
java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D bounds)
A callback method that is called after an element is drawn.
|
void |
beforeDraw(TableElement element,
java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D bounds)
A callback method that is called before an element is drawn.
|
void beforeDraw(TableElement element, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D bounds)
element - the element (null not permitted).g2 - the graphics target (null not permitted).bounds - the bounds (null not permitted).void afterDraw(TableElement element, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D bounds)
element - the element (null not permitted).g2 - the graphics target (null not permitted).bounds - the bounds (null not permitted).