public class PropertyFactory
extends java.lang.Object
| Constructor and Description |
|---|
PropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Property<Function<java.lang.String>> |
backgroundColor(Function<java.lang.String> function)
The color with which the background will be drawn.
|
static Property<java.lang.String> |
backgroundColor(int value)
The color with which the background will be drawn.
|
static Property<java.lang.String> |
backgroundColor(java.lang.String value)
The color with which the background will be drawn.
|
static Property<java.lang.Float> |
backgroundOpacity(java.lang.Float value)
The opacity at which the background will be drawn.
|
static Property<Function<java.lang.Float>> |
backgroundOpacity(Function<java.lang.Float> function)
The opacity at which the background will be drawn.
|
static Property<Function<java.lang.String>> |
backgroundPattern(Function<java.lang.String> function)
Name of image in sprite to use for drawing an image background.
|
static Property<java.lang.String> |
backgroundPattern(java.lang.String value)
Name of image in sprite to use for drawing an image background.
|
static Property<java.lang.Float> |
circleBlur(java.lang.Float value)
Amount to blur the circle.
|
static Property<Function<java.lang.Float>> |
circleBlur(Function<java.lang.Float> function)
Amount to blur the circle.
|
static Property<Function<java.lang.String>> |
circleColor(Function<java.lang.String> function)
The color of the circle.
|
static Property<java.lang.String> |
circleColor(int value)
The color of the circle.
|
static Property<java.lang.String> |
circleColor(java.lang.String value)
The color of the circle.
|
static Property<java.lang.Float> |
circleOpacity(java.lang.Float value)
The opacity at which the circle will be drawn.
|
static Property<Function<java.lang.Float>> |
circleOpacity(Function<java.lang.Float> function)
The opacity at which the circle will be drawn.
|
static Property<Function<java.lang.String>> |
circlePitchScale(Function<java.lang.String> function)
Controls the scaling behavior of the circle when the map is pitched.
|
static Property<java.lang.String> |
circlePitchScale(java.lang.String value)
Controls the scaling behavior of the circle when the map is pitched.
|
static Property<java.lang.Float> |
circleRadius(java.lang.Float value)
Circle radius.
|
static Property<Function<java.lang.Float>> |
circleRadius(Function<java.lang.Float> function)
Circle radius.
|
static Property<java.lang.Float[]> |
circleTranslate(java.lang.Float[] value)
The geometry's offset.
|
static Property<Function<java.lang.Float[]>> |
circleTranslate(Function<java.lang.Float[]> function)
The geometry's offset.
|
static Property<Function<java.lang.String>> |
circleTranslateAnchor(Function<java.lang.String> function)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.String> |
circleTranslateAnchor(java.lang.String value)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.Boolean> |
fillAntialias(java.lang.Boolean value)
Whether or not the fill should be antialiased.
|
static Property<Function<java.lang.Boolean>> |
fillAntialias(Function<java.lang.Boolean> function)
Whether or not the fill should be antialiased.
|
static Property<Function<java.lang.String>> |
fillColor(Function<java.lang.String> function)
The color of the filled part of this layer.
|
static Property<java.lang.String> |
fillColor(int value)
The color of the filled part of this layer.
|
static Property<java.lang.String> |
fillColor(java.lang.String value)
The color of the filled part of this layer.
|
static Property<java.lang.Float> |
fillOpacity(java.lang.Float value)
The opacity of the entire fill layer.
|
static Property<Function<java.lang.Float>> |
fillOpacity(Function<java.lang.Float> function)
The opacity of the entire fill layer.
|
static Property<Function<java.lang.String>> |
fillOutlineColor(Function<java.lang.String> function)
The outline color of the fill.
|
static Property<java.lang.String> |
fillOutlineColor(int value)
The outline color of the fill.
|
static Property<java.lang.String> |
fillOutlineColor(java.lang.String value)
The outline color of the fill.
|
static Property<Function<java.lang.String>> |
fillPattern(Function<java.lang.String> function)
Name of image in sprite to use for drawing image fills.
|
static Property<java.lang.String> |
fillPattern(java.lang.String value)
Name of image in sprite to use for drawing image fills.
|
static Property<java.lang.Float[]> |
fillTranslate(java.lang.Float[] value)
The geometry's offset.
|
static Property<Function<java.lang.Float[]>> |
fillTranslate(Function<java.lang.Float[]> function)
The geometry's offset.
|
static Property<Function<java.lang.String>> |
fillTranslateAnchor(Function<java.lang.String> function)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.String> |
fillTranslateAnchor(java.lang.String value)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.Boolean> |
iconAllowOverlap(java.lang.Boolean value)
If true, the icon will be visible even if it collides with other previously drawn symbols.
|
static Property<Function<java.lang.Boolean>> |
iconAllowOverlap(Function<java.lang.Boolean> function)
If true, the icon will be visible even if it collides with other previously drawn symbols.
|
static Property<Function<java.lang.String>> |
iconColor(Function<java.lang.String> function)
The color of the icon.
|
static Property<java.lang.String> |
iconColor(int value)
The color of the icon.
|
static Property<java.lang.String> |
iconColor(java.lang.String value)
The color of the icon.
|
static Property<java.lang.Float> |
iconHaloBlur(java.lang.Float value)
Fade out the halo towards the outside.
|
static Property<Function<java.lang.Float>> |
iconHaloBlur(Function<java.lang.Float> function)
Fade out the halo towards the outside.
|
static Property<Function<java.lang.String>> |
iconHaloColor(Function<java.lang.String> function)
The color of the icon's halo.
|
static Property<java.lang.String> |
iconHaloColor(int value)
The color of the icon's halo.
|
static Property<java.lang.String> |
iconHaloColor(java.lang.String value)
The color of the icon's halo.
|
static Property<java.lang.Float> |
iconHaloWidth(java.lang.Float value)
Distance of halo to the icon outline.
|
static Property<Function<java.lang.Float>> |
iconHaloWidth(Function<java.lang.Float> function)
Distance of halo to the icon outline.
|
static Property<java.lang.Boolean> |
iconIgnorePlacement(java.lang.Boolean value)
If true, other symbols can be visible even if they collide with the icon.
|
static Property<Function<java.lang.Boolean>> |
iconIgnorePlacement(Function<java.lang.Boolean> function)
If true, other symbols can be visible even if they collide with the icon.
|
static Property<Function<java.lang.String>> |
iconImage(Function<java.lang.String> function)
A string with {tokens} replaced, referencing the data property to pull from.
|
static Property<java.lang.String> |
iconImage(java.lang.String value)
A string with {tokens} replaced, referencing the data property to pull from.
|
static Property<java.lang.Boolean> |
iconKeepUpright(java.lang.Boolean value)
If true, the icon may be flipped to prevent it from being rendered upside-down.
|
static Property<Function<java.lang.Boolean>> |
iconKeepUpright(Function<java.lang.Boolean> function)
If true, the icon may be flipped to prevent it from being rendered upside-down.
|
static Property<java.lang.Float[]> |
iconOffset(java.lang.Float[] value)
Offset distance of icon from its anchor.
|
static Property<Function<java.lang.Float[]>> |
iconOffset(Function<java.lang.Float[]> function)
Offset distance of icon from its anchor.
|
static Property<java.lang.Float> |
iconOpacity(java.lang.Float value)
The opacity at which the icon will be drawn.
|
static Property<Function<java.lang.Float>> |
iconOpacity(Function<java.lang.Float> function)
The opacity at which the icon will be drawn.
|
static Property<java.lang.Boolean> |
iconOptional(java.lang.Boolean value)
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
|
static Property<Function<java.lang.Boolean>> |
iconOptional(Function<java.lang.Boolean> function)
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
|
static Property<java.lang.Float> |
iconPadding(java.lang.Float value)
Size of the additional area around the icon bounding box used for detecting symbol collisions.
|
static Property<Function<java.lang.Float>> |
iconPadding(Function<java.lang.Float> function)
Size of the additional area around the icon bounding box used for detecting symbol collisions.
|
static Property<java.lang.Float> |
iconRotate(java.lang.Float value)
Rotates the icon clockwise.
|
static Property<Function<java.lang.Float>> |
iconRotate(Function<java.lang.Float> function)
Rotates the icon clockwise.
|
static Property<Function<java.lang.String>> |
iconRotationAlignment(Function<java.lang.String> function)
Orientation of icon when map is rotated.
|
static Property<java.lang.String> |
iconRotationAlignment(java.lang.String value)
Orientation of icon when map is rotated.
|
static Property<java.lang.Float> |
iconSize(java.lang.Float value)
Scale factor for icon.
|
static Property<Function<java.lang.Float>> |
iconSize(Function<java.lang.Float> function)
Scale factor for icon.
|
static Property<Function<java.lang.String>> |
iconTextFit(Function<java.lang.String> function)
Position and scale an icon by the its corresponding text.
|
static Property<java.lang.String> |
iconTextFit(java.lang.String value)
Position and scale an icon by the its corresponding text.
|
static Property<java.lang.Float[]> |
iconTextFitPadding(java.lang.Float[] value)
Size of padding area around the text-fit size in clockwise order: top, right, bottom, left.
|
static Property<Function<java.lang.Float[]>> |
iconTextFitPadding(Function<java.lang.Float[]> function)
Size of padding area around the text-fit size in clockwise order: top, right, bottom, left.
|
static Property<java.lang.Float[]> |
iconTranslate(java.lang.Float[] value)
Distance that the icon's anchor is moved from its original placement.
|
static Property<Function<java.lang.Float[]>> |
iconTranslate(Function<java.lang.Float[]> function)
Distance that the icon's anchor is moved from its original placement.
|
static Property<Function<java.lang.String>> |
iconTranslateAnchor(Function<java.lang.String> function)
Control whether the translation is relative to the map (north) or viewport (screen).
|
static Property<java.lang.String> |
iconTranslateAnchor(java.lang.String value)
Control whether the translation is relative to the map (north) or viewport (screen).
|
static Property<java.lang.Float> |
lineBlur(java.lang.Float value)
Blur applied to the line, in pixels.
|
static Property<Function<java.lang.Float>> |
lineBlur(Function<java.lang.Float> function)
Blur applied to the line, in pixels.
|
static Property<Function<java.lang.String>> |
lineCap(Function<java.lang.String> function)
The display of line endings.
|
static Property<java.lang.String> |
lineCap(java.lang.String value)
The display of line endings.
|
static Property<Function<java.lang.String>> |
lineColor(Function<java.lang.String> function)
The color with which the line will be drawn.
|
static Property<java.lang.String> |
lineColor(int value)
The color with which the line will be drawn.
|
static Property<java.lang.String> |
lineColor(java.lang.String value)
The color with which the line will be drawn.
|
static Property<java.lang.Float[]> |
lineDasharray(java.lang.Float[] value)
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
|
static Property<Function<java.lang.Float[]>> |
lineDasharray(Function<java.lang.Float[]> function)
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
|
static Property<java.lang.Float> |
lineGapWidth(java.lang.Float value)
Draws a line casing outside of a line's actual path.
|
static Property<Function<java.lang.Float>> |
lineGapWidth(Function<java.lang.Float> function)
Draws a line casing outside of a line's actual path.
|
static Property<Function<java.lang.String>> |
lineJoin(Function<java.lang.String> function)
The display of lines when joining.
|
static Property<java.lang.String> |
lineJoin(java.lang.String value)
The display of lines when joining.
|
static Property<java.lang.Float> |
lineMiterLimit(java.lang.Float value)
Used to automatically convert miter joins to bevel joins for sharp angles.
|
static Property<Function<java.lang.Float>> |
lineMiterLimit(Function<java.lang.Float> function)
Used to automatically convert miter joins to bevel joins for sharp angles.
|
static Property<java.lang.Float> |
lineOffset(java.lang.Float value)
The line's offset perpendicular to its direction.
|
static Property<Function<java.lang.Float>> |
lineOffset(Function<java.lang.Float> function)
The line's offset perpendicular to its direction.
|
static Property<java.lang.Float> |
lineOpacity(java.lang.Float value)
The opacity at which the line will be drawn.
|
static Property<Function<java.lang.Float>> |
lineOpacity(Function<java.lang.Float> function)
The opacity at which the line will be drawn.
|
static Property<Function<java.lang.String>> |
linePattern(Function<java.lang.String> function)
Name of image in sprite to use for drawing image lines.
|
static Property<java.lang.String> |
linePattern(java.lang.String value)
Name of image in sprite to use for drawing image lines.
|
static Property<java.lang.Float> |
lineRoundLimit(java.lang.Float value)
Used to automatically convert round joins to miter joins for shallow angles.
|
static Property<Function<java.lang.Float>> |
lineRoundLimit(Function<java.lang.Float> function)
Used to automatically convert round joins to miter joins for shallow angles.
|
static Property<java.lang.Float[]> |
lineTranslate(java.lang.Float[] value)
The geometry's offset.
|
static Property<Function<java.lang.Float[]>> |
lineTranslate(Function<java.lang.Float[]> function)
The geometry's offset.
|
static Property<Function<java.lang.String>> |
lineTranslateAnchor(Function<java.lang.String> function)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.String> |
lineTranslateAnchor(java.lang.String value)
Control whether the translation is relative to the map (north) or viewport (screen)
|
static Property<java.lang.Float> |
lineWidth(java.lang.Float value)
Stroke thickness.
|
static Property<Function<java.lang.Float>> |
lineWidth(Function<java.lang.Float> function)
Stroke thickness.
|
static Property<java.lang.Float> |
rasterBrightnessMax(java.lang.Float value)
Increase or reduce the brightness of the image.
|
static Property<Function<java.lang.Float>> |
rasterBrightnessMax(Function<java.lang.Float> function)
Increase or reduce the brightness of the image.
|
static Property<java.lang.Float> |
rasterBrightnessMin(java.lang.Float value)
Increase or reduce the brightness of the image.
|
static Property<Function<java.lang.Float>> |
rasterBrightnessMin(Function<java.lang.Float> function)
Increase or reduce the brightness of the image.
|
static Property<java.lang.Float> |
rasterContrast(java.lang.Float value)
Increase or reduce the contrast of the image.
|
static Property<Function<java.lang.Float>> |
rasterContrast(Function<java.lang.Float> function)
Increase or reduce the contrast of the image.
|
static Property<java.lang.Float> |
rasterFadeDuration(java.lang.Float value)
Fade duration when a new tile is added.
|
static Property<Function<java.lang.Float>> |
rasterFadeDuration(Function<java.lang.Float> function)
Fade duration when a new tile is added.
|
static Property<java.lang.Float> |
rasterHueRotate(java.lang.Float value)
Rotates hues around the color wheel.
|
static Property<Function<java.lang.Float>> |
rasterHueRotate(Function<java.lang.Float> function)
Rotates hues around the color wheel.
|
static Property<java.lang.Float> |
rasterOpacity(java.lang.Float value)
The opacity at which the image will be drawn.
|
static Property<Function<java.lang.Float>> |
rasterOpacity(Function<java.lang.Float> function)
The opacity at which the image will be drawn.
|
static Property<java.lang.Float> |
rasterSaturation(java.lang.Float value)
Increase or reduce the saturation of the image.
|
static Property<Function<java.lang.Float>> |
rasterSaturation(Function<java.lang.Float> function)
Increase or reduce the saturation of the image.
|
static Property<java.lang.Boolean> |
symbolAvoidEdges(java.lang.Boolean value)
If true, the symbols will not cross tile edges to avoid mutual collisions.
|
static Property<Function<java.lang.Boolean>> |
symbolAvoidEdges(Function<java.lang.Boolean> function)
If true, the symbols will not cross tile edges to avoid mutual collisions.
|
static Property<Function<java.lang.String>> |
symbolPlacement(Function<java.lang.String> function)
Label placement relative to its geometry.
|
static Property<java.lang.String> |
symbolPlacement(java.lang.String value)
Label placement relative to its geometry.
|
static Property<java.lang.Float> |
symbolSpacing(java.lang.Float value)
Distance between two symbol anchors.
|
static Property<Function<java.lang.Float>> |
symbolSpacing(Function<java.lang.Float> function)
Distance between two symbol anchors.
|
static Property<java.lang.Boolean> |
textAllowOverlap(java.lang.Boolean value)
If true, the text will be visible even if it collides with other previously drawn symbols.
|
static Property<Function<java.lang.Boolean>> |
textAllowOverlap(Function<java.lang.Boolean> function)
If true, the text will be visible even if it collides with other previously drawn symbols.
|
static Property<Function<java.lang.String>> |
textAnchor(Function<java.lang.String> function)
Part of the text placed closest to the anchor.
|
static Property<java.lang.String> |
textAnchor(java.lang.String value)
Part of the text placed closest to the anchor.
|
static Property<Function<java.lang.String>> |
textColor(Function<java.lang.String> function)
The color with which the text will be drawn.
|
static Property<java.lang.String> |
textColor(int value)
The color with which the text will be drawn.
|
static Property<java.lang.String> |
textColor(java.lang.String value)
The color with which the text will be drawn.
|
static Property<Function<java.lang.String>> |
textField(Function<java.lang.String> function)
Value to use for a text label.
|
static Property<java.lang.String> |
textField(java.lang.String value)
Value to use for a text label.
|
static Property<Function<java.lang.String[]>> |
textFont(Function<java.lang.String[]> function)
Font stack to use for displaying text.
|
static Property<java.lang.String[]> |
textFont(java.lang.String[] value)
Font stack to use for displaying text.
|
static Property<java.lang.Float> |
textHaloBlur(java.lang.Float value)
The halo's fadeout distance towards the outside.
|
static Property<Function<java.lang.Float>> |
textHaloBlur(Function<java.lang.Float> function)
The halo's fadeout distance towards the outside.
|
static Property<Function<java.lang.String>> |
textHaloColor(Function<java.lang.String> function)
The color of the text's halo, which helps it stand out from backgrounds.
|
static Property<java.lang.String> |
textHaloColor(int value)
The color of the text's halo, which helps it stand out from backgrounds.
|
static Property<java.lang.String> |
textHaloColor(java.lang.String value)
The color of the text's halo, which helps it stand out from backgrounds.
|
static Property<java.lang.Float> |
textHaloWidth(java.lang.Float value)
Distance of halo to the font outline.
|
static Property<Function<java.lang.Float>> |
textHaloWidth(Function<java.lang.Float> function)
Distance of halo to the font outline.
|
static Property<java.lang.Boolean> |
textIgnorePlacement(java.lang.Boolean value)
If true, other symbols can be visible even if they collide with the text.
|
static Property<Function<java.lang.Boolean>> |
textIgnorePlacement(Function<java.lang.Boolean> function)
If true, other symbols can be visible even if they collide with the text.
|
static Property<Function<java.lang.String>> |
textJustify(Function<java.lang.String> function)
Text justification options.
|
static Property<java.lang.String> |
textJustify(java.lang.String value)
Text justification options.
|
static Property<java.lang.Boolean> |
textKeepUpright(java.lang.Boolean value)
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
|
static Property<Function<java.lang.Boolean>> |
textKeepUpright(Function<java.lang.Boolean> function)
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
|
static Property<java.lang.Float> |
textLetterSpacing(java.lang.Float value)
Text tracking amount.
|
static Property<Function<java.lang.Float>> |
textLetterSpacing(Function<java.lang.Float> function)
Text tracking amount.
|
static Property<java.lang.Float> |
textLineHeight(java.lang.Float value)
Text leading value for multi-line text.
|
static Property<Function<java.lang.Float>> |
textLineHeight(Function<java.lang.Float> function)
Text leading value for multi-line text.
|
static Property<java.lang.Float> |
textMaxAngle(java.lang.Float value)
Maximum angle change between adjacent characters.
|
static Property<Function<java.lang.Float>> |
textMaxAngle(Function<java.lang.Float> function)
Maximum angle change between adjacent characters.
|
static Property<java.lang.Float> |
textMaxWidth(java.lang.Float value)
The maximum line width for text wrapping.
|
static Property<Function<java.lang.Float>> |
textMaxWidth(Function<java.lang.Float> function)
The maximum line width for text wrapping.
|
static Property<java.lang.Float[]> |
textOffset(java.lang.Float[] value)
Offset distance of text from its anchor.
|
static Property<Function<java.lang.Float[]>> |
textOffset(Function<java.lang.Float[]> function)
Offset distance of text from its anchor.
|
static Property<java.lang.Float> |
textOpacity(java.lang.Float value)
The opacity at which the text will be drawn.
|
static Property<Function<java.lang.Float>> |
textOpacity(Function<java.lang.Float> function)
The opacity at which the text will be drawn.
|
static Property<java.lang.Boolean> |
textOptional(java.lang.Boolean value)
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
|
static Property<Function<java.lang.Boolean>> |
textOptional(Function<java.lang.Boolean> function)
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
|
static Property<java.lang.Float> |
textPadding(java.lang.Float value)
Size of the additional area around the text bounding box used for detecting symbol collisions.
|
static Property<Function<java.lang.Float>> |
textPadding(Function<java.lang.Float> function)
Size of the additional area around the text bounding box used for detecting symbol collisions.
|
static Property<Function<java.lang.String>> |
textPitchAlignment(Function<java.lang.String> function)
Aligns text to the plane of the `viewport` or the `map` when the map is pitched.
|
static Property<java.lang.String> |
textPitchAlignment(java.lang.String value)
Aligns text to the plane of the `viewport` or the `map` when the map is pitched.
|
static Property<java.lang.Float> |
textRotate(java.lang.Float value)
Rotates the text clockwise.
|
static Property<Function<java.lang.Float>> |
textRotate(Function<java.lang.Float> function)
Rotates the text clockwise.
|
static Property<Function<java.lang.String>> |
textRotationAlignment(Function<java.lang.String> function)
Orientation of text when map is rotated.
|
static Property<java.lang.String> |
textRotationAlignment(java.lang.String value)
Orientation of text when map is rotated.
|
static Property<java.lang.Float> |
textSize(java.lang.Float value)
Font size.
|
static Property<Function<java.lang.Float>> |
textSize(Function<java.lang.Float> function)
Font size.
|
static Property<Function<java.lang.String>> |
textTransform(Function<java.lang.String> function)
Specifies how to capitalize text, similar to the CSS `text-transform` property.
|
static Property<java.lang.String> |
textTransform(java.lang.String value)
Specifies how to capitalize text, similar to the CSS `text-transform` property.
|
static Property<java.lang.Float[]> |
textTranslate(java.lang.Float[] value)
Distance that the text's anchor is moved from its original placement.
|
static Property<Function<java.lang.Float[]>> |
textTranslate(Function<java.lang.Float[]> function)
Distance that the text's anchor is moved from its original placement.
|
static Property<Function<java.lang.String>> |
textTranslateAnchor(Function<java.lang.String> function)
Control whether the translation is relative to the map (north) or viewport (screen).
|
static Property<java.lang.String> |
textTranslateAnchor(java.lang.String value)
Control whether the translation is relative to the map (north) or viewport (screen).
|
static Property<Function<java.lang.String>> |
visibility(Function<java.lang.String> function)
Set visibility
|
static Property<java.lang.String> |
visibility(java.lang.String value)
Set visibility
|
public static Property<java.lang.String> visibility(java.lang.String value)
public static Property<Function<java.lang.String>> visibility(Function<java.lang.String> function)
public static Property<java.lang.Boolean> fillAntialias(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> fillAntialias(Function<java.lang.Boolean> function)
public static Property<java.lang.Float> fillOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> fillOpacity(Function<java.lang.Float> function)
public static Property<java.lang.String> fillColor(int value)
public static Property<java.lang.String> fillColor(java.lang.String value)
public static Property<Function<java.lang.String>> fillColor(Function<java.lang.String> function)
public static Property<java.lang.String> fillOutlineColor(int value)
public static Property<java.lang.String> fillOutlineColor(java.lang.String value)
public static Property<Function<java.lang.String>> fillOutlineColor(Function<java.lang.String> function)
public static Property<java.lang.Float[]> fillTranslate(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> fillTranslate(Function<java.lang.Float[]> function)
public static Property<java.lang.String> fillTranslateAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> fillTranslateAnchor(Function<java.lang.String> function)
public static Property<java.lang.String> fillPattern(java.lang.String value)
public static Property<Function<java.lang.String>> fillPattern(Function<java.lang.String> function)
public static Property<java.lang.Float> lineOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineOpacity(Function<java.lang.Float> function)
public static Property<java.lang.String> lineColor(int value)
public static Property<java.lang.String> lineColor(java.lang.String value)
public static Property<Function<java.lang.String>> lineColor(Function<java.lang.String> function)
public static Property<java.lang.Float[]> lineTranslate(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> lineTranslate(Function<java.lang.Float[]> function)
public static Property<java.lang.String> lineTranslateAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> lineTranslateAnchor(Function<java.lang.String> function)
public static Property<java.lang.Float> lineWidth(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineWidth(Function<java.lang.Float> function)
public static Property<java.lang.Float> lineGapWidth(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineGapWidth(Function<java.lang.Float> function)
public static Property<java.lang.Float> lineOffset(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineOffset(Function<java.lang.Float> function)
public static Property<java.lang.Float> lineBlur(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineBlur(Function<java.lang.Float> function)
public static Property<java.lang.Float[]> lineDasharray(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> lineDasharray(Function<java.lang.Float[]> function)
public static Property<java.lang.String> linePattern(java.lang.String value)
public static Property<Function<java.lang.String>> linePattern(Function<java.lang.String> function)
public static Property<java.lang.Float> iconOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconOpacity(Function<java.lang.Float> function)
public static Property<java.lang.String> iconColor(int value)
public static Property<java.lang.String> iconColor(java.lang.String value)
public static Property<Function<java.lang.String>> iconColor(Function<java.lang.String> function)
public static Property<java.lang.String> iconHaloColor(int value)
public static Property<java.lang.String> iconHaloColor(java.lang.String value)
public static Property<Function<java.lang.String>> iconHaloColor(Function<java.lang.String> function)
public static Property<java.lang.Float> iconHaloWidth(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconHaloWidth(Function<java.lang.Float> function)
public static Property<java.lang.Float> iconHaloBlur(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconHaloBlur(Function<java.lang.Float> function)
public static Property<java.lang.Float[]> iconTranslate(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> iconTranslate(Function<java.lang.Float[]> function)
public static Property<java.lang.String> iconTranslateAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> iconTranslateAnchor(Function<java.lang.String> function)
public static Property<java.lang.Float> textOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> textOpacity(Function<java.lang.Float> function)
public static Property<java.lang.String> textColor(int value)
public static Property<java.lang.String> textColor(java.lang.String value)
public static Property<Function<java.lang.String>> textColor(Function<java.lang.String> function)
public static Property<java.lang.String> textHaloColor(int value)
public static Property<java.lang.String> textHaloColor(java.lang.String value)
public static Property<Function<java.lang.String>> textHaloColor(Function<java.lang.String> function)
public static Property<java.lang.Float> textHaloWidth(java.lang.Float value)
public static Property<Function<java.lang.Float>> textHaloWidth(Function<java.lang.Float> function)
public static Property<java.lang.Float> textHaloBlur(java.lang.Float value)
public static Property<Function<java.lang.Float>> textHaloBlur(Function<java.lang.Float> function)
public static Property<java.lang.Float[]> textTranslate(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> textTranslate(Function<java.lang.Float[]> function)
public static Property<java.lang.String> textTranslateAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> textTranslateAnchor(Function<java.lang.String> function)
public static Property<java.lang.Float> circleRadius(java.lang.Float value)
public static Property<Function<java.lang.Float>> circleRadius(Function<java.lang.Float> function)
public static Property<java.lang.String> circleColor(int value)
public static Property<java.lang.String> circleColor(java.lang.String value)
public static Property<Function<java.lang.String>> circleColor(Function<java.lang.String> function)
public static Property<java.lang.Float> circleBlur(java.lang.Float value)
public static Property<Function<java.lang.Float>> circleBlur(Function<java.lang.Float> function)
public static Property<java.lang.Float> circleOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> circleOpacity(Function<java.lang.Float> function)
public static Property<java.lang.Float[]> circleTranslate(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> circleTranslate(Function<java.lang.Float[]> function)
public static Property<java.lang.String> circleTranslateAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> circleTranslateAnchor(Function<java.lang.String> function)
public static Property<java.lang.String> circlePitchScale(java.lang.String value)
public static Property<Function<java.lang.String>> circlePitchScale(Function<java.lang.String> function)
public static Property<java.lang.Float> rasterOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterOpacity(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterHueRotate(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterHueRotate(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterBrightnessMin(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterBrightnessMin(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterBrightnessMax(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterBrightnessMax(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterSaturation(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterSaturation(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterContrast(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterContrast(Function<java.lang.Float> function)
public static Property<java.lang.Float> rasterFadeDuration(java.lang.Float value)
public static Property<Function<java.lang.Float>> rasterFadeDuration(Function<java.lang.Float> function)
public static Property<java.lang.String> backgroundColor(int value)
public static Property<java.lang.String> backgroundColor(java.lang.String value)
public static Property<Function<java.lang.String>> backgroundColor(Function<java.lang.String> function)
public static Property<java.lang.String> backgroundPattern(java.lang.String value)
public static Property<Function<java.lang.String>> backgroundPattern(Function<java.lang.String> function)
public static Property<java.lang.Float> backgroundOpacity(java.lang.Float value)
public static Property<Function<java.lang.Float>> backgroundOpacity(Function<java.lang.Float> function)
public static Property<java.lang.String> lineCap(java.lang.String value)
public static Property<Function<java.lang.String>> lineCap(Function<java.lang.String> function)
public static Property<java.lang.String> lineJoin(java.lang.String value)
public static Property<Function<java.lang.String>> lineJoin(Function<java.lang.String> function)
public static Property<java.lang.Float> lineMiterLimit(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineMiterLimit(Function<java.lang.Float> function)
public static Property<java.lang.Float> lineRoundLimit(java.lang.Float value)
public static Property<Function<java.lang.Float>> lineRoundLimit(Function<java.lang.Float> function)
public static Property<java.lang.String> symbolPlacement(java.lang.String value)
public static Property<Function<java.lang.String>> symbolPlacement(Function<java.lang.String> function)
public static Property<java.lang.Float> symbolSpacing(java.lang.Float value)
public static Property<Function<java.lang.Float>> symbolSpacing(Function<java.lang.Float> function)
public static Property<java.lang.Boolean> symbolAvoidEdges(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> symbolAvoidEdges(Function<java.lang.Boolean> function)
public static Property<java.lang.Boolean> iconAllowOverlap(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> iconAllowOverlap(Function<java.lang.Boolean> function)
public static Property<java.lang.Boolean> iconIgnorePlacement(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> iconIgnorePlacement(Function<java.lang.Boolean> function)
public static Property<java.lang.Boolean> iconOptional(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> iconOptional(Function<java.lang.Boolean> function)
public static Property<java.lang.String> iconRotationAlignment(java.lang.String value)
public static Property<Function<java.lang.String>> iconRotationAlignment(Function<java.lang.String> function)
public static Property<java.lang.Float> iconSize(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconSize(Function<java.lang.Float> function)
public static Property<java.lang.String> iconTextFit(java.lang.String value)
public static Property<Function<java.lang.String>> iconTextFit(Function<java.lang.String> function)
public static Property<java.lang.Float[]> iconTextFitPadding(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> iconTextFitPadding(Function<java.lang.Float[]> function)
public static Property<java.lang.String> iconImage(java.lang.String value)
public static Property<Function<java.lang.String>> iconImage(Function<java.lang.String> function)
public static Property<java.lang.Float> iconRotate(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconRotate(Function<java.lang.Float> function)
public static Property<java.lang.Float> iconPadding(java.lang.Float value)
public static Property<Function<java.lang.Float>> iconPadding(Function<java.lang.Float> function)
public static Property<java.lang.Boolean> iconKeepUpright(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> iconKeepUpright(Function<java.lang.Boolean> function)
public static Property<java.lang.Float[]> iconOffset(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> iconOffset(Function<java.lang.Float[]> function)
public static Property<java.lang.String> textPitchAlignment(java.lang.String value)
public static Property<Function<java.lang.String>> textPitchAlignment(Function<java.lang.String> function)
public static Property<java.lang.String> textRotationAlignment(java.lang.String value)
public static Property<Function<java.lang.String>> textRotationAlignment(Function<java.lang.String> function)
public static Property<java.lang.String> textField(java.lang.String value)
public static Property<Function<java.lang.String>> textField(Function<java.lang.String> function)
public static Property<java.lang.String[]> textFont(java.lang.String[] value)
public static Property<Function<java.lang.String[]>> textFont(Function<java.lang.String[]> function)
public static Property<java.lang.Float> textSize(java.lang.Float value)
public static Property<Function<java.lang.Float>> textSize(Function<java.lang.Float> function)
public static Property<java.lang.Float> textMaxWidth(java.lang.Float value)
public static Property<Function<java.lang.Float>> textMaxWidth(Function<java.lang.Float> function)
public static Property<java.lang.Float> textLineHeight(java.lang.Float value)
public static Property<Function<java.lang.Float>> textLineHeight(Function<java.lang.Float> function)
public static Property<java.lang.Float> textLetterSpacing(java.lang.Float value)
public static Property<Function<java.lang.Float>> textLetterSpacing(Function<java.lang.Float> function)
public static Property<java.lang.String> textJustify(java.lang.String value)
public static Property<Function<java.lang.String>> textJustify(Function<java.lang.String> function)
public static Property<java.lang.String> textAnchor(java.lang.String value)
public static Property<Function<java.lang.String>> textAnchor(Function<java.lang.String> function)
public static Property<java.lang.Float> textMaxAngle(java.lang.Float value)
public static Property<Function<java.lang.Float>> textMaxAngle(Function<java.lang.Float> function)
public static Property<java.lang.Float> textRotate(java.lang.Float value)
public static Property<Function<java.lang.Float>> textRotate(Function<java.lang.Float> function)
public static Property<java.lang.Float> textPadding(java.lang.Float value)
public static Property<Function<java.lang.Float>> textPadding(Function<java.lang.Float> function)
public static Property<java.lang.Boolean> textKeepUpright(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> textKeepUpright(Function<java.lang.Boolean> function)
public static Property<java.lang.String> textTransform(java.lang.String value)
public static Property<Function<java.lang.String>> textTransform(Function<java.lang.String> function)
public static Property<java.lang.Float[]> textOffset(java.lang.Float[] value)
public static Property<Function<java.lang.Float[]>> textOffset(Function<java.lang.Float[]> function)
public static Property<java.lang.Boolean> textAllowOverlap(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> textAllowOverlap(Function<java.lang.Boolean> function)
public static Property<java.lang.Boolean> textIgnorePlacement(java.lang.Boolean value)
public static Property<Function<java.lang.Boolean>> textIgnorePlacement(Function<java.lang.Boolean> function)
public static Property<java.lang.Boolean> textOptional(java.lang.Boolean value)