Package com.pixelmed.display.event
Class SourceImageSelectionChangeEvent
- java.lang.Object
-
- com.pixelmed.event.Event
-
- com.pixelmed.display.event.SourceImageSelectionChangeEvent
-
public class SourceImageSelectionChangeEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description SourceImageSelectionChangeEvent(EventContext eventContext, SourceImage sourceImage, int[] sortOrder, int index, AttributeList attributeList, GeometryOfVolume imageGeometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeListgetAttributeList()GeometryOfVolumegetGeometryOfVolume()intgetIndex()intgetNumberOfBufferedImages()int[]getSortOrder()SourceImagegetSourceImage()-
Methods inherited from class com.pixelmed.event.Event
getEventContext
-
-
-
-
Constructor Detail
-
SourceImageSelectionChangeEvent
public SourceImageSelectionChangeEvent(EventContext eventContext, SourceImage sourceImage, int[] sortOrder, int index, AttributeList attributeList, GeometryOfVolume imageGeometry)
- Parameters:
eventContext-sourceImage-sortOrder-index-attributeList-imageGeometry-
-
-
Method Detail
-
getSourceImage
public SourceImage getSourceImage()
-
getNumberOfBufferedImages
public int getNumberOfBufferedImages()
-
getSortOrder
public int[] getSortOrder()
-
getIndex
public int getIndex()
-
getAttributeList
public AttributeList getAttributeList()
-
getGeometryOfVolume
public GeometryOfVolume getGeometryOfVolume()
-
-