public class CloneScreenInterface
extends java.lang.Object
Constructor and Description |
---|
CloneScreenInterface() |
Modifier and Type | Method and Description |
---|---|
static int |
close()
Close the clone.
|
static int |
open()
Open the clone.
|
static int |
show(int[] bitmap,
int bitmapLength,
int bitmapWidth,
int bitmapHeight)
Clone the screen.
|
public static int open()
public static int close()
public static int show(int[] bitmap, int bitmapLength, int bitmapWidth, int bitmapHeight)