Package | Description |
---|---|
loci.visbio.view |
Modifier and Type | Field and Description |
---|---|
protected DisplayWindow |
ViewHandler.window
Associated display window.
|
protected DisplayWindow |
TransformHandler.window
Associated display window.
|
protected DisplayWindow |
CaptureHandler.window
Associated display window.
|
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
DisplayManager.createDisplay(Component parent,
boolean threeD)
Pops up a dialog allowing the user to create a new display.
|
DisplayWindow |
DisplayManager.createDisplay(Component parent,
String defaultName,
boolean threeD)
Pops up a dialog allowing the user to create a new display, with the given
default name.
|
DisplayWindow[] |
DisplayManager.getDisplays()
Gets the current list of displays.
|
DisplayWindow[] |
DisplayControls.getDisplays()
Gets the current list of displays.
|
static DisplayWindow |
DisplayWindow.getDisplayWindow(DisplayImpl d)
Figures out which DisplayWindow contains the given display, if any.
|
DisplayWindow |
ViewHandler.getWindow()
Gets associated display window.
|
DisplayWindow |
TransformHandler.getWindow()
Gets associated display window.
|
DisplayWindow |
ColorHandler.getWindow()
Gets the VisBio display window affected by this color handler.
|
DisplayWindow |
CaptureHandler.getWindow()
Gets associated display window.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayManager.addDisplay(DisplayWindow d)
Adds a display to the list of current displays.
|
void |
DisplayControls.addDisplay(DisplayWindow d)
Adds a display to the list of current displays.
|
protected boolean |
DisplayControls.isShowable(DisplayWindow d)
Gets whether the given display should be allowed to be shown onscreen.
|
void |
DisplayManager.removeDisplay(DisplayWindow d)
Removes a display from the list of current displays.
|
void |
DisplayControls.removeDisplay(DisplayWindow d)
Removes a display from the list of current displays.
|
Constructor and Description |
---|
CaptureHandler(DisplayWindow dw)
Creates a display capture handler.
|
StackHandler(DisplayWindow dw)
Creates a 3D display transform handler.
|
TransformHandler(DisplayWindow dw)
Creates a display transform handler.
|
ViewHandler(DisplayWindow dw)
Creates a display view handler.
|
Copyright © 2015–2022 SciJava. All rights reserved.