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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.Dimension getPanelSize()
      The method returns the size of the panel into which the ViewJComponentPreviewImage will be drawing itself.
    • Method Detail

      • getPanelSize

        java.awt.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