Package oshi.hardware

Interface Display

All Known Implementing Classes:
AbstractDisplay

@Immutable
public interface Display
Display refers to the information regarding a video source and monitor identified by the EDID standard.
  • Method Summary

    Modifier and Type Method Description
    byte[] getEdid()
    The EDID byte array.
  • Method Details

    • getEdid

      byte[] getEdid()
      The EDID byte array.
      Returns:
      The original unparsed EDID byte array.