- All Superinterfaces:
ReadOnlyPropertyBean,RenderContext
PrintRenderContext.
- Author:
- Werner Randelshofer
-
Field Summary
FieldsModifier and TypeFieldDescriptionDefines the current internal page number of a page figure.Defines the total number of a pages in the print job.The figure which defines the layout of the current print page.Defines the current page number of the print job.Fields inherited from interface org.jhotdraw8.draw.render.RenderContext
CLIP_BOUNDS, DPI, MAX_NODES_PER_LAYER, RENDER_NUMBER_OF_PAGES, RENDER_PAGE, RENDER_PAGE_INTERNAL_NUMBER, RENDER_PAGE_NUMBER, RENDER_TIMESTAMP, RENDERING_INTENT, SYSTEM_COLOR_CONVERTER_KEY, UNIT_CONVERTER_KEY -
Method Summary
Methods inherited from interface org.jhotdraw8.fxbase.beans.ReadOnlyPropertyBean
get, getNonNullMethods inherited from interface org.jhotdraw8.draw.render.RenderContext
getNode
-
Field Details
-
PAGE_FIGURE
The figure which defines the layout of the current print page. This is typically aPage. -
INTERNAL_PAGE_NUMBER
Defines the current internal page number of a page figure. A page figure may define the layout for multiple pages - for example for continuous form paper. -
PAGE_NUMBER
Defines the current page number of the print job.This number starts with 1 instead of with 0.
-
NUMBER_OF_PAGES
Defines the total number of a pages in the print job.
-