|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.event.Event
com.pixelmed.display.event.RegionSelectionChangeEvent
public class RegionSelectionChangeEvent
| 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 |
|---|
public RegionSelectionChangeEvent(EventContext eventContext,
int centerX,
int centerY,
int tlhcX,
int tlhcY,
int brhcX,
int brhcY)
eventContext - centerX - centerY - tlhcX - tlhcY - brhcX - brhcY - | Method Detail |
|---|
public int getCenterX()
public int getCenterY()
public int getTLHCX()
public int getTLHCY()
public int getBRHCX()
public int getBRHCY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||