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.StipplePatternTLspFillStyle.StipplePattern.EMPTY_TONERepresents an empty tone stipple pattern (a pattern filled with 0's).static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.FULL_TONERepresents a full tone stipple pattern (a pattern is filled with 1's).static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.HALF_TONERepresents a half tone stipple pattern (a checkers board like pattern).static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.HALF_TONE_2x2Represents a half tone stipple pattern (a checkers board like pattern), where the block size is two by two pixels.static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.HALF_TONE_8x8Represents a half tone stipple pattern (a checkers board like pattern), where the block size is eight by eight pixels.static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.HATCHEDRepresents a stipple pattern with diagonal lines, separated 3 pixels from each other and going from bottom left to upper right corner.static final TLspFillStyle.StipplePatternTLspFillStyle.StipplePattern.ONE_DOTRepresents 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.StipplePatternTLspFillStyle.StipplePattern.SIXTEEN_DOTSRepresents 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.