public class ScreenInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Rectangle |
availableRect |
int |
colorDepth |
int |
colorDepthPerComponent |
float |
deviceScaleFactor |
boolean |
isMonochrome |
Rectangle |
rect |
| Constructor and Description |
|---|
ScreenInfo(float deviceScaleFactor,
int colorDepth,
int colorDepthPerComponent,
boolean isMonochrome,
Rectangle rect,
Rectangle availablRect) |
ScreenInfo(Rectangle rect) |
public final float deviceScaleFactor
public final int colorDepth
public final int colorDepthPerComponent
public final boolean isMonochrome
public final Rectangle rect
public final Rectangle availableRect