Package com.banuba.sdk.scene
Class RenderTarget.CppProxy
java.lang.Object
com.banuba.sdk.scene.RenderTarget.CppProxy
- All Implemented Interfaces:
RenderTarget
- Enclosing interface:
- RenderTarget
public static final class RenderTarget.CppProxy extends java.lang.Object implements RenderTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.RenderTarget
RenderTarget.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
void
addAttachment(Image attachment)
protected void
finalize()
java.util.ArrayList<Image>
getAttachments()
int
getHeight()
float
getHeightScale()
java.lang.String
getName()
int
getSamplesCount()
int
getWidth()
float
getWidthScale()
void
removeAttachment(Image attachment)
void
setExtent(int width, int height)
void
setSamplesCount(int samples)
void
setScale(float width, float height)
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceRenderTarget
-
setSamplesCount
public void setSamplesCount(int samples)- Specified by:
setSamplesCount
in interfaceRenderTarget
-
getSamplesCount
public int getSamplesCount()- Specified by:
getSamplesCount
in interfaceRenderTarget
-
setExtent
public void setExtent(int width, int height)- Specified by:
setExtent
in interfaceRenderTarget
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceRenderTarget
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceRenderTarget
-
setScale
public void setScale(float width, float height)- Specified by:
setScale
in interfaceRenderTarget
-
getWidthScale
public float getWidthScale()- Specified by:
getWidthScale
in interfaceRenderTarget
-
getHeightScale
public float getHeightScale()- Specified by:
getHeightScale
in interfaceRenderTarget
-
addAttachment
- Specified by:
addAttachment
in interfaceRenderTarget
-
removeAttachment
- Specified by:
removeAttachment
in interfaceRenderTarget
-
getAttachments
- Specified by:
getAttachments
in interfaceRenderTarget
-