org.gwtopenmaps.openlayers.client.style
Class SymbolizerPoint
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.style.Symbolizer
org.gwtopenmaps.openlayers.client.style.SymbolizerLine
org.gwtopenmaps.openlayers.client.style.SymbolizerPolygon
org.gwtopenmaps.openlayers.client.style.SymbolizerPoint
public class SymbolizerPoint
- extends SymbolizerPolygon
Create a symbolizer for rendering points
- Author:
- Maciej Jezierski - Pinocchio
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerPoint
public SymbolizerPoint()
setPointRadius
public void setPointRadius(double radius)
getPointRadius
public double getPointRadius()
setExternalGraphic
public void setExternalGraphic(String url)
getExternalGraphic
public String getExternalGraphic()
setGraphicWidth
public void setGraphicWidth(int width)
getGraphicWidth
public int getGraphicWidth()
setGraphicHeight
public void setGraphicHeight(int height)
getGraphicHeight
public int getGraphicHeight()
setGraphicOpacity
public void setGraphicOpacity(double opacity)
getGraphicOpacity
public double getGraphicOpacity()
setGraphicXOffset
public void setGraphicXOffset(int offset)
getGraphicXOffset
public int getGraphicXOffset()
setGraphicYOffset
public void setGraphicYOffset(int offset)
getGraphicYOffset
public int getGraphicYOffset()
setRotation
public void setRotation(double rotation)
getRotation
public double getRotation()
setGraphicName
public void setGraphicName(String name)
getGraphicName
public String getGraphicName()
Copyright © 2011 sourceforge. All Rights Reserved.