All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.openlayers.handler.RegularPolygon Maven / Gradle / Ivy

The newest version!
package org.zkoss.openlayers.handler;

import java.util.Map;

/**
 * 
 * 
 * @author Jakub Kudla (kubakudla)
 * 
 */
public class RegularPolygon extends Handler {

	public RegularPolygon(Map options) {
		super(options);
	}

	@Override
	protected String getNativeClass() {
		return "OpenLayers.Handler.RegularPolygon";
	}

	@Override
	public String toJSONString() {
		return getNativeClass();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy