Package com.kakao.vectormap.internal
Interface IEngineHandler
- 
- All Known Implementing Classes:
- EngineHandler
 
 public interface IEngineHandler
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEngineState()voidpause()booleanrender()voidresize(int width, int height)voidresume(int width, int height)longstart(Context context, int width, int height, int depthSize, java.lang.String glRenderer, Surface surface)voidstop()voidupdateSurface(int width, int height, Surface surface)
 
- 
- 
- 
Method Detail- 
startlong start(Context context, int width, int height, int depthSize, java.lang.String glRenderer, Surface surface)
 - 
resumevoid resume(int width, int height)
 - 
renderboolean render() 
 - 
pausevoid pause() 
 - 
resizevoid resize(int width, int height)
 - 
updateSurfacevoid updateSurface(int width, int height, Surface surface)
 - 
stopvoid stop() 
 - 
getEngineStatejava.lang.String getEngineState() 
 
- 
 
-