Class SolarisGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.unix.solaris.SolarisGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics Card info obtained from prtconf
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSolarisGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram) Constructor for SolarisGraphicsCard -
Method Summary
Modifier and TypeMethodDescriptionstatic List<GraphicsCard> public method used byAbstractHardwareAbstractionLayerto access the graphics cards.Methods inherited from class AbstractGraphicsCard
getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
Field Details
-
PCI_CLASS_DISPLAY
- See Also:
-
-
Constructor Details
-
SolarisGraphicsCard
-
-
Method Details
-
getGraphicsCards
public method used byAbstractHardwareAbstractionLayerto access the graphics cards.- Returns:
- List of
SolarisGraphicsCardobjects.
-