public class RubberBand extends Object
static String
DEBUG_OUTPUT
RubberBand()
void
clear()
paint(Graphics g, int x, int y, int width, int height)
paint(Graphics g, Rectangle r)
paint(int x, int y, int width, int height)
paint(Rectangle r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String DEBUG_OUTPUT
public RubberBand()
public void paint(Graphics g, int x, int y, int width, int height)
public void paint(int x, int y, int width, int height)
public void paint(Rectangle r)
public void paint(Graphics g, Rectangle r)
public void clear()