Package com.pixelmed.display
Class ChestImageViewer
java.lang.Object
com.pixelmed.display.ChestImageViewer
This class is an entire application for displaying and viewing chest x-ray images.
It is invoked using a main method with a list of DICOM image file names.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
static DisplayDeviceArea[]
void
loadMultiPanelFromSpecifiedFiles
(String[] filenames) static void
The method to invoke the application.protected SingleImagePanel
makeNewImagePanel
(SourceImage sImg, EventContext typeOfPanelEventContext)
-
Field Details
-
frame
-
multiPanel
-
frameWidth
protected int frameWidth -
frameHeight
protected int frameHeight
-
-
Constructor Details
-
ChestImageViewer
- Parameters:
filenames
-- Throws:
Exception
- if internal error
-
-
Method Details
-
makeNewImagePanel
protected SingleImagePanel makeNewImagePanel(SourceImage sImg, EventContext typeOfPanelEventContext) -
loadMultiPanelFromSpecifiedFiles
- Parameters:
filenames
-- Throws:
Exception
- if internal error
-
getPresentationAndImageDeviceAreas
-
clear
public void clear() -
main
The method to invoke the application.
- Parameters:
arg
- a list of DICOM files which may contain chest x-ray images
-