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

org.refcodes.graphical.MoveMode Maven / Gradle / Ivy

Go to download

Artifact for graphical issues regarding RGB, pixel, fonts, and other stuff (utility).

The newest version!
/*
 * 
 */
package org.refcodes.graphical;

/**
 * The Enum MoveMode.
 */
public enum MoveMode {

	SMOOTH,

	JUMPY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy