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

org.zkoss.openlayers.strategy.Fixed Maven / Gradle / Ivy

package org.zkoss.openlayers.strategy;

import java.util.Map;

/**
 * 
 * @author Jakub Kudla (kubakudla)
 * 
 */
public class Fixed extends Strategy {
	public Fixed() {
		this(null);
	}

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

	@Override
	protected String getNativeClass() {
		return "OpenLayers.Strategy.Fixed";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy