Package | Description |
---|---|
loci.visbio | |
loci.visbio.data | |
loci.visbio.ext | |
loci.visbio.help | |
loci.visbio.overlays | |
loci.visbio.state | |
loci.visbio.view |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleManager
ConsoleManager is the manager encapsulating VisBio's console output logic.
|
class |
ExitManager
ExitManager is the manager encapsulating VisBio's shutdown logic.
|
class |
PanelManager
PanelManager is the manager encapsulating VisBio's control panel logic.
|
class |
SystemManager
SystemManager is the manager encapsulating VisBio's system information report
logic.
|
class |
TaskManager
TaskManager is the manager encapsulating VisBio's multitasking logic.
|
class |
WindowManager
WindowManager is the manager encapsulating VisBio's window logic, including
docking, resizing, minimization and cursor control.
|
Modifier and Type | Field and Description |
---|---|
protected LogicManager |
ControlPanel.lm
Associated logic manager.
|
Modifier and Type | Field and Description |
---|---|
protected Vector<LogicManager> |
VisBioFrame.managers
Logic managers.
|
Modifier and Type | Method and Description |
---|---|
LogicManager |
ControlPanel.getManager()
Gets control panel's logic manager.
|
LogicManager |
VisBioFrame.getManager(Class<?> c)
Gets the logic manager of the given class.
|
LogicManager[] |
VisBioFrame.getManagers()
Gets all logic managers.
|
Modifier and Type | Method and Description |
---|---|
void |
VisBioFrame.addManager(LogicManager lm)
Adds a logic manager to the VisBio interface.
|
Constructor and Description |
---|
ControlPanel(LogicManager logic,
String name,
String tip)
Constructs a control panel.
|
SystemControls(LogicManager logic)
Constructs a control panel for viewing system information.
|
TaskControls(LogicManager logic)
Constructs a tool panel for controlling tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
DataManager
DataManager is the manager encapsulating VisBio's data transform logic.
|
Constructor and Description |
---|
DataControls(LogicManager logic)
Constructs a tool panel for adjusting data parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtManager
ExtManager is the manager encapsulating VisBio's support for external
software interfaces (e.g., external programs or MATLAB).
|
Modifier and Type | Class and Description |
---|---|
class |
HelpManager
HelpManager is the manager encapsulating VisBio's help window logic.
|
Modifier and Type | Class and Description |
---|---|
class |
OverlayManager
OverlayManager is the manager encapsulating VisBio's overlay logic.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionManager
OptionManager is the manager encapsulating VisBio's options.
|
class |
StateManager
StateManager is the manager encapsulating VisBio's state logic.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplayManager
DisplayManager is the manager encapsulating VisBio's 2D and 3D displays.
|
Constructor and Description |
---|
DisplayControls(LogicManager logic)
Constructs a tool panel for adjusting data parameters.
|
Copyright © 2015–2022 SciJava. All rights reserved.