org.gwtopenmaps.openlayers.client.style
Class SymbolizerPointImpl
java.lang.Object
org.gwtopenmaps.openlayers.client.style.SymbolizerPointImpl
public class SymbolizerPointImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerPointImpl
public SymbolizerPointImpl()
create
public static JSObject create()
setPointRadius
public static void setPointRadius(JSObject self,
double radius)
getPointRadius
public static double getPointRadius(JSObject self)
setExternalGraphic
public static void setExternalGraphic(JSObject self,
String url)
getExtenalGraphic
public static String getExtenalGraphic(JSObject self)
setGraphicWidth
public static void setGraphicWidth(JSObject self,
int width)
getGraphicWidth
public static int getGraphicWidth(JSObject self)
setGraphicHeight
public static void setGraphicHeight(JSObject self,
int height)
getGraphicHeight
public static int getGraphicHeight(JSObject self)
setGraphicOpacity
public static void setGraphicOpacity(JSObject self,
double opacity)
getGraphicOpacity
public static double getGraphicOpacity(JSObject self)
setGraphicXOffset
public static void setGraphicXOffset(JSObject self,
int offset)
getGraphicXOffset
public static int getGraphicXOffset(JSObject self)
setGraphicYOffset
public static void setGraphicYOffset(JSObject self,
int offset)
getGraphicYOffset
public static int getGraphicYOffset(JSObject self)
setRotation
public static void setRotation(JSObject self,
double rotation)
getRotation
public static double getRotation(JSObject self)
setGraphicName
public static void setGraphicName(JSObject self,
String name)
getGraphicName
public static String getGraphicName(JSObject self)
Copyright © 2011 sourceforge. All Rights Reserved.