Package | Description |
---|---|
net.imagej.options | |
net.imagej.overlay | |
net.imagej.plugins.commands.overlay |
Modifier and Type | Method and Description |
---|---|
Overlay.LineStyle |
OptionsOverlay.getLineStyle() |
Modifier and Type | Method and Description |
---|---|
void |
OptionsOverlay.setLineStyle(Overlay.LineStyle style) |
Modifier and Type | Method and Description |
---|---|
Overlay.LineStyle |
OverlaySettings.getLineStyle() |
Overlay.LineStyle |
Overlay.getLineStyle()
Get the style of the outline line
|
Overlay.LineStyle |
AbstractOverlay.getLineStyle() |
static Overlay.LineStyle |
Overlay.LineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.LineStyle[] |
Overlay.LineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OverlaySettings.setLineStyle(Overlay.LineStyle style) |
void |
Overlay.setLineStyle(Overlay.LineStyle style)
Set the style of the outline line of the overlay, if appropriate
|
void |
AbstractOverlay.setLineStyle(Overlay.LineStyle lineStyle) |
Modifier and Type | Method and Description |
---|---|
Overlay.LineStyle |
AbstractOverlayProperties.getLineStyle() |
Copyright © 2014–2022 ImageJ. All rights reserved.