public interface IBoundedVoronoiVertexSymbol
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics g,
double x,
double y)
Draw the icon for a vertex positioned at the indicated coordinates
|
void draw(Graphics g, double x, double y)
g
- a valid Graphics surfacex
- the user (pixel) x coordinate of the vertexy
- the user (pixel) y coordinate of the vertexCopyright © 2021. All rights reserved.