Class TextureProviderFile

java.lang.Object
com.arubanetworks.meridian.maprender.TextureProvider
com.arubanetworks.meridian.maprender.TextureProviderFile

public class TextureProviderFile extends TextureProvider
Implementation of TextureProvider that loads a file.
  • Constructor Details

    • TextureProviderFile

      public TextureProviderFile(String filePath)
      Constructs a TextureProvider using the file provided.<p>If there is an error loading the file getBitmap will return null.</p>
  • Method Details