
gnu.app.displayhack.eraser.Eraser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escher Show documentation
Show all versions of escher Show documentation
Escher is a collection of libraries for X Window System written purely in Java.
The newest version!
package gnu.app.displayhack.eraser;
import gnu.app.displayhack.DisplayHack;
/** Base class for erasers. */
public abstract class Eraser {
public static final Eraser [] ALL = {
new Circle (),
new Clear (),
new SlideLines (),
new ThreeCircles ()
};
public static final int RANDOM_ERASER_INDEX = ALL.length;
public static final String [] ALL_STRINGS = new String [ALL.length+1];
static {
for (int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy