public interface Drawable
Interface that is required for components that can be drawn on a PDF page as part of Optional Content Group.
Method Summary | |
---|---|
float[] |
drawOn(Page page)
Draw the component implementing this interface on the PDF page. |
Method Detail |
---|
float[] drawOn(Page page) throws java.lang.Exception
page
- the page to draw on.
java.lang.Exception