Interface IBoundedVoronoiVertexSymbol

  • All Known Implementing Classes:
    BoundedVoronoiVertexSymbol

    public interface IBoundedVoronoiVertexSymbol
    Defines methods for rendering vertex symbols when drawing a bounded Voronoi diagram.
    • 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 surface
        x - the user (pixel) x coordinate of the vertex
        y - the user (pixel) y coordinate of the vertex