-
public final class StyleRepresents styling information that can be applied to a feature. Properties are nullable as not all formats or features will specify them.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstrokeColorprivate final FloatstrokeWidthprivate final StringfillColor
-
Method Summary
Modifier and Type Method Description final StringgetStrokeColor()final FloatgetStrokeWidth()final StringgetFillColor()-
-
Method Detail
-
getStrokeColor
final String getStrokeColor()
-
getStrokeWidth
final Float getStrokeWidth()
-
getFillColor
final String getFillColor()
-
-
-
-