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:
java.io.Serializable

public class Vector
extends Layer
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Vector(java.lang.String name)
           
Vector(java.lang.String name, java.util.HashMap<java.lang.String,java.lang.String> options)
           
 
Method Summary
 java.util.List<org.apache.wicket.behavior.HeaderContributor> getHeaderContributors()
           
 java.lang.String getJSconstructor()
           
 
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
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(java.lang.String name)

Vector

public Vector(java.lang.String name,
              java.util.HashMap<java.lang.String,java.lang.String> options)
Method Detail

getHeaderContributors

public java.util.List<org.apache.wicket.behavior.HeaderContributor> getHeaderContributors()
Specified by:
getHeaderContributors in class Layer

getJSconstructor

public java.lang.String getJSconstructor()
Specified by:
getJSconstructor in class Layer


Copyright © 2008-2010. All Rights Reserved.