Package | Description |
---|---|
fiji.util |
Modifier and Type | Method and Description |
---|---|
ArrowShape.ArrowStyle |
ArrowShape.getStyle() |
ArrowShape.ArrowStyle |
ArrowOptionPanel.getStyle() |
static ArrowShape.ArrowStyle |
ArrowShape.ArrowStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowShape.ArrowStyle[] |
ArrowShape.ArrowStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Roi |
ArrowTool.makeRoi(ArrowShape.ArrowStyle style,
double x1,
double y1,
double x2,
double y2,
float width,
double headLength) |
static void |
ArrowTool.select(ArrowShape.ArrowStyle style,
double x1,
double y1,
double x2,
double y2,
float width,
double headLength) |
void |
ArrowShape.setStyle(ArrowShape.ArrowStyle _style) |
Constructor and Description |
---|
ArrowShape(ArrowShape.ArrowStyle _style) |
ArrowShape(ArrowShape.ArrowStyle _style,
double _length) |
Copyright © 2015–2021 Fiji. All rights reserved.