Package | Description |
---|---|
plugin |
Modifier and Type | Field and Description |
---|---|
protected Lasso.Mode |
Lasso_.mode |
Modifier and Type | Method and Description |
---|---|
Lasso.Mode |
Lasso.getMode() |
static Lasso.Mode |
Lasso.Mode.valueOf(int i) |
static Lasso.Mode |
Lasso.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lasso.Mode[] |
Lasso.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Lasso_.setMode(Lasso.Mode mode) |
void |
Lasso.setMode(Lasso.Mode mode) |
Constructor and Description |
---|
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.
|
Copyright © 2015–2021 Fiji. All rights reserved.