public class ViewSetupUtils extends Object
Constructor and Description |
---|
ViewSetupUtils() |
Modifier and Type | Method and Description |
---|---|
static Dimensions |
getSize(BasicViewSetup setup) |
static Dimensions |
getSizeOrLoad(BasicViewSetup setup,
TimePoint t,
ImgLoader loader) |
static VoxelDimensions |
getVoxelSize(BasicViewSetup setup) |
static VoxelDimensions |
getVoxelSizeOrLoad(BasicViewSetup setup,
TimePoint t,
ImgLoader loader) |
public static VoxelDimensions getVoxelSize(BasicViewSetup setup)
setup
- - the BasicViewSetup
ViewSetup
or null if it is not in the XMLpublic static VoxelDimensions getVoxelSizeOrLoad(BasicViewSetup setup, TimePoint t, ImgLoader loader)
setup
- - the BasicViewSetup
for which to get the Voxelsizet
- - the TimePoint
from which to load the Voxelsizeloader
- - the ImgLoader
ViewSetup
public static Dimensions getSize(BasicViewSetup setup)
setup
- - the BasicViewSetup
ViewSetup
or null if it is not in the XMLpublic static Dimensions getSizeOrLoad(BasicViewSetup setup, TimePoint t, ImgLoader loader)
setup
- - the BasicViewSetup
for which to get the image sizet
- - the TimePoint
from which to load the image sizeloader
- - the ImgLoader
ViewSetup
Copyright © 2015–2021 Fiji. All rights reserved.