Package org.tinfour.voronoi
Interface IBoundedVoronoiVertexSymbol
-
- All Known Implementing Classes:
BoundedVoronoiVertexSymbol
public interface IBoundedVoronoiVertexSymbolDefines methods for rendering vertex symbols when drawing a bounded Voronoi diagram.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw(Graphics g, double x, double y)Draw the icon for a vertex positioned at the indicated coordinates
-
-
-
Method Detail
-
draw
void draw(Graphics g, double x, double y)
Draw the icon for a vertex positioned at the indicated coordinates- Parameters:
g- a valid Graphics surfacex- the user (pixel) x coordinate of the vertexy- the user (pixel) y coordinate of the vertex
-
-