org.gwtopenmaps.openlayers.client.handler.PathHandler Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client.handler;
import org.gwtopenmaps.openlayers.client.util.JSObject;
/**
*
*
* @author Edwin Commandeur - Atlis EJS
*
*/
public class PathHandler extends PointHandler {
protected PathHandler(JSObject element) {
super(element);
}
public PathHandler(){
this(PathHandlerImpl.create());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy