public class DisplayChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CHANNEL |
static int |
T |
static int |
X
Type of change in display:
Coordinate X, Y, Z, the Zoom, time, color channel.
|
static int |
Y |
static int |
Z |
static int |
ZOOM |
source
Constructor and Description |
---|
DisplayChangeEvent(Object source,
int type,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
int |
getValue() |
void |
setType(int type) |
void |
setValue(int value) |
getSource, toString
public static final int X
public static final int Y
public static final int Z
public static final int ZOOM
public static final int T
public static final int CHANNEL
public DisplayChangeEvent(Object source, int type, int value)
Copyright © 2015–2021 Fiji. All rights reserved.