org.gwtopenmaps.openlayers.client.style
Class SymbolizerPolygonImpl

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

public class SymbolizerPolygonImpl
extends Object


Constructor Summary
SymbolizerPolygonImpl()
           
 
Method Summary
static JSObject create()
           
static String getFillColor(JSObject self)
           
static double getFillOpacity(JSObject self)
           
static void setFillColor(JSObject self, String color)
           
static void setFillOpacity(JSObject self, double opacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolizerPolygonImpl

public SymbolizerPolygonImpl()
Method Detail

create

public static JSObject create()

setFillColor

public static void setFillColor(JSObject self,
                                String color)

getFillColor

public static String getFillColor(JSObject self)

setFillOpacity

public static void setFillOpacity(JSObject self,
                                  double opacity)

getFillOpacity

public static double getFillOpacity(JSObject self)


Copyright © 2011 sourceforge. All Rights Reserved.