Package com.leia.sdk.views
Interface InterlacedView
- 
- All Known Implementing Classes:
- InterlacedSurfaceView,- TextureView3D
 
 public interface InterlacedView
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classInterlacedView.Common
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InterlacedSurfaceViewConfigAccessorgetConfig()Get config accessor that holds a lock to the config.ContextgetContext()intgetHeight()intgetMeasuredHeight()intgetMeasuredWidth()ViewParentgetParent()float[]getRectMatrix()Get the rect matrixMatrixgetScaleTypeMatrix()Get the scale type matrixintgetWidth()ZonePlateStategetZonePlateInitialState(int viewportWidth, int viewportHeight)booleanisAGSL()Is the view drawn by an AGSL RuntimeShader?voidsetAutoAlign(boolean x, boolean y)voidsetIsGuiVisible(boolean isGuiVisible)voidsetSingleViewModeListener(InterlacerSingleViewModeListener listener)voidsetViewAsset(InputViewsAsset viewAsset)
 
- 
- 
- 
Method Detail- 
getContextContext getContext() 
 - 
getMeasuredWidthint getMeasuredWidth() 
 - 
getMeasuredHeightint getMeasuredHeight() 
 - 
getWidthint getWidth() 
 - 
getHeightint getHeight() 
 - 
getParentViewParent getParent() 
 - 
getConfigInterlacedSurfaceViewConfigAccessor getConfig() Get config accessor that holds a lock to the config. It must be closed after use viaInterlacedSurfaceViewConfigAccessor.close().
 - 
getRectMatrixfloat[] getRectMatrix() Get the rect matrix- Returns:
- the rect matrix if available or an identity matrix
 
 - 
getScaleTypeMatrixMatrix getScaleTypeMatrix() Get the scale type matrix- Returns:
- the scale type matrix if available or an identity matrix
 
 - 
isAGSLboolean isAGSL() Is the view drawn by an AGSL RuntimeShader?- Returns:
- true if view is drawn with AGSL
 
 - 
setViewAssetvoid setViewAsset(InputViewsAsset viewAsset) 
 - 
setSingleViewModeListenervoid setSingleViewModeListener(InterlacerSingleViewModeListener listener) 
 - 
setAutoAlignvoid setAutoAlign(boolean x, boolean y)
 - 
getZonePlateInitialStateZonePlateState getZonePlateInitialState(int viewportWidth, int viewportHeight) 
 - 
setIsGuiVisiblevoid setIsGuiVisible(boolean isGuiVisible) 
 
- 
 
-