| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
HardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
abstract Display[] |
AbstractHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
LinuxHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
LinuxDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
MacHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
MacDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
WindowsHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
WindowsDisplay.getDisplays()
Gets Display Information
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.