Class PolygonStyle

java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.PolygonStyle

public class PolygonStyle extends Style
A style for polygons. Contains attributes for configuring how the polygon is drawn on the screen.
  • Method Details

    • getLineStyle

      public LineStyle getLineStyle()
      Returns the style of the edges of the polygon.
      Returns:
      The style of the edges of the polygon. May be null.