Package gov.nih.mipav.view
Interface PreviewImageContainer
- All Known Implementing Classes:
JDialogDicomDir,ViewImageDirectory,ViewJFrameDICOMParser,ViewOpenImageSequence
public interface PreviewImageContainer
Title: 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
Modifier and TypeMethodDescriptionThe method returns the size of the panel into which the ViewJComponentPreviewImage will be drawing itself.
-
Method Details
-
getPanelSize
Dimension getPanelSize()The method returns the size of the panel into which the ViewJComponentPreviewImage will be drawing itself. It needs the Dimension so that it knows how large to scale.- Returns:
- Dimension
-