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

com.google.code.gwt.crop.client.Constants Maven / Gradle / Ivy

There is a newer version: 0.5.5
Show newest version
package com.google.code.gwt.crop.client;

/**
 * Constants for the GWT cropper to match action type
 * 
 * @author [email protected] (Ilja Hämäläinen)
 *
 */
interface Constants {

	byte DRAG_NONE = 0;
	byte DRAG_BACKGROUND = 1;
	byte DRAG_TOP_LEFT_CORNER = 2;
	byte DRAG_TOP_RIGHT_CORNER = 3;
	byte DRAG_BOTTOM_LEFT_CORNER = 4;
	byte DRAG_BOTTOM_RIGHT_CORNER = 5;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy