Class AbstractDisplay

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] edid  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractDisplay​(byte[] edid)
      Constructor for AbstractDisplay.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getEdid()
      The EDID byte array.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • edid

        private final byte[] edid
    • Constructor Detail

      • AbstractDisplay

        protected AbstractDisplay​(byte[] edid)
        Constructor for AbstractDisplay.
        Parameters:
        edid - a byte array representing a display EDID
    • Method Detail

      • getEdid

        public byte[] getEdid()
        Description copied from interface: Display
        The EDID byte array.
        Specified by:
        getEdid in interface Display
        Returns:
        The original unparsed EDID byte array.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object