Package | Description |
---|---|
loci.visbio.state |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
BooleanOption is a true-or-false option in the VisBio Options dialog.
|
class |
CustomOption
CustomOption is an option in the VisBio Options dialog.
|
class |
ListOption
ListOption is an option from a list in the VisBio Options dialog.
|
class |
NumericOption
NumericOption is an integer option in the VisBio Options dialog.
|
class |
ResolutionOption
ResolutionOption is an option for changing image resolution (two positive
integers) in the VisBio Options dialog.
|
class |
ResolutionToggleOption
ResolutionToggleOption is an option for toggling image resolution (two
positive integers) in the VisBio Options dialog.
|
class |
SpreadsheetLaunchOption
Option to toggle whether spreadsheet automatically launches when overlays are
exported.
|
class |
StringOption
StringOption is a user-supplied string option in the VisBio Options dialog.
|
Modifier and Type | Method and Description |
---|---|
BioOption |
OptionManager.getOption(String text)
Gets the VisBio option with the given text.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionPane.addOption(String tab,
BioOption option)
Adds an option with a boolean value to the specified tab.
|
void |
OptionManager.addOption(String tab,
BioOption option)
Adds an option to VisBio's options dialog.
|
Copyright © 2015–2022 SciJava. All rights reserved.