Uses of Class
org.gwtopenmaps.openlayers.client.Style

Packages that use Style
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.feature   
org.gwtopenmaps.openlayers.client.layer   
 

Uses of Style in org.gwtopenmaps.openlayers.client
 

Constructors in org.gwtopenmaps.openlayers.client with parameters of type Style
StyleMap(Style style)
          Creates a StyleMap setting the same style for all renderer intents.
StyleMap(Style defaultStyle, Style selectStyle, Style temporaryStyle)
          Creates a StyleMap setting different styles for renderer intents.
 

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

Methods in org.gwtopenmaps.openlayers.client.feature with parameters of type Style
 void Feature.setStyle(Style newStyle)
           
 

Constructors in org.gwtopenmaps.openlayers.client.feature with parameters of type Style
VectorFeature(Geometry g, Style s)
           
 

Uses of Style in org.gwtopenmaps.openlayers.client.layer
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type Style
 void Vector.drawFeature(VectorFeature vector, Style style)
           
 JSObject VectorOptions.getStyle(Style style)
           
 void VectorOptions.setStyle(Style style)
           
 



Copyright © 2010 sourceforge. All Rights Reserved.