Interface | Description |
---|---|
Dynamic |
The Dynamic interface provides methods for testing whether two objects have
the same state, and for synchronizing states if they do not.
|
Saveable |
The Saveable interface provides methods for saving and restoring the
implementing object's state to and from a data stream.
|
Class | Description |
---|---|
BioOption |
BioOption represents an option in the VisBio Options dialog.
|
BooleanOption |
BooleanOption is a true-or-false option in the VisBio Options dialog.
|
CustomOption |
CustomOption is an option in the VisBio Options dialog.
|
ListOption |
ListOption is an option from a list in the VisBio Options dialog.
|
NumericOption |
NumericOption is an integer option in the VisBio Options dialog.
|
OptionManager |
OptionManager is the manager encapsulating VisBio's options.
|
OptionPane |
OptionPane provides a dialog box for adjusting VisBio's options.
|
ProgramState |
A VisBio state wrapper.
|
ResolutionOption |
ResolutionOption is an option for changing image resolution (two positive
integers) in the VisBio Options dialog.
|
ResolutionToggleOption |
ResolutionToggleOption is an option for toggling image resolution (two
positive integers) in the VisBio Options dialog.
|
SpreadsheetLaunchOption |
Option to toggle whether spreadsheet automatically launches when overlays are
exported.
|
SpreadsheetOptionStrategy |
Strings related to the SpreadsheetLaunchOption option.
|
StateManager |
StateManager is the manager encapsulating VisBio's state logic.
|
StringOption |
StringOption is a user-supplied string option in the VisBio Options dialog.
|
Exception | Description |
---|---|
SaveException |
Exception indicating a problem with saving or restoring an object state.
|
Copyright © 2015–2022 SciJava. All rights reserved.