com.pixelmed.display.event
Class WindowCenterAndWidthChangeEvent

java.lang.Object
  extended by com.pixelmed.event.Event
      extended by com.pixelmed.display.event.WindowCenterAndWidthChangeEvent

public class WindowCenterAndWidthChangeEvent
extends Event


Constructor Summary
WindowCenterAndWidthChangeEvent(EventContext eventContext, double center, double width)
           
 
Method Summary
 double getWindowCenter()
           
 double getWindowWidth()
           
 
Methods inherited from class com.pixelmed.event.Event
getEventContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowCenterAndWidthChangeEvent

public WindowCenterAndWidthChangeEvent(EventContext eventContext,
                                       double center,
                                       double width)
Parameters:
eventContext -
center -
width -
Method Detail

getWindowCenter

public double getWindowCenter()

getWindowWidth

public double getWindowWidth()