Class MacGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.common.platform.mac.MacGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics card info obtained by system_profiler SPDisplaysDataType.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceprotected static interface -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMacGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram) -
Method Summary
Methods inherited from class AbstractGraphicsCard
createStatsSession, getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
Field Details
-
IS_APPLE_SILICON
protected static final boolean IS_APPLE_SILICON
-
-
Constructor Details
-
MacGraphicsCard
-
-
Method Details
-
parseGraphicsCards
protected static List<GraphicsCard> parseGraphicsCards(MacGraphicsCard.GraphicsCardFactory factory, MacGraphicsCard.SysctlLong sysctl)
-