public static class ViewerOptions.Values extends Object
ViewerOptions
values.Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
AccumulateProjectorFactory<ARGBType> |
getAccumulateProjectorFactory() |
int |
getHeight() |
InputTriggerConfig |
getInputTriggerConfig() |
KeyPressedManager |
getKeyPressedManager() |
MessageOverlayAnimator |
getMsgOverlay() |
int |
getNumRenderingThreads() |
int |
getNumSourceGroups() |
double[] |
getScreenScales() |
long |
getTargetRenderNanos() |
TransformEventHandlerFactory |
getTransformEventHandlerFactory() |
int |
getWidth() |
boolean |
is2D() |
boolean |
isUseVolatileIfAvailable() |
ViewerOptions |
optionsFromValues() |
public ViewerOptions optionsFromValues()
public int getWidth()
public int getHeight()
public double[] getScreenScales()
public long getTargetRenderNanos()
public int getNumRenderingThreads()
public int getNumSourceGroups()
public boolean isUseVolatileIfAvailable()
public MessageOverlayAnimator getMsgOverlay()
public TransformEventHandlerFactory getTransformEventHandlerFactory()
public boolean is2D()
public AccumulateProjectorFactory<ARGBType> getAccumulateProjectorFactory()
public InputTriggerConfig getInputTriggerConfig()
public KeyPressedManager getKeyPressedManager()
Copyright © 2015–2021 Fiji. All rights reserved.