org.gwtopenmaps.openlayers.client.style
Class SymbolizerLineImpl
java.lang.Object
org.gwtopenmaps.openlayers.client.style.SymbolizerLineImpl
public class SymbolizerLineImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerLineImpl
public SymbolizerLineImpl()
create
public static JSObject create()
setStorkeColor
public static void setStorkeColor(JSObject self,
String color)
getStorkeColor
public static String getStorkeColor(JSObject self)
setStorkeOpacity
public static void setStorkeOpacity(JSObject self,
double opacity)
getStorkeOpacity
public static double getStorkeOpacity(JSObject self)
setStorkeWidth
public static void setStorkeWidth(JSObject self,
int width)
getStorkeWidth
public static int getStorkeWidth(JSObject self)
setLinecap
public static void setLinecap(JSObject self,
String linecap)
- Parameters:
linecap
- Stroke cap type (“butt”, “round”, or “square”).
getLinecap
public static String getLinecap(JSObject self)
setDashstyle
public static void setDashstyle(JSObject self,
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 static String getDashstyle(JSObject self)
Copyright © 2011 sourceforge. All Rights Reserved.