Uses of Class
org.gwtopenmaps.openlayers.client.util.Attributes

Packages that use Attributes
org.gwtopenmaps.openlayers.client.feature   
org.gwtopenmaps.openlayers.client.util   
 

Uses of Attributes in org.gwtopenmaps.openlayers.client.feature
 

Methods in org.gwtopenmaps.openlayers.client.feature that return Attributes
 Attributes VectorFeature.getAttributes()
           
 Attributes VectorFeature.getAttributes(VectorFeature attributes)
          Deprecated. 
 

Methods in org.gwtopenmaps.openlayers.client.feature with parameters of type Attributes
 void VectorFeature.setAttributes(Attributes attributes)
          Set the attributes.
 

Uses of Attributes in org.gwtopenmaps.openlayers.client.util
 

Methods in org.gwtopenmaps.openlayers.client.util that return Attributes
 Attributes Attributes.getAttributes(String name)
          Get a nested attribute object.
static Attributes Attributes.narrowToAttributes(JSObject attributes)
           
 

Methods in org.gwtopenmaps.openlayers.client.util with parameters of type Attributes
 void Attributes.setAttribute(String name, Attributes attributes)
          Allows nesting attribute objects.
 



Copyright © 2011 sourceforge. All Rights Reserved.