Package | Description |
---|---|
bdv.util |
Modifier and Type | Field and Description |
---|---|
protected BdvOptions |
BdvHandle.bdvOptions |
Modifier and Type | Method and Description |
---|---|
BdvOptions |
BdvOptions.accumulateProjectorFactory(AccumulateProjectorFactory<ARGBType> f)
Set the factory for creating
AccumulateProjector . |
BdvOptions |
BdvOptions.addTo(Bdv bdv)
When showing content using one of the
BdvFunctions methods, this
option can be given to specify that the content should be added to an
existing window. |
BdvOptions |
BdvOptions.axisOrder(AxisOrder axisOrder)
Specified when adding a stack.
|
BdvOptions |
BdvOptions.frameTitle(String title)
Set the title of the BigDataViewer window.
|
BdvOptions |
BdvOptions.inputTriggerConfig(InputTriggerConfig c)
Set the
InputTriggerConfig from which keyboard and mouse action mapping is loaded. |
BdvOptions |
BdvOptions.is2D()
Set up the BigDataViewer for 2D navigation.
|
BdvOptions |
BdvOptions.numRenderingThreads(int n)
Set how many threads to use for rendering.
|
BdvOptions |
BdvOptions.numSourceGroups(int n)
Set how many source groups there are initially.
|
static BdvOptions |
BdvOptions.options()
Create default
BdvOptions . |
static BdvOptions |
Bdv.options() |
BdvOptions |
BdvOptions.Values.optionsFromValues() |
BdvOptions |
BdvOptions.preferredSize(int w,
int h)
Set preferred size of
ViewerPanel canvas. |
BdvOptions |
BdvOptions.screenScales(double[] s)
Set the number and scale factors for scaled screen images.
|
BdvOptions |
BdvOptions.sourceTransform(AffineTransform3D t)
Set the transform of the
BdvSource to be created. |
BdvOptions |
BdvOptions.sourceTransform(double... calibration)
Set the transform of the
BdvSource to be created to account for
the given calibration (scaling of the source axes). |
BdvOptions |
BdvOptions.targetRenderNanos(long t)
Set target rendering time in nanoseconds.
|
BdvOptions |
BdvOptions.transformEventHandlerFactory(TransformEventHandlerFactory f) |
Modifier and Type | Method and Description |
---|---|
static List<BdvStackSource<?>> |
BdvFunctions.show(AbstractSpimData<?> spimData,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(List<SourceAndConverter<T>> sources,
int numTimepoints,
BdvOptions options) |
static <T extends NumericType<T>> |
BdvFunctions.show(RandomAccessible<T> img,
Interval interval,
String name,
BdvOptions options) |
static List<BdvVirtualChannelSource> |
BdvFunctions.show(RandomAccessibleInterval<ARGBType> img,
List<? extends VirtualChannels.VirtualChannel> virtualChannels,
String name,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(RandomAccessibleInterval<T> img,
String name,
BdvOptions options) |
static <T extends Type<T>> |
BdvFunctions.show(RealRandomAccessible<T> img,
Interval interval,
String name,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(Source<T> source,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(Source<T> source,
int numTimePoints,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> source,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> soc,
int numTimepoints,
BdvOptions options) |
static <O extends BdvOverlay> |
BdvFunctions.showOverlay(O overlay,
String name,
BdvOptions options) |
static BdvPointsSource |
BdvFunctions.showPoints(List<? extends RealLocalizable> points,
String name,
BdvOptions options) |
Constructor and Description |
---|
BdvHandle(BdvOptions options) |
BdvHandlePanel(Frame dialogOwner,
BdvOptions options) |
Copyright © 2015–2021 Fiji. All rights reserved.