-
public class PlatformBitmapFactoryProvider
-
-
Field Summary
Fields Modifier and Type Field Description public final static PlatformBitmapFactoryProviderINSTANCE
-
Method Summary
Modifier and Type Method Description final static PlatformBitmapFactorybuildPlatformBitmapFactory(PoolFactory poolFactory, PlatformDecoder platformDecoder, CloseableReferenceFactory closeableReferenceFactory)Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory -
-
Method Detail
-
buildPlatformBitmapFactory
final static PlatformBitmapFactory buildPlatformBitmapFactory(PoolFactory poolFactory, PlatformDecoder platformDecoder, CloseableReferenceFactory closeableReferenceFactory)
Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory
- Parameters:
poolFactory- The PoolFactoryplatformDecoder- The PlatformDecoder
-
-
-
-