public static interface SmartShape.PointCallback
final List<Integer> xs = ...; final List<Integer> ys = ...; PointCallback cb = new PointCallback(){ void handle(int x, int y) { xs.add(x); ys.add(y); }; };
Modifier and Type | Method and Description |
---|---|
void |
handle(int x,
int y) |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.