@Retention(value=RUNTIME) public @interface OffScreen
Modifier and Type | Optional Element and Description |
---|---|
OffScreen.Format |
format
The pixel format of the buffer.
|
int |
height
Provide a fixed height for the offscreen buffer.
|
boolean |
persistent
Whether to persist the contents of the offscreen buffer between frames.
|
double |
scaleHeight
Provide a scaling factor for the height.
|
double |
scaleWidth
Provide a scaling factor for the width.
|
int |
width
Provide a fixed width for the offscreen buffer.
|
public abstract int width
public abstract int height
public abstract double scaleWidth
public abstract double scaleHeight
public abstract boolean persistent
public abstract OffScreen.Format format
OffScreen.Format.Default
will match the output surface.