public abstract class BdvHandle extends Object implements Bdv
Modifier and Type | Field and Description |
---|---|
protected BdvOptions |
bdvOptions |
protected ArrayList<BdvSource> |
bdvSources |
protected CacheControl.CacheControls |
cacheControls |
protected CardPanel |
cards |
protected boolean |
hasPlaceHolderSources |
protected int |
origNumTimepoints |
protected SetupAssignments |
setupAssignments |
protected ConverterSetups |
setups |
protected SplitPanel |
splitPanel |
protected ViewerPanel |
viewer |
Constructor and Description |
---|
BdvHandle(BdvOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BdvHandle |
getBdvHandle() |
CacheControl.CacheControls |
getCacheControls() |
CardPanel |
getCardPanel() |
ConverterSetups |
getConverterSetups() |
abstract InputActionBindings |
getKeybindings() |
abstract ManualTransformationEditor |
getManualTransformEditor() |
SetupAssignments |
getSetupAssignments()
Deprecated.
|
SplitPanel |
getSplitPanel() |
abstract TriggerBehaviourBindings |
getTriggerbindings() |
ViewerPanel |
getViewerPanel() |
protected void |
tryInitTransform() |
protected ViewerPanel viewer
protected CardPanel cards
protected SplitPanel splitPanel
protected ConverterSetups setups
protected SetupAssignments setupAssignments
protected final BdvOptions bdvOptions
protected boolean hasPlaceHolderSources
protected final int origNumTimepoints
protected CacheControl.CacheControls cacheControls
public BdvHandle(BdvOptions options)
public BdvHandle getBdvHandle()
getBdvHandle
in interface Bdv
public ViewerPanel getViewerPanel()
public CardPanel getCardPanel()
public SplitPanel getSplitPanel()
public ConverterSetups getConverterSetups()
@Deprecated public SetupAssignments getSetupAssignments()
public CacheControl.CacheControls getCacheControls()
public abstract ManualTransformationEditor getManualTransformEditor()
public abstract InputActionBindings getKeybindings()
public abstract TriggerBehaviourBindings getTriggerbindings()
protected void tryInitTransform()
Copyright © 2015–2021 Fiji. All rights reserved.