Uses of Interface
oshi.hardware.Display
-
Packages that use Display Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix Provides mappings for Unix-based operating systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of Display in oshi.hardware
Methods in oshi.hardware that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
HardwareAbstractionLayer. getDisplays()
Instantiates a list ofDisplay
objects, representing monitors or other video output devices. -
Uses of Display in oshi.hardware.common
Classes in oshi.hardware.common that implement Display Modifier and Type Class Description class
AbstractDisplay
A Display -
Uses of Display in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
LinuxHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement Display Modifier and Type Class Description (package private) class
MacDisplay
A DisplayMethods in oshi.hardware.platform.mac that return types with arguments of type Display Modifier and Type Method Description static java.util.List<Display>
MacDisplay. getDisplays()
Gets Display Informationjava.util.List<Display>
MacHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.unix
Classes in oshi.hardware.platform.unix that implement Display Modifier and Type Class Description class
UnixDisplay
A DisplayMethods in oshi.hardware.platform.unix that return types with arguments of type Display Modifier and Type Method Description static java.util.List<Display>
UnixDisplay. getDisplays()
Gets Display Information -
Uses of Display in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
AixHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
FreeBsdHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
OpenBsdHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type Display Modifier and Type Method Description java.util.List<Display>
SolarisHardwareAbstractionLayer. getDisplays()
-
Uses of Display in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement Display Modifier and Type Class Description (package private) class
WindowsDisplay
A DisplayMethods in oshi.hardware.platform.windows that return types with arguments of type Display Modifier and Type Method Description static java.util.List<Display>
WindowsDisplay. getDisplays()
Gets Display Informationjava.util.List<Display>
WindowsHardwareAbstractionLayer. getDisplays()
-