Package gov.nih.mipav.view
Interface PreviewImageContainer
-
- All Known Implementing Classes:
JDialogDicomDir,ViewImageDirectory,ViewJFrameDICOMParser,ViewOpenImageSequence
public interface PreviewImageContainerTitle: PreviewImageContainer
Description: This interface is used by ViewJComponentPreviewImage to determine the size to which it should scale itself. Components that use ViewJComponentPreviewImage should implement this interface.
Copyright: Copyright (c) 2005
Company: NIH
- Version:
- 1.0
- Author:
- Lee Orsino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.DimensiongetPanelSize()The method returns the size of the panel into which the ViewJComponentPreviewImage will be drawing itself.
-