public class

Polygon3DStyle

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

Class Overview

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

Summary

Public Methods
synchronized void delete()
Color getSideColor()
Returns the color for sides of the 3d polygon.
[Expand]
Inherited Methods
From class com.carto.styles.Style
From class java.lang.Object

Public Methods

public synchronized void delete ()

public Color getSideColor ()

Returns the color for sides of the 3d polygon.

Returns
  • The color for sides of the 3d polygon.