Class MacGraphicsCard

java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.mac.MacGraphicsCard
All Implemented Interfaces:
GraphicsCard

@Immutable final class MacGraphicsCard extends AbstractGraphicsCard
Graphics card info obtained by system_profiler SPDisplaysDataType.
  • Constructor Details

    • MacGraphicsCard

      MacGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram)
      Constructor for MacGraphicsCard
      Parameters:
      name - The name
      deviceId - The device ID
      vendor - The vendor
      versionInfo - The version info
      vram - The VRAM
  • Method Details