Uses of Class
com.luciad.view.lightspeed.style.TLspFillStyle.StipplePattern
Packages that use TLspFillStyle.StipplePattern
-
Uses of TLspFillStyle.StipplePattern in com.luciad.view.lightspeed.style
Fields in com.luciad.view.lightspeed.style declared as TLspFillStyle.StipplePatternModifier and TypeFieldDescriptionstatic final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.EMPTY_TONE
Represents an empty tone stipple pattern (a pattern filled with 0's).static final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.FULL_TONE
Represents a full tone stipple pattern (a pattern is filled with 1's).static final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.HALF_TONE
Represents a half tone stipple pattern (a checkers board like pattern).static final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.HALF_TONE_2x2
Represents a half tone stipple pattern (a checkers board like pattern), where the block size is two by two pixels.static final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.HALF_TONE_8x8
Represents a half tone stipple pattern (a checkers board like pattern), where the block size is eight by eight pixels.static final TLspFillStyle.StipplePattern
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.static final TLspFillStyle.StipplePattern
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.static final TLspFillStyle.StipplePattern
TLspFillStyle.StipplePattern.SIXTEEN_DOTS
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.Methods in com.luciad.view.lightspeed.style that return TLspFillStyle.StipplePatternModifier and TypeMethodDescriptionTLspFillStyle.StipplePattern.Builder.build()
Finishes building and returns the stipple pattern corresponding to the properties configured on this builder.TLspFillStyle.getStipplePattern()
Gets the stipple pattern used for the fill.Methods in com.luciad.view.lightspeed.style with parameters of type TLspFillStyle.StipplePatternModifier and TypeMethodDescriptionTLspFillStyle.Builder.stipplePattern
(TLspFillStyle.StipplePattern aPattern) Sets the fill stipple pattern to one of the default patterns.