Class TLspPlotLayerBuilder


public class TLspPlotLayerBuilder extends TLspPlotLayerBuilder
Deprecated.
The plot painting functionality has been move to Lightspeed, please use TLspPlotLayerBuilder instead.
This builder is used to create a layer optimized for displaying large static datasets with points.

You can configure the following aspects using this builder:

See newBuilder() for default values.

Example:

   ILspLayer layer = TLspPLotLayerBuilder.newBuilder()
                                         .model(myModel)
                                         .label("Plots")
                                         .bodyStyles(REGULAR,
                                                     TLspPlotStyle.newBuilder()....build()
                                         .build()
 

Since:
2012.1
See Also: