java.lang.Object | |
↳ | com.carto.styles.StyleBuilder |
![]() |
![]() |
A base class for other StyleBuilder subclasses.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| ||||||||||
void |
setColor(Color color)
Sets the color for the vector element.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks if this object is equal to the specified object.
obj | The reference object. |
---|
Returns the color of the vector element.
Returns the hash value of this object.
Sets the color for the vector element. Coloring works by multiplying the bitmap
of the vector element with the specified color. If the color is set to white, the resulting bitmap
will look exactly like the original. The default is white.
color | The new color for the vector element. |
---|