Class PolygonStyle
-
- All Implemented Interfaces:
public final class PolygonStyle
Class that declares appearance of polygon
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
drawPolygon
private final Boolean
useFill
private final Float
cornerRadius
private final Float
strokeWidth
private final <Error class: unknown class>
strokeColor
private final <Error class: unknown class>
fillColor
private final Boolean
shouldDrawShadows
-
Method Summary
Modifier and Type Method Description final Boolean
getDrawPolygon()
final Unit
setDrawPolygon(Boolean drawPolygon)
final Boolean
getUseFill()
final Float
getCornerRadius()
final Float
getStrokeWidth()
final <Error class: unknown class>
getStrokeColor()
final <Error class: unknown class>
getFillColor()
final Boolean
getShouldDrawShadows()
-
-
Method Detail
-
getDrawPolygon
final Boolean getDrawPolygon()
-
setDrawPolygon
final Unit setDrawPolygon(Boolean drawPolygon)
-
getUseFill
final Boolean getUseFill()
-
getCornerRadius
final Float getCornerRadius()
-
getStrokeWidth
final Float getStrokeWidth()
-
getStrokeColor
final <Error class: unknown class> getStrokeColor()
-
getFillColor
final <Error class: unknown class> getFillColor()
-
getShouldDrawShadows
final Boolean getShouldDrawShadows()
-
-
-
-