com.pixelmed.display
Class ChestImageViewer
java.lang.Object
com.pixelmed.display.ChestImageViewer
public class ChestImageViewer
- extends Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
protected JFrame frame
multiPanel
protected JPanel multiPanel
frameWidth
protected int frameWidth
frameHeight
protected int frameHeight
ChestImageViewer
public ChestImageViewer(String[] filenames)
throws Exception
- Parameters:
filenames -
- Throws:
Exception - if internal error
makeNewImagePanel
protected SingleImagePanel makeNewImagePanel(SourceImage sImg,
EventContext typeOfPanelEventContext)
loadMultiPanelFromSpecifiedFiles
public void loadMultiPanelFromSpecifiedFiles(String[] filenames)
throws Exception
- Parameters:
filenames -
- Throws:
Exception - if internal error
getPresentationAndImageDeviceAreas
public static DisplayDeviceArea[] getPresentationAndImageDeviceAreas()
clear
public void clear()
main
public static void main(String[] arg)
The method to invoke the application.
- Parameters:
arg - a list of DICOM files which may contain chest x-ray images