Interface TextureProvider.SupportsImageTypes
-
- Enclosing interface:
- TextureProvider
public static interface TextureProvider.SupportsImageTypesOptional additional interface forTextureProviderimplementation exposing the supportedImageTypes.Use case: Mapping of
ImageTypes toTextureProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageType[]getImageTypes()Returns the supportedImageTypes.
-