JavaScript is disabled on your browser.
Provides a generic model for styles.
Represents an empty tone stipple pattern (a pattern filled with 0's).
Represents a full tone stipple pattern (a pattern is filled with 1's).
Represents a half tone stipple pattern (a checkers board like pattern).
Represents a half tone stipple pattern (a checkers board like pattern), where the block size
is two by two pixels.
Represents a half tone stipple pattern (a checkers board like pattern), where the block size
is eight by eight pixels.
TLspFillStyle.StipplePattern. HATCHED
Represents a stipple pattern with diagonal lines, separated 3 pixels from
each other and going from bottom left to upper right corner.
TLspFillStyle.StipplePattern. ONE_DOT
Represents a stipple pattern in which the upper-left 16 by 16 pixel block is filled, and the
rest of the pattern is empty.
Represents a stipple pattern in which each 8x8 pixel block (of the 32x32 pattern) has a 4x4
upper left sub-block which is filled, and the rest of its pixels are empty.
TLspFillStyle.StipplePattern.Builder. build ()
Finishes building and returns the stipple pattern corresponding to the
properties configured on this builder.
Gets the stipple pattern used for the fill.
Sets the fill stipple pattern to one of the default patterns.