Package oshi.hardware.platform.unix
Class UnixDisplay
java.lang.Object
oshi.hardware.common.AbstractDisplay
oshi.hardware.platform.unix.UnixDisplay
- All Implemented Interfaces:
Display
@ThreadSafe public final class UnixDisplay extends AbstractDisplay
A Display
-
Method Summary
Modifier and Type Method Description static java.util.List<Display>
getDisplays()
Gets Display InformationMethods inherited from class oshi.hardware.common.AbstractDisplay
getEdid, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
getDisplays
Gets Display Information- Returns:
- An array of Display objects representing monitors, etc.
-