com.pixelmed.display.event
Class RegionSelectionChangeEvent

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

public class RegionSelectionChangeEvent
extends Event


Constructor Summary
RegionSelectionChangeEvent(EventContext eventContext, int centerX, int centerY, int tlhcX, int tlhcY, int brhcX, int brhcY)
           
 
Method Summary
 int getBRHCX()
           
 int getBRHCY()
           
 int getCenterX()
           
 int getCenterY()
           
 int getTLHCX()
           
 int getTLHCY()
           
 
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

RegionSelectionChangeEvent

public RegionSelectionChangeEvent(EventContext eventContext,
                                  int centerX,
                                  int centerY,
                                  int tlhcX,
                                  int tlhcY,
                                  int brhcX,
                                  int brhcY)
Parameters:
eventContext -
centerX -
centerY -
tlhcX -
tlhcY -
brhcX -
brhcY -
Method Detail

getCenterX

public int getCenterX()

getCenterY

public int getCenterY()

getTLHCX

public int getTLHCX()

getTLHCY

public int getTLHCY()

getBRHCX

public int getBRHCX()

getBRHCY

public int getBRHCY()