| Package | Description |
|---|---|
| bdv.viewer | |
| bdv.viewer.state |
| Modifier and Type | Method and Description |
|---|---|
List<SourceGroup> |
VisibilityAndGrouping.getSourceGroups()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerPanel.addGroup(SourceGroup group)
Deprecated.
Modify
ViewerPanel.state() directly |
void |
ViewerPanel.removeGroup(SourceGroup group)
Deprecated.
Modify
ViewerPanel.state() directly |
| Modifier and Type | Method and Description |
|---|---|
SourceGroup |
SourceGroup.copy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceGroup> |
ViewerState.getSourceGroups()
Deprecated.
Returns a list of all source groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerState.addGroup(SourceGroup group)
Deprecated.
|
void |
ViewerState.removeGroup(SourceGroup group)
Deprecated.
|
void |
ViewerState.setCurrentGroup(SourceGroup group)
Deprecated.
Make the given group current.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Element |
XmlIoViewerState.sourceGroupsToXml(List<SourceGroup> groups) |
| Constructor and Description |
|---|
SourceGroup(SourceGroup g)
Deprecated.
|
| Constructor and Description |
|---|
ViewerState(List<SourceAndConverter<?>> sources,
List<SourceGroup> sourceGroups,
int numTimePoints)
Deprecated.
|
Copyright © 2015–2021 Fiji. All rights reserved.