public class

PolygonStyle

extends Style
java.lang.Object
   ↳ com.carto.styles.Style
     ↳ com.carto.styles.PolygonStyle

Class Overview

A style for polygons. Contains attributes for configuring how the polygon is drawn on the screen.

Summary

Public Methods
synchronized void delete()
LineStyle getLineStyle()
Returns the style of the edges of the polygon.
[Expand]
Inherited Methods
From class com.carto.styles.Style
From class java.lang.Object

Public Methods

public synchronized void delete ()

public LineStyle getLineStyle ()

Returns the style of the edges of the polygon.

Returns
  • The style of the edges of the polygon. May be null.