public class TransformEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_CHANGED
Transform event indicating transform's data has changed.
|
static int |
DATA_REMOVED
Transform event indicating transform is being deleted.
|
static int |
FONT_CHANGED
Transform event indicating transform's font has changed.
|
protected int |
id
The type of transform event.
|
source| Constructor and Description |
|---|
TransformEvent(Object source)
Constructs a new transform event indicating data has changed.
|
TransformEvent(Object source,
int id)
Constructs a new data event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the type of transform event.
|
getSource, toStringpublic static final int DATA_CHANGED
public static final int FONT_CHANGED
public static final int DATA_REMOVED
protected int id
Copyright © 2015–2022 SciJava. All rights reserved.