| Package | Description |
|---|---|
| mpicbg.spim.data.sequence |
| Modifier and Type | Method and Description |
|---|---|
Tile |
XmlIoTile.fromXml(org.jdom2.Element elem) |
Tile |
ViewSetup.getTile()
Get the
Tile. |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Tile> |
SequenceDescription.getAllTiles()
|
static HashMap<Integer,Tile> |
ViewSetups.getAllTiles(Collection<? extends ViewSetup> setups) |
List<Tile> |
SequenceDescription.getAllTilesOrdered()
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tile.compareTo(Tile o)
Compares the
ids. |
protected void |
ViewSetup.setTile(Tile tile)
Set the
Tile. |
org.jdom2.Element |
XmlIoTile.toXml(Tile tile) |
| Constructor and Description |
|---|
ViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize,
Tile tile,
Channel channel,
Angle angle,
Illumination illumination)
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.