Interface CoordinateChangeListener


  • public interface CoordinateChangeListener
    This interface identifies a class which wants to know about changes to the current coordinates of another frame (such as ViewJFrameTriImage).
    Version:
    1.0
    Author:
    Evan McCreedy
    • Method Detail

      • coordinateChanged

        void coordinateChanged​(int x,
                               int y,
                               int z)
        A change has occurred to the current coordinates of an image frame.
        Parameters:
        x - the new x coordinate
        y - the new y coordinate
        z - the new z coordinate