JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.aoju.bus.health.hardware
Interface Display
All Known Implementing Classes:
AbstractDisplay
,
FreeBsdDisplay
,
LinuxDisplay
,
MacDisplay
,
SolarisDisplay
,
WindowsDisplay
public interface
Display
Display refers to the information regarding a video source and monitor identified by the EDID standard.
Since:
JDK 1.8+
Version:
5.8.2
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
byte[]
getEdid
()
The EDID byte array.
Method Detail
getEdid
byte[] getEdid()
The EDID byte array.
Returns:
The original unparsed EDID byte array.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2020. All rights reserved.