Package | Description |
---|---|
ini.trakem2.display |
Modifier and Type | Method and Description |
---|---|
protected Coordinate<Node<T>> |
Tree.createCoordinate(Node<T> nd) |
protected Coordinate<Node<T>> |
Tree.findNearAndGetNext(float x,
float y,
Layer layer,
DisplayCanvas dc) |
protected Coordinate<Node<T>> |
Tree.findNearAndGetPrevious(float x,
float y,
Layer layer,
DisplayCanvas dc) |
Coordinate<Node<T>> |
Tree.findNextBranchOrEndPoint(float x,
float y,
Layer layer,
DisplayCanvas dc)
If the node found near x,y,layer is a branch point, returns it; otherwise the next down
the chain; on reaching an end point, returns it.
|
Coordinate<Node<T>> |
Tree.findPreviousBranchOrRootPoint(float x,
float y,
Layer layer,
DisplayCanvas dc) |
Coordinate<Node<Float>> |
Connector.getCoordinate(int i)
Get a coordinate for target i.
|
Coordinate<Node<Float>> |
Connector.getCoordinateAtOrigin() |
Coordinate<Node<T>> |
Tree.getLastAdded() |
Coordinate<Node<T>> |
Tree.getLastEdited() |
Coordinate<Patch> |
Layer.toPatchCoordinate(double world_x,
double world_y)
Transfer the world coordinate specified by
world_x ,world_y
in pixels, to the local coordinate of the Patch immediately present under it. |
Modifier and Type | Method and Description |
---|---|
void |
Display.animateBrowsingTo(Coordinate<?> c) |
void |
Display.center(Coordinate<?> c) |
static void |
Display.centerAt(Coordinate c) |
static void |
Display.centerAt(Coordinate<Displayable> c,
boolean select,
boolean shift_down) |
void |
Display.centerIfNotWithinSrcRect(Coordinate<?> c) |
Copyright © 2015–2021 Fiji. All rights reserved.