Class WindowsDisplay

java.lang.Object
oshi.hardware.common.AbstractDisplay
oshi.hardware.platform.windows.WindowsDisplay
All Implemented Interfaces:
Display

public class WindowsDisplay
extends AbstractDisplay
A Display
  • Constructor Summary

    Constructors 
    Constructor Description
    WindowsDisplay​(byte[] edid)
    Constructor for WindowsDisplay.
  • Method Summary

    Modifier and Type Method Description
    static Display[] getDisplays()
    Gets Display Information

    Methods 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
  • Constructor Details

    • WindowsDisplay

      public WindowsDisplay​(byte[] edid)

      Constructor for WindowsDisplay.

      Parameters:
      edid - an array of byte objects.
  • Method Details

    • getDisplays

      public static Display[] getDisplays()
      Gets Display Information
      Returns:
      An array of Display objects representing monitors, etc.