Interface XYCoordinateStringBuilder

All Known Implementing Classes:
TCoordinateStringBuilder, VidCartesianCoordinateStringBuilder

public interface XYCoordinateStringBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCoordinateString(VideoPanel panel, double x, double y)
    Returns xy coordinates in a string.
  • Method Details

    • getCoordinateString

      String getCoordinateString(VideoPanel panel, double x, double y)
      Returns xy coordinates in a string. Used to extend functionality of CoordinateStringBuilder.
      Parameters:
      panel - a VideoPanel
      x - the x coordinate
      y - the y coordinate
      Returns:
      the coordinate string