@Retention(value=RUNTIME) public @interface OffScreen
Modifier and Type | Optional Element and Description |
---|---|
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