T - The data type of the option value.public class Styler<T> extends Object implements org.fujion.ancillary.IOptionMapTransform
| Modifier and Type | Class and Description |
|---|---|
static class |
Styler.ColorStyler
This option sets the color of the feature.
|
static class |
Styler.GammaStyler
This option adjusts the lightness relative to the default Google style, using a gamma curve.
|
static class |
Styler.HueStyler
This option sets the hue while keeping the saturation and lightness specified in the default
Google style (or in other style options you define on the map).
|
static class |
Styler.InvertLightnessStyler
This option simply inverts the default Google style.
|
static class |
Styler.LightnessStyler
This option sets the lightness while keeping the saturation and hue specified in the default
Google style (or in other style options you define on the map).
|
static class |
Styler.SaturationStyler
This option sets the saturation while keeping the hue and lightness specified in the default
Google style (or in other style options you define on the map).
|
static class |
Styler.VisibilityStyler
This option indicates whether and how the element appears on the map.
|
static class |
Styler.VisibilityType |
static class |
Styler.WeightStyler
This option sets the weight of the feature, in pixels.
|
Copyright © 2023 Fujion Framework. All rights reserved.