VidCartesianCoordinateStringBuilderpublic interface XYCoordinateStringBuilder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCoordinateString(VideoPanel panel,
double x,
double y) |
Returns xy coordinates in a string.
|
java.lang.String getCoordinateString(VideoPanel panel, double x, double y)
panel - a VideoPanelx - the x coordinatey - the y coordinate