Package uk.ac.starlink.ttools.plot
Interface PointPlacer
-
public interface PointPlacer
Maps a data point onto a screen point.- Since:
- 10 Apr 2008
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Point
getXY(double[] coords)
Maps a point in data space to the screen.
-