org.gwtopenmaps.openlayers.client.style
Class SymbolizerPoint

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.style.Symbolizer
          extended by org.gwtopenmaps.openlayers.client.style.SymbolizerLine
              extended by org.gwtopenmaps.openlayers.client.style.SymbolizerPolygon
                  extended by org.gwtopenmaps.openlayers.client.style.SymbolizerPoint

public class SymbolizerPoint
extends SymbolizerPolygon

Create a symbolizer for rendering points

Author:
Maciej Jezierski - Pinocchio

Constructor Summary
SymbolizerPoint()
           
 
Method Summary
 String getExternalGraphic()
           
 int getGraphicHeight()
           
 String getGraphicName()
           
 double getGraphicOpacity()
           
 int getGraphicWidth()
           
 int getGraphicXOffset()
           
 int getGraphicYOffset()
           
 double getPointRadius()
           
 double getRotation()
           
 void setExternalGraphic(String url)
           
 void setGraphicHeight(int height)
           
 void setGraphicName(String name)
           
 void setGraphicOpacity(double opacity)
           
 void setGraphicWidth(int width)
           
 void setGraphicXOffset(int offset)
           
 void setGraphicYOffset(int offset)
           
 void setPointRadius(double radius)
           
 void setRotation(double rotation)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.style.SymbolizerPolygon
getFillColor, getFillOpacity, setFillColor, setFillOpacity
 
Methods inherited from class org.gwtopenmaps.openlayers.client.style.SymbolizerLine
getDashstyle, getLinecap, getStorkeColor, getStorkeOpacity, getStorkeWidth, setDashstyle, setLinecap, setStorkeColor, setStorkeOpacity, setStorkeWidth
 
Methods inherited from class org.gwtopenmaps.openlayers.client.style.Symbolizer
getZIndex, setZIndex
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolizerPoint

public SymbolizerPoint()
Method Detail

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.