public class LegacyViewerImgLoaderWrapper<T,V extends Volatile<T>,I extends LegacyViewerImgLoader<T,V>> extends Object implements ViewerImgLoader
Modifier and Type | Class and Description |
---|---|
class |
LegacyViewerImgLoaderWrapper.SetupImgLoaderWrapper |
Modifier and Type | Field and Description |
---|---|
protected I |
legacyImgLoader |
Constructor and Description |
---|
LegacyViewerImgLoaderWrapper(I legacyImgLoader) |
Modifier and Type | Method and Description |
---|---|
CacheControl |
getCacheControl() |
LegacyViewerImgLoaderWrapper.SetupImgLoaderWrapper |
getSetupImgLoader(int setupId)
Get the
BasicMultiResolutionSetupImgLoader for the specified view
setup. |
protected final I extends LegacyViewerImgLoader<T,V> legacyImgLoader
public LegacyViewerImgLoaderWrapper(I legacyImgLoader)
public LegacyViewerImgLoaderWrapper.SetupImgLoaderWrapper getSetupImgLoader(int setupId)
BasicMultiResolutionImgLoader
BasicMultiResolutionSetupImgLoader
for the specified view
setup.getSetupImgLoader
in interface ViewerImgLoader
getSetupImgLoader
in interface BasicImgLoader
getSetupImgLoader
in interface BasicMultiResolutionImgLoader
setupId
- view setup for which to get the
BasicMultiResolutionSetupImgLoader
.BasicMultiResolutionSetupImgLoader
for the specified view
setup.public CacheControl getCacheControl()
getCacheControl
in interface ViewerImgLoader
Copyright © 2015–2021 Fiji. All rights reserved.