Uses of Class
com.luciad.fusion.client.view.gxy.TLfnVectorGXYStyleProvider.Builder
Packages that use TLfnVectorGXYStyleProvider.Builder
Package
Description
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
-
Uses of TLfnVectorGXYStyleProvider.Builder in com.luciad.fusion.client.view.gxy
Methods in com.luciad.fusion.client.view.gxy that return TLfnVectorGXYStyleProvider.BuilderModifier and TypeMethodDescriptionTLfnVectorGXYStyleProvider.asBuilder()
Deprecated.Creates a builder for a vector style provider, based on this instance.TLfnVectorGXYStyleProvider.newBuilder()
Deprecated.Creates a builder for a vector style provider.TLfnVectorGXYStyleProvider.Builder.setAreaStyle
(ILcdGXYPainterStyle aOutlineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the outline and fill styles for areas.TLfnVectorGXYStyleProvider.Builder.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.Sets the style for lines.Deprecated.Sets the name of the style provider.TLfnVectorGXYStyleProvider.Builder.setPointIcon
(ILcdIcon aUnselected, ILcdIcon aSelected) Deprecated.Sets the icon for points.