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

gnu.app.displayhack.eraser.Eraser Maven / Gradle / Ivy

Go to download

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