Class PictureNativeManagerLoaderProvider
- java.lang.Object
-
- com.e1c.g5.v8.dt.picturenative.common.PictureNativeManagerLoaderProvider
-
public class PictureNativeManagerLoaderProvider extends Object
Provides loader API for resize picture content. You should get actualPictureNativeManagerLoader
for concreteVersion
and then use it.
-
-
Constructor Summary
Constructors Constructor Description PictureNativeManagerLoaderProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PictureNativeManagerLoader
getPictureManagerLoader(Version version)
GetsPictureNativeManagerLoader
for concreteVersion
.
-
-
-
Method Detail
-
getPictureManagerLoader
public PictureNativeManagerLoader getPictureManagerLoader(Version version)
GetsPictureNativeManagerLoader
for concreteVersion
.- Parameters:
version
- actual runtime version, cannot benull
- Returns:
PictureNativeManagerLoader
for concreteVersion
, nevernull
-
-