public class BigWarpViewerOptions extends ViewerOptions
Modifier and Type | Class and Description |
---|---|
static class |
BigWarpViewerOptions.BwValues |
ViewerOptions.Values
Modifier and Type | Field and Description |
---|---|
boolean |
is2d |
values
Constructor and Description |
---|
BigWarpViewerOptions(boolean is2d) |
Modifier and Type | Method and Description |
---|---|
BigWarpViewerOptions |
copy() |
BigWarpMessageAnimator |
getMessageAnimator() |
BigWarpViewerOptions.BwValues |
getValues() |
BigWarpViewerOptions |
inputTriggerConfig(InputTriggerConfig c)
Set the
InputTriggerConfig from which keyboard and mouse action mapping is loaded. |
static BigWarpViewerOptions |
options() |
static BigWarpViewerOptions |
options(boolean is2d) |
BigWarpViewerOptions |
size(int width,
int height)
Set width of
ViewerPanel canvas. |
ViewerOptions |
transformEventHandlerFactory(TransformEventHandlerFactory f) |
accumulateProjectorFactory, height, is2D, msgOverlay, numRenderingThreads, numSourceGroups, screenScales, shareKeyPressedEvents, targetRenderNanos, useVolatileIfAvailable, width
public BigWarpMessageAnimator getMessageAnimator()
public static BigWarpViewerOptions options()
public BigWarpViewerOptions inputTriggerConfig(InputTriggerConfig c)
ViewerOptions
InputTriggerConfig
from which keyboard and mouse action mapping is loaded.inputTriggerConfig
in class ViewerOptions
c
- the InputTriggerConfig
from which keyboard and mouse action mapping is loadedpublic ViewerOptions transformEventHandlerFactory(TransformEventHandlerFactory f)
transformEventHandlerFactory
in class ViewerOptions
public BigWarpViewerOptions.BwValues getValues()
public BigWarpViewerOptions size(int width, int height)
ViewerPanel
canvas.width
- of the viewer canvasheight
- of the viewer canvaspublic static BigWarpViewerOptions options(boolean is2d)
public BigWarpViewerOptions copy()
Copyright © 2015–2021 Fiji. All rights reserved.