Package | Description |
---|---|
ini.trakem2.display |
Modifier and Type | Method and Description |
---|---|
DisplayCanvas |
Display.getCanvas() |
Modifier and Type | Method and Description |
---|---|
protected Node<T> |
Tree.adjustEdgeConfidence(int inc,
float x,
float y,
Layer layer,
DisplayCanvas dc)
Expects world coordinates.
|
protected Node<Float> |
Treeline.adjustNodeRadius(float inc,
float x,
float y,
Layer layer,
DisplayCanvas dc) |
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.
|
protected Node<T> |
Tree.findNodeNear(float x,
float y,
Layer layer,
DisplayCanvas dc) |
protected Node<T> |
Tree.findNodeNear(float x,
float y,
Layer layer,
DisplayCanvas dc,
boolean use_receiver_when_null)
Expects world coordinates.
|
Coordinate<Node<T>> |
Tree.findPreviousBranchOrRootPoint(float x,
float y,
Layer layer,
DisplayCanvas dc) |
void |
AreaWrapper.keyPressed(KeyEvent ke,
DisplayCanvas dc,
Layer la) |
Copyright © 2015–2021 Fiji. All rights reserved.