Uses of Class
com.luciad.view.gxy.TLcdStrokeLineStyleBuilder
Packages that use TLcdStrokeLineStyleBuilder
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of TLcdStrokeLineStyleBuilder in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdStrokeLineStyleBuilderModifier and TypeMethodDescriptionTLcdStrokeLineStyleBuilder.antiAliasing(boolean aAntiAliasing) Sets whether to use anti-aliasing when painting.TLcdStrokeLineStyleBuilder.cap(TLcdStrokeLineStyleBuilder.Cap aCap) Sets how lines are ended.Sets the default color.TLcdStrokeLineStyleBuilder.dashedLineStyle()When calling this method, the created line style will produce dashed lines.TLcdStrokeLineStyleBuilder.dashedLineStyle(float aDashLength) When calling this method, the created line style will produce dashed lines.TLcdStrokeLineStyleBuilder.dashedLineStyle(float aDashLength, float aSpaceLength) When calling this method, the created line style will produce dashed lines.TLcdStrokeLineStyleBuilder.dottedLineStyle()When calling this method, the created line style will produced dotted lines, i.e. the width and height of each dash is equal.TLcdStrokeLineStyleBuilder.dottedLineStyle(float aSpaceLength) When calling this method, the created line style will produce dotted lines, i.e. the width and height of each dash is equal.TLcdStrokeLineStyleBuilder.join(TLcdStrokeLineStyleBuilder.Join aJoin) Sets how line segments are joined.TLcdStrokeLineStyleBuilder.lineWidth(float aLineWidth) Sets the line width of the painted lines, in pixels.static TLcdStrokeLineStyleBuilderTLcdStrokeLineStyle.newBuilder()Creates a new builder with the default values.TLcdStrokeLineStyleBuilder.selectionColor(Color aColor) Sets the selection color.TLcdStrokeLineStyleBuilder.solidLineStyle()When calling this method, the created line style will produce solid lines.