org.gwtopenmaps.openlayers.client.symbolizer
Class SymbolizerOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions
- Direct Known Subclasses:
- LineSymbolizerOptions, TextSymbolizerOptions
public class SymbolizerOptions
- extends JSObjectWrapper
- Author:
- lorenzo
Method Summary |
void |
setZindex(int zIndex)
APIProperty: zIndex
{Number} The zIndex determines the rendering order for a symbolizer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerOptions
protected SymbolizerOptions(JSObject jsObject)
SymbolizerOptions
public SymbolizerOptions()
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.