Package oshi.hardware
Interface Display
-
- All Known Implementing Classes:
AbstractDisplay
,MacDisplay
,UnixDisplay
,WindowsDisplay
@Immutable public interface Display
Display refers to the information regarding a video source and monitor identified by the EDID standard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getEdid()
The EDID byte array.
-