Package | Description |
---|---|
bdv.tools | |
bdv.tools.boundingbox | |
bdv.viewer | |
bdv.viewer.overlay | |
bdv.viewer.state | |
spim.fiji.spimdata.explorer.popup |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Interval |
BoundingBoxUtil.getSourcesBoundingBox(ViewerState state)
Deprecated.
|
static Interval |
BoundingBoxUtil.getSourcesBoundingBox(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex)
Deprecated.
|
static RealInterval |
BoundingBoxUtil.getSourcesBoundingBoxReal(ViewerState state)
Deprecated.
|
static RealInterval |
BoundingBoxUtil.getSourcesBoundingBoxReal(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ViewerState |
ViewerPanel.state
Currently rendered state (visible sources, transformation, timepoint,
etc.) A copy can be obtained by
ViewerPanel.getState() . |
Modifier and Type | Method and Description |
---|---|
ViewerState |
ViewerPanel.getState()
Deprecated.
Use
ViewerPanel.state() instead.
Get a copy of the current ViewerState . |
Constructor and Description |
---|
VisibilityAndGrouping(ViewerState viewerState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceInfoOverlayRenderer.setViewerState(ViewerState state)
Deprecated.
|
void |
ScaleBarOverlayRenderer.setViewerState(ViewerState state)
Deprecated.
|
void |
MultiBoxOverlayRenderer.setViewerState(ViewerState viewerState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ViewerState |
ViewerState.copy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SourceState<T> |
SourceState.copy(ViewerState owner)
Deprecated.
|
static <T> SourceState<T> |
SourceState.create(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
Create a
SourceState from a SourceAndConverter . |
void |
XmlIoViewerState.restoreFromXml(org.jdom2.Element elem,
ViewerState state) |
void |
XmlIoViewerState.restoreSourceGroupsFromXml(org.jdom2.Element elem,
ViewerState state) |
org.jdom2.Element |
XmlIoViewerState.toXml(ViewerState state) |
Constructor and Description |
---|
SourceState(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
|
SourceState(SourceAndConverter<T> soc,
ViewerState owner,
SourceAndConverter<?> handle)
Deprecated.
|
SourceState(SourceState<T> s,
ViewerState owner)
Deprecated.
copy constructor
|
ViewerState(ViewerState s)
Deprecated.
copy constructor
|
Modifier and Type | Method and Description |
---|---|
static AffineTransform3D |
BDVPopup.initTransform(int viewerWidth,
int viewerHeight,
boolean zoomedIn,
ViewerState state) |
Copyright © 2015–2021 Fiji. All rights reserved.