Painter Layout

Painter element layout controls how a painter element is laid out when it is bigger than the remaining space of a page.

Layout

Description

PAINTER_NON_BREAK

If a painter is larger than the remaining page, advance to the next page. If the painter is larger than the entire page, draw the top portion in a page and ignore the remaining part.

PAINTER_BREAKABLE

If a painter is larger than the remaining page, print the portion that can fit in the available space and continue to the next page for the remaining part.

Type

integer

Example

layout = StyleConstant.PAINTER_BREAKABLE;

<< Line Styles © 1996-2013 InetSoft Technology Corporation (v11.4) Point Shapes >>