Package | Description |
---|---|
bdv.viewer | |
bdv.viewer.state |
Modifier and Type | Method and Description |
---|---|
List<SourceState<?>> |
VisibilityAndGrouping.getSources()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SourceState<? extends Volatile<T>> |
SourceState.asVolatile()
Deprecated.
|
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 . |
Modifier and Type | Method and Description |
---|---|
List<SourceState<?>> |
ViewerState.getSources()
Deprecated.
Returns a list of all sources.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlIoViewerState.restoreSourcesFromXml(org.jdom2.Element elem,
List<SourceState<?>> sources) |
protected org.jdom2.Element |
XmlIoViewerState.sourcesToXml(List<SourceState<?>> sources) |
Constructor and Description |
---|
SourceState(SourceState<T> s,
ViewerState owner)
Deprecated.
copy constructor
|
Copyright © 2015–2021 Fiji. All rights reserved.