org.wicketstuff.openlayers.api.layer
Class Vector

java.lang.Object
  extended by org.wicketstuff.openlayers.api.layer.Layer
      extended by org.wicketstuff.openlayers.api.layer.Vector
All Implemented Interfaces:
Serializable

public class Vector
extends Layer
implements Serializable

See Also:
Serialized Form

Constructor Summary
Vector(String name)
           
Vector(String name, HashMap<String,String> options)
           
 
Method Summary
protected  void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
           
 String getJSconstructor()
           
 
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector

public Vector(String name)

Vector

public Vector(String name,
              HashMap<String,String> options)
Method Detail

bindHeaderContributors

protected void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
Specified by:
bindHeaderContributors in class Layer

getJSconstructor

public String getJSconstructor()
Specified by:
getJSconstructor in class Layer


Copyright © 2008-2012. All Rights Reserved.