public interface IRenderSurface
extends com.scichart.core.framework.IView, com.scichart.core.framework.IInvalidatableElement
Modifier and Type | Method and Description |
---|---|
void |
exportToBitmap(android.graphics.Bitmap bitmap)
Exports this instance of
IRenderSurface to passed in Bitmap . |
void |
setRenderer(IRenderSurfaceRenderer renderer)
Sets the
IRenderSurfaceRenderer which is used to render content of this IRenderSurface . |
boolean |
supportsTransparency()
Gets the value which indicates whether this
IRenderSurface instance supports transparency. |
getBackground, getHeight, getLayoutParams, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getVisibility, getWidth, invalidate, postInvalidate, requestLayout, setLayoutParams, setVisibility
void setRenderer(IRenderSurfaceRenderer renderer)
IRenderSurfaceRenderer
which is used to render content of this IRenderSurface
.renderer
- The new IRenderSurfaceRenderer
instance.boolean supportsTransparency()
IRenderSurface
instance supports transparency.IRenderSurface
instance supports transparency.void exportToBitmap(android.graphics.Bitmap bitmap)
IRenderSurface
to passed in Bitmap
.bitmap
- The Bitmap
instance to export this IRenderSurface
to.