/* * @(#)/SlicerDisplay.java 1.2 96/03/31 by Andrew Barclay abb@nuccard.eushc.org * * Copyright (c) 1995 Andrew B. Barclay All Rights Reserved. */ /** * An interface for the display of orthogonal slices from a volume. * * @see SlicerControl * @see SliceStack * * @version 1.2 96/03/31 * @author Andrew Barclay */ import SlicerDisplayGraphic ; public interface SlicerDisplay { public void updateHashmarks( SlicerDisplayGraphic dg ) ; public void stopInYourTracks() ; }