Modifier and Type | Field and Description |
---|---|
static NoBorder |
NO_BORDER
No border singleton to avoid creating several ones.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(GraphicsContext g,
Rectangle rectangle,
int color)
Applies the border on a graphics context.
|
void |
unwrap(Rectangle rectangle)
Removes this border wrapping from a rectangle.
|
void |
wrap(Rectangle rectangle)
Adds this border wrapping to a rectangle.
|
public static final NoBorder NO_BORDER