Package | Description |
---|---|
bdv.ij | |
bdv.tools | |
bdv.tools.boundingbox | |
bdv.ui.sourcegrouptree | |
bdv.ui.sourcetable | |
bdv.ui.viewermodepanel | |
bdv.viewer | |
bdv.viewer.overlay | |
bdv.viewer.render | |
bdv.viewer.state | |
bigwarp | |
bigwarp.util |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenImagePlusPlugIn.transferChannelSettings(int channelOffset,
ij.ImagePlus imp,
ViewerState state,
ConverterSetups converterSetups) |
protected int |
OpenImagePlusPlugIn.transferChannelVisibility(int channelOffset,
ij.ImagePlus imp,
ViewerState state) |
Modifier and Type | Method and Description |
---|---|
static void |
InitializeViewerState.initBrightness(double cumulativeMinCutoff,
double cumulativeMaxCutoff,
ViewerState state,
ConverterSetups converterSetups) |
static void |
InitializeViewerState.initBrightness(double cumulativeMinCutoff,
double cumulativeMaxCutoff,
ViewerState state,
SetupAssignments setupAssignments)
Deprecated.
|
static AffineTransform3D |
InitializeViewerState.initTransform(int viewerWidth,
int viewerHeight,
boolean zoomedIn,
ViewerState state)
Get a "good" initial viewer transform.
|
Constructor and Description |
---|
GroupingPanel(ViewerState state,
BooleanSupplier isVisible) |
ModePanel(ViewerState state,
BooleanSupplier isVisible) |
VisibilityAndGroupingDialog(Frame owner,
ViewerState state)
Deprecated.
|
VisibilityPanel(ViewerState state,
BooleanSupplier isVisible) |
Modifier and Type | Method and Description |
---|---|
static Interval |
BoundingBoxUtil.getSourcesBoundingBox(ViewerState state) |
static Interval |
BoundingBoxUtil.getSourcesBoundingBox(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex) |
static RealInterval |
BoundingBoxUtil.getSourcesBoundingBoxReal(ViewerState state) |
static RealInterval |
BoundingBoxUtil.getSourcesBoundingBoxReal(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex) |
Constructor and Description |
---|
SourceGroupTree(ViewerState state) |
SourceGroupTree(ViewerState state,
InputTriggerConfig inputTriggerConfig) |
SourceGroupTreeModel(ViewerState state) |
SourceGroupTreeTransferHandler(SourceGroupTree tree,
ViewerState state) |
Constructor and Description |
---|
SourceTable(ViewerState state,
ConverterSetups converterSetups) |
SourceTable(ViewerState state,
ConverterSetups converterSetups,
InputTriggerConfig inputTriggerConfig) |
SourceTableModel(ViewerState state,
ConverterSetups converterSetups) |
Constructor and Description |
---|
DisplaySettingsPanel(ViewerState state) |
Modifier and Type | Class and Description |
---|---|
class |
BasicViewerState
Maintains the BigDataViewer state and implements
ViewerState to
expose query and modification methods. |
class |
SynchronizedViewerState
Maintains the BigDataViewer state and implements
ViewerState to
expose query and modification methods. |
Modifier and Type | Method and Description |
---|---|
ViewerState |
VisibilityAndGrouping.getState()
Deprecated.
|
ViewerState |
SynchronizedViewerState.getWrappedState()
Returns the wrapped
ViewerState . |
ViewerState |
ViewerState.snapshot()
Get a snapshot of this ViewerState.
|
ViewerState |
SynchronizedViewerState.snapshot()
Get a snapshot of this ViewerState.
|
ViewerState |
BasicViewerState.snapshot()
Get a snapshot of this ViewerState.
|
Modifier and Type | Method and Description |
---|---|
static void |
NavigationActions.installModeActions(Actions actions,
ViewerState state) |
static void |
NavigationActions.installSourceActions(Actions actions,
ViewerState state) |
static void |
NavigationActions.installTimeActions(Actions actions,
ViewerState state) |
static void |
NavigationActions.nextTimePoint(ViewerState state) |
static void |
NavigationActions.previousTimePoint(ViewerState state) |
void |
BasicViewerState.set(ViewerState other)
Set this
ViewerState to other . |
void |
BigWarpOverlay.setViewerState(ViewerState state)
Update data to show in the overlay.
|
static void |
NavigationActions.toggleInterpolation(ViewerState state) |
Constructor and Description |
---|
BasicViewerState(ViewerState other)
Create a copy of the given
ViewerState (except for (@link
#changeListeners()}, which are not copied). |
ConverterSetups(ViewerState state) |
SynchronizedViewerState(ViewerState state) |
Modifier and Type | Method and Description |
---|---|
void |
SourceInfoOverlayRenderer.setViewerState(ViewerState state)
Update data to show in the overlay.
|
void |
ScaleBarOverlayRenderer.setViewerState(ViewerState state)
Update data to show in the overlay.
|
void |
MultiBoxOverlayRenderer.setViewerState(ViewerState state)
Update data to show in the box overlay.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiResolutionRenderer.paint(ViewerState viewerState)
Render image at the
requested screen
scale . |
Constructor and Description |
---|
SourceGroup(ViewerState state,
SourceGroup handle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
BigWarp.initBrightness(double cumulativeMinCutoff,
double cumulativeMaxCutoff,
ViewerState state,
ConverterSetups converterSetups)
Deprecated.
Use
InitializeViewerState method instead. |
Modifier and Type | Method and Description |
---|---|
static AffineTransform3D |
BigWarpUtils.initTransform(int viewerWidth,
int viewerHeight,
boolean zoomedIn,
ViewerState state)
Get a "good" initial viewer transform for 2d.
|
Copyright © 2015–2021 Fiji. All rights reserved.