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(java.awt.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
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.