public interface PointShape
Modifier and Type | Field and Description |
---|---|
static PointShape |
NONE
The empty point shape.
|
static PointShape |
SQUARE_FILLED_BIG
The 8px big filled-square shape.
|
static PointShape |
SQUARE_FILLED_SMALL
The 6px big filled-square shape.
|
Modifier and Type | Method and Description |
---|---|
int |
getRadius()
Returns a radius of the shape.
|
void |
paint(Graphics2D graphics)
Renders a shape into the graphics instance
|
static final PointShape NONE
static final PointShape SQUARE_FILLED_BIG
static final PointShape SQUARE_FILLED_SMALL
int getRadius()
void paint(Graphics2D graphics)
graphics
-