com.pixelmed.display.event
Class SourceImageSelectionChangeEvent
java.lang.Object
com.pixelmed.event.Event
com.pixelmed.display.event.SourceImageSelectionChangeEvent
public class SourceImageSelectionChangeEvent
- extends Event
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceImageSelectionChangeEvent
public SourceImageSelectionChangeEvent(EventContext eventContext,
SourceImage sourceImage,
int[] sortOrder,
int index,
AttributeList attributeList,
GeometryOfVolume imageGeometry)
- Parameters:
eventContext - sourceImage - sortOrder - index - attributeList - imageGeometry -
getSourceImage
public SourceImage getSourceImage()
getNumberOfBufferedImages
public int getNumberOfBufferedImages()
getSortOrder
public int[] getSortOrder()
getIndex
public int getIndex()
getAttributeList
public AttributeList getAttributeList()
getGeometryOfVolume
public GeometryOfVolume getGeometryOfVolume()