public class RubberBand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEBUG_OUTPUT |
Constructor and Description |
---|
RubberBand() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
paint(java.awt.Graphics g,
int x,
int y,
int width,
int height) |
void |
paint(java.awt.Graphics g,
java.awt.Rectangle r) |
void |
paint(int x,
int y,
int width,
int height) |
void |
paint(java.awt.Rectangle r) |
public static final java.lang.String DEBUG_OUTPUT