org.gwtopenmaps.openlayers.client.style
Class Symbolizer

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.style.Symbolizer
Direct Known Subclasses:
SymbolizerLine, SymbolizerRaster, SymbolizerText

public class Symbolizer
extends JSObjectWrapper

Author:
Maciej Jezierski - Pinocchio Base class representing a symbolizer used for feature rendering

Constructor Summary
protected Symbolizer(JSObject jsObject)
           
 
Method Summary
 int getZIndex()
          Default is 0.
 void setZIndex(int zIndex)
           
 
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

Symbolizer

protected Symbolizer(JSObject jsObject)
Method Detail

setZIndex

public void setZIndex(int zIndex)

getZIndex

public int getZIndex()
Default is 0.

Returns:


Copyright © 2011 sourceforge. All Rights Reserved.