public interface PointShape
Modifier and Type | Field | 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 | 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
- Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.