org.gwtopenmaps.openlayers.client.layer
Class BoxesImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.layer.BoxesImpl

public class BoxesImpl
extends Object

Author:
Michel Vitor A Rodrigues

Constructor Summary
BoxesImpl()
           
 
Method Summary
static JSObject create(String name)
           
static JSObject create(String name, JSObject options)
           
static void drawMarker(JSObject box, Box marker)
           
static void removeMarker(JSObject box, Box marker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxesImpl

public BoxesImpl()
Method Detail

create

public static JSObject create(String name,
                              JSObject options)

create

public static JSObject create(String name)

drawMarker

public static void drawMarker(JSObject box,
                              Box marker)

removeMarker

public static void removeMarker(JSObject box,
                                Box marker)


Copyright © 2011 sourceforge. All Rights Reserved.