org.gwtopenmaps.openlayers.client.style
Class SymbolizerLine
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.style.Symbolizer
org.gwtopenmaps.openlayers.client.style.SymbolizerLine
- Direct Known Subclasses:
- SymbolizerPolygon
public class SymbolizerLine
- extends Symbolizer
- Author:
- Maciej Jezierski - Pinocchio
Create a symbolizer for rendering lines.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerLine
public SymbolizerLine()
SymbolizerLine
protected SymbolizerLine(JSObject object)
setStorkeColor
public void setStorkeColor(String color)
getStorkeColor
public String getStorkeColor()
setStorkeOpacity
public void setStorkeOpacity(double opacity)
getStorkeOpacity
public double getStorkeOpacity()
setStorkeWidth
public void setStorkeWidth(int width)
getStorkeWidth
public int getStorkeWidth()
setLinecap
public void setLinecap(String linecap)
- Parameters:
linecap
- Stroke cap type (“butt”, “round”, or “square”).
getLinecap
public String getLinecap()
setDashstyle
public void setDashstyle(String dashstyle)
- Stroke dash style according to the SLD spec. Note that the OpenLayers values for strokeDashstyle (“dot”, “dash”, “dashdot”, “longdash”, “longdashdot”, or “solid”) will not work in SLD, but most SLD patterns will render correctly in OpenLayers
- Parameters:
dashstyle
-
getDashstyle
public String getDashstyle()
Copyright © 2011 sourceforge. All Rights Reserved.