org.gwtopenmaps.openlayers.client.style
Class SymbolizerLineImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.style.SymbolizerLineImpl

public class SymbolizerLineImpl
extends Object


Constructor Summary
SymbolizerLineImpl()
           
 
Method Summary
static JSObject create()
           
static String getDashstyle(JSObject self)
           
static String getLinecap(JSObject self)
           
static String getStorkeColor(JSObject self)
           
static double getStorkeOpacity(JSObject self)
           
static int getStorkeWidth(JSObject self)
           
static void setDashstyle(JSObject self, String dashstyle)
          Stroke dash style according to the SLD spec.
static void setLinecap(JSObject self, String linecap)
           
static void setStorkeColor(JSObject self, String color)
           
static void setStorkeOpacity(JSObject self, double opacity)
           
static void setStorkeWidth(JSObject self, int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolizerLineImpl

public SymbolizerLineImpl()
Method Detail

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.