|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gwtopenmaps.openlayers.client.util.JSObjectWrapper org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions org.gwtopenmaps.openlayers.client.symbolizer.LineSymbolizerOptions
public class LineSymbolizerOptions
Constructor Summary | |
---|---|
LineSymbolizerOptions()
|
Method Summary | |
---|---|
void |
setStrokeColor(String color)
APIProperty: strokeColor {String} Color for line stroke. |
void |
setStrokeDashstyle(String dashstyle)
Property: strokeDashstyle {String} Stroke dash style according to the SLD spec. |
void |
setStrokeLinecap(String linecap)
APIProperty: strokeLinecap {String} Stroke cap type ("butt", "round", or "square"). |
void |
setStrokeOpacity(double opacity)
APIProperty: strokeOpacity {Number} Stroke opacity (0-1). |
void |
setStrokeWidth(int width)
APIProperty: strokeWidth {Number} Pixel stroke width. |
Methods inherited from class org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions |
---|
setZindex |
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper |
---|
getJSObject, setJSObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineSymbolizerOptions()
Method Detail |
---|
public void setStrokeColor(String color)
public void setStrokeOpacity(double opacity)
public void setStrokeWidth(int width)
public void setStrokeLinecap(String linecap)
public void setStrokeDashstyle(String dashstyle)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |