Class TLfnVectorGXYStyleProvider.Builder
java.lang.Object
com.luciad.fusion.client.view.gxy.TLfnVectorGXYStyleProvider.Builder
- Enclosing class:
TLfnVectorGXYStyleProvider
Deprecated.
Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.
Builder for
TLfnVectorGXYStyleProvider
.
The builder allows the configuration of fixed styles for points, lines and areas.- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Builds a new style provider.setAreaStyle
(ILcdGXYPainterStyle aOutlineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the outline and fill styles for areas.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.Sets the style for lines.Deprecated.Sets the name of the style provider.setPointIcon
(ILcdIcon aUnselected, ILcdIcon aSelected) Deprecated.Sets the icon for points.
-
Method Details
-
setName
Deprecated.Sets the name of the style provider.- Parameters:
aName
- name- Returns:
- this builder
-
setPointIcon
Deprecated.Sets the icon for points.- Parameters:
aUnselected
- the icon for an unselected pointaSelected
- the icon for a selected point- Returns:
- this builder
-
setLineStyle
Deprecated.Sets the style for lines.- Parameters:
aLineStyle
- the line style- Returns:
- this builder
-
setAreaStyle
public TLfnVectorGXYStyleProvider.Builder setAreaStyle(ILcdGXYPainterStyle aOutlineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the outline and fill styles for areas.- Parameters:
aOutlineStyle
- the outline styleaFillStyle
- the fill style- Returns:
- this builder
-
build
Deprecated.Builds a new style provider.- Returns:
- a new style provider
-