|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PixelPositionListener
A listener interrested in pixel position changes within a source image. You can add
PixelPositionListeners to instances of the ImageDisplay UI component.
| Method Summary | |
|---|---|
void |
pixelPosChanged(com.bc.ceres.glayer.support.ImageLayer baseImageLayer,
int pixelX,
int pixelY,
int currentLevel,
boolean pixelPosValid,
MouseEvent e)
Informs a client that the pixel position within the image has changed. |
void |
pixelPosNotAvailable()
Informs a client that the pixel positions are no longer available. |
| Method Detail |
|---|
void pixelPosChanged(com.bc.ceres.glayer.support.ImageLayer baseImageLayer,
int pixelX,
int pixelY,
int currentLevel,
boolean pixelPosValid,
MouseEvent e)
baseImageLayer - the image layerpixelX - the x position within the image in pixel co-ordinates on the given levelpixelY - the y position within the image in pixel co-ordinates on the given levelcurrentLevel - the current level at which the image is displayedpixelPosValid - if true, pixel position is validvoid pixelPosNotAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||