java.lang.Object | ||
↳ | com.carto.styles.StyleBuilder | |
↳ | com.carto.styles.Polygon3DStyleBuilder |
A builder class for Polygon3DStyle.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Polygon3DStyleBuilder()
Constructs a Polygon3DStyleBuilder object with all parameters set to defaults.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Polygon3DStyle |
buildStyle()
Builds a new instance of the Polygon3DStyle object using previously set parameters.
| ||||||||||
synchronized void | delete() | ||||||||||
Color |
getSideColor()
Returns the color of the 3d polygon sides.
| ||||||||||
void |
setSideColor(Color sideColor)
Sets the the color of the 3d polygon sides.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a Polygon3DStyleBuilder object with all parameters set to defaults.
Builds a new instance of the Polygon3DStyle object using previously set parameters.
Returns the color of the 3d polygon sides.
Sets the the color of the 3d polygon sides. The side color is also affected by lighting settings,
so that sides with different orientation are distinguishable.
sideColor | The new color for the 3d polygon sides. |
---|