uk.ac.starlink.ast.gui
Interface AstPlotSource


public interface AstPlotSource

Interface defining access to a Plot held by some other object. Typically Plot's are re-created frequently so holding a single reference is generally a bad idea and inquiries for updates should made. This interface provides that sort of access.

Version:
$Id$
Author:
Peter W. Draper

Method Summary
 Plot getPlot()
          Access the Plot held by the implementor of this interface.
 

Method Detail

getPlot

Plot getPlot()
Access the Plot held by the implementor of this interface.

Returns:
the Plot


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.