Package com.massifmaps.styles
Class StyleBuilder
java.lang.Object
com.massifmaps.styles.StyleBuilder
- Direct Known Subclasses:
BalloonPopupButtonStyleBuilder,BillboardStyleBuilder,GeometryCollectionStyleBuilder,LineStyleBuilder,PointStyleBuilder,Polygon3DStyleBuilder,PolygonStyleBuilder
A base class for other StyleBuilder subclasses.
-
Method Summary
-
Method Details
-
equals
Checks if this object is equal to the specified object. -
hashCode
public int hashCode()Returns the hash value of this object. -
getColor
Returns the color of the vector element.- Returns:
- The color of the vector element.
-
setColor
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.- Parameters:
color- The new color for the vector element.
-