Package | Description |
---|---|
bdv | |
bdv.gui | |
bdv.util | |
bdv.viewer |
Modifier and Type | Method and Description |
---|---|
static InputTriggerConfig |
BigDataViewer.getInputTriggerConfig(ViewerOptions options)
If
options doesn't define a InputTriggerConfig , try to
load it from files in this order:
"bdvkeyconfig.yaml" in the current directory. |
static BigDataViewer |
BigDataViewer.open(AbstractSpimData<?> spimData,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
static BigDataViewer |
BigDataViewer.open(ArrayList<ConverterSetup> converterSetups,
ArrayList<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cache,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
static BigDataViewer |
BigDataViewer.open(String xmlFilename,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
Constructor and Description |
---|
BigDataViewer(ArrayList<ConverterSetup> converterSetups,
ArrayList<SourceAndConverter<?>> sources,
AbstractSpimData<?> spimData,
int numTimepoints,
CacheControl cache,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
BigWarpViewerOptions |
Modifier and Type | Method and Description |
---|---|
ViewerOptions |
BigWarpViewerOptions.transformEventHandlerFactory(TransformEventHandlerFactory f) |
Modifier and Type | Method and Description |
---|---|
ViewerOptions |
BdvOptions.Values.getViewerOptions() |
Modifier and Type | Method and Description |
---|---|
ViewerOptions |
ViewerOptions.accumulateProjectorFactory(AccumulateProjectorFactory<ARGBType> f)
Set the factory for creating
AccumulateProjector . |
ViewerOptions |
ViewerOptions.height(int h)
Set height of
ViewerPanel canvas. |
ViewerOptions |
ViewerOptions.inputTriggerConfig(InputTriggerConfig c)
Set the
InputTriggerConfig from which keyboard and mouse action mapping is loaded. |
ViewerOptions |
ViewerOptions.is2D(boolean is2D)
Set up the BigDataViewer for 2D navigation.
|
ViewerOptions |
ViewerOptions.msgOverlay(MessageOverlayAnimator o) |
ViewerOptions |
ViewerOptions.numRenderingThreads(int n)
Set how many threads to use for rendering.
|
ViewerOptions |
ViewerOptions.numSourceGroups(int n)
Set how many source groups there are initially.
|
static ViewerOptions |
ViewerOptions.options()
Create default
ViewerOptions . |
ViewerOptions |
ViewerOptions.Values.optionsFromValues() |
ViewerOptions |
ViewerOptions.screenScales(double[] s)
Set the number and scale factors for scaled screen images.
|
ViewerOptions |
ViewerOptions.shareKeyPressedEvents(KeyPressedManager manager)
Set the
KeyPressedManager to share
KeyListener.keyPressed(java.awt.event.KeyEvent) events with other
ui-behaviour windows. |
ViewerOptions |
ViewerOptions.targetRenderNanos(long t)
Set target rendering time in nanoseconds.
|
ViewerOptions |
ViewerOptions.transformEventHandlerFactory(TransformEventHandlerFactory f) |
ViewerOptions |
ViewerOptions.useVolatileIfAvailable(boolean v)
Set whether volatile versions of sources should be used if available.
|
ViewerOptions |
ViewerOptions.width(int w)
Set width of
ViewerPanel canvas. |
Constructor and Description |
---|
ViewerFrame(List<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cacheControl,
ViewerOptions optional) |
ViewerPanel(List<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cacheControl,
ViewerOptions optional) |
Copyright © 2015–2021 Fiji. All rights reserved.