public class CefScreenInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
available_height |
int |
available_width |
int |
available_x |
int |
available_y |
int |
depth |
int |
depth_per_component |
double |
device_scale_factor |
int |
height |
boolean |
is_monochrome |
int |
width |
int |
x |
int |
y |
| Constructor and Description |
|---|
CefScreenInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Set(double device_scale_factor,
int depth,
int depth_per_component,
boolean is_monochrome,
java.awt.Rectangle rect,
java.awt.Rectangle availableRect) |
public int available_height
public int available_width
public int available_x
public int available_y
public int depth
public int depth_per_component
public double device_scale_factor
public int height
public boolean is_monochrome
public int width
public int x
public int y