| Package | Description |
|---|---|
| loci.visbio.view |
| Modifier and Type | Class and Description |
|---|---|
class |
StackHandler
Provides logic for linking data transforms to a 3D display as a stack of
images.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransformHandler |
TransformPanel.handler
Transform handler upon which GUI controls operate.
|
protected TransformHandler |
TransformLink.handler
Associated transform handler.
|
protected TransformHandler |
DisplayWindow.transformHandler
Handles logic for linking data transforms to the VisAD display.
|
| Modifier and Type | Method and Description |
|---|---|
TransformHandler |
TransformLink.getHandler()
Gets the link's transform handler.
|
TransformHandler |
DisplayWindow.getTransformHandler()
Gets the transform handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformHandler.initState(TransformHandler handler)
Modifies this object's state to match that of the given object.
|
boolean |
TransformHandler.matches(TransformHandler handler)
Tests whether two objects are in equivalent states.
|
| Constructor and Description |
|---|
TransformLink(TransformHandler h)
Constructs an uninitialized transform link.
|
TransformLink(TransformHandler h,
DataTransform t)
Creates a link between the given data transform and the specified transform
handler's display.
|
TransformPanel(TransformHandler h)
Creates a panel containing view handler GUI controls.
|
Copyright © 2015–2022 SciJava. All rights reserved.