| Constructor and Description |
|---|
PolylineDelegate() |
PolylineDelegate(com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline polyline) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<GeoPoint> |
getCoordinates() |
com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline |
getPolyline() |
java.lang.String |
getStrokeColor() |
double |
getStrokeOpacity() |
int |
getStrokeWeight() |
int |
getzIndex() |
int |
hashCode() |
boolean |
isGeodesic() |
void |
setCoordinates(java.util.List<GeoPoint> coordinates)
Sets polyline vertices coordinates
|
void |
setGeodesic(boolean geodesic)
Sets whether polyline lines should be geodesic, which means they they curve will change depending of the line
closeness to north/south pole.
|
void |
setPolyline(com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline polyline) |
void |
setStrokeColor(java.lang.String strokeColor)
Sets stroke color in any CSS3 format except extended name colors (aquamarine, chocolate etc).
|
void |
setStrokeOpacity(double strokeOpacity)
Sets stroke opacity.
|
void |
setStrokeWeight(int strokeWeight)
Sets stroke weight in pixels.
|
void |
setzIndex(int zIndex)
Sets z-index
|
public PolylineDelegate()
public PolylineDelegate(com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline polyline)
public com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline getPolyline()
public void setPolyline(com.vaadin.tapio.googlemaps.client.overlays.GoogleMapPolyline polyline)
public java.util.List<GeoPoint> getCoordinates()
getCoordinates in interface Polylinepublic void setCoordinates(java.util.List<GeoPoint> coordinates)
PolylinesetCoordinates in interface Polylinecoordinates - coordinatespublic java.lang.String getStrokeColor()
getStrokeColor in interface Polylinepublic void setStrokeColor(java.lang.String strokeColor)
PolylinesetStrokeColor in interface PolylinestrokeColor - stroke colorpublic double getStrokeOpacity()
getStrokeOpacity in interface Polylinepublic void setStrokeOpacity(double strokeOpacity)
PolylinesetStrokeOpacity in interface PolylinestrokeOpacity - stroke opacitypublic int getStrokeWeight()
getStrokeWeight in interface Polylinepublic void setStrokeWeight(int strokeWeight)
PolylinesetStrokeWeight in interface PolylinestrokeWeight - stroke weight in pixelspublic void setzIndex(int zIndex)
Polylinepublic boolean isGeodesic()
isGeodesic in interface Polylinepublic void setGeodesic(boolean geodesic)
PolylinesetGeodesic in interface Polylinegeodesic - true if edges should be geodesicpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object