public class Lasso extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Lasso.Mode |
Modifier and Type | Field and Description |
---|---|
static int |
BLOW
Deprecated.
|
int |
h |
static int |
LASSO
Deprecated.
|
static int |
MAX_TOOL
Deprecated.
|
static int |
MIN_LASSO
Deprecated.
|
int |
w |
Constructor and Description |
---|
Lasso(ij.ImagePlus imp) |
Lasso(ij.ImagePlus imp,
int mode)
Deprecated.
Use @link #Lasso(ImagePlus,Mode) instead.
|
Lasso(ij.ImagePlus imp,
int mode,
int x,
int y,
boolean shiftKeyDown)
Create and initialize a Lasso at point x,y.
|
Lasso(ij.ImagePlus imp,
Lasso.Mode mode)
Create an uninitialized Lasso/Blow tool.
|
Lasso(ij.ImagePlus imp,
Lasso.Mode mode,
int x,
int y,
boolean shiftKeyDown)
Create and initialize a Lasso at point x,y.
|
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
getImage() |
Lasso.Mode |
getMode() |
void |
initDijkstra(int x,
int y,
boolean shiftKeyDown) |
void |
moveBlow(int x,
int y) |
void |
moveLasso(int x,
int y) |
void |
optionDialog() |
void |
setMode(Lasso.Mode mode) |
void |
setRatioSpaceColor(double ratioSpaceColor) |
public static final int BLOW
public static final int LASSO
public static final int MIN_LASSO
public static final int MAX_TOOL
public final int w
public final int h
public Lasso(ij.ImagePlus imp, int mode)
public Lasso(ij.ImagePlus imp, Lasso.Mode mode)
public Lasso(ij.ImagePlus imp)
public Lasso(ij.ImagePlus imp, int mode, int x, int y, boolean shiftKeyDown)
public Lasso(ij.ImagePlus imp, Lasso.Mode mode, int x, int y, boolean shiftKeyDown)
public void setRatioSpaceColor(double ratioSpaceColor)
public void optionDialog()
public ij.ImagePlus getImage()
public void setMode(Lasso.Mode mode)
public Lasso.Mode getMode()
public void moveLasso(int x, int y)
public void moveBlow(int x, int y)
public void initDijkstra(int x, int y, boolean shiftKeyDown)
Copyright © 2015–2021 Fiji. All rights reserved.