com.supermap.ar.areffect.config
Class ResourceConfig
- java.lang.Object
-
- com.supermap.ar.areffect.config.ResourceConfig
-
public class ResourceConfig extends java.lang.Object
Static resource configuration
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getArDefaultWebView()
Gets the default website layoutint
getArEffectWebViewBackBtn()
Gets the website layout - back button controlint
getArEffectWebViewCloseBtn()
Gets the website layout - close button controlint
getArEffectWebViewDefault()
Gets the website layout - webView controlint
getArEffectWebViewForwardBtn()
Gets the website layout - next button controlint
getArEffectWebViewHomeBtn()
Gets the website layout - home button controlint
getArEffectWebViewRefreshBtn()
Gets the website layout - refresh button controljava.lang.Integer
getArPlaneTexture()
Gets plane texturestatic ResourceConfig
getInstance(android.content.Context context)
int
getVideoBackGroundView()
Gets the background layout of video projectionint
getVideoMaterialKey()
Gets the texture file of video projection
-
-
-
Method Detail
-
getInstance
public static ResourceConfig getInstance(android.content.Context context)
-
getVideoMaterialKey
public int getVideoMaterialKey()
Gets the texture file of video projection- Returns:
-
getArDefaultWebView
public int getArDefaultWebView()
Gets the default website layout- Returns:
-
getVideoBackGroundView
public int getVideoBackGroundView()
Gets the background layout of video projection- Returns:
-
getArEffectWebViewDefault
public int getArEffectWebViewDefault()
Gets the website layout - webView control- Returns:
-
getArEffectWebViewBackBtn
public int getArEffectWebViewBackBtn()
Gets the website layout - back button control- Returns:
-
getArEffectWebViewForwardBtn
public int getArEffectWebViewForwardBtn()
Gets the website layout - next button control- Returns:
-
getArEffectWebViewRefreshBtn
public int getArEffectWebViewRefreshBtn()
Gets the website layout - refresh button control- Returns:
-
getArEffectWebViewCloseBtn
public int getArEffectWebViewCloseBtn()
Gets the website layout - close button control- Returns:
-
getArEffectWebViewHomeBtn
public int getArEffectWebViewHomeBtn()
Gets the website layout - home button control- Returns:
-
getArPlaneTexture
public java.lang.Integer getArPlaneTexture()
Gets plane texture- Returns:
-
-