Class Overview
A style for polygons. Contains attributes for configuring how the polygon is drawn on the screen.
Summary
[Expand]
Inherited Methods |
From class
com.carto.styles.Style
synchronized
void
|
delete()
|
boolean
|
equals(Object obj)
Checks if this object is equal to the specified object.
|
Color
|
getColor()
Returns the color of the vector element.
|
int
|
hashCode()
Returns the hash value of this object.
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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.