org.gwtopenmaps.openlayers.client.symbolizer
Class SymbolizerOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions
Direct Known Subclasses:
LineSymbolizerOptions, TextSymbolizerOptions

public class SymbolizerOptions
extends JSObjectWrapper

Author:
lorenzo

Constructor Summary
  SymbolizerOptions()
           
protected SymbolizerOptions(JSObject jsObject)
           
 
Method Summary
 void setZindex(int zIndex)
          APIProperty: zIndex {Number} The zIndex determines the rendering order for a symbolizer.
 
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

SymbolizerOptions

protected SymbolizerOptions(JSObject jsObject)

SymbolizerOptions

public SymbolizerOptions()
Method Detail

setZindex

public void setZindex(int zIndex)
APIProperty: zIndex {Number} The zIndex determines the rendering order for a symbolizer. Symbolizers with larger zIndex values are rendered over symbolizers with smaller zIndex values. Default is 0.



Copyright © 2011 sourceforge. All Rights Reserved.