Class SolarisGraphicsCard
- java.lang.Object
-
- oshi.hardware.common.AbstractGraphicsCard
-
- oshi.hardware.platform.unix.solaris.SolarisGraphicsCard
-
- All Implemented Interfaces:
GraphicsCard
@Immutable final class SolarisGraphicsCard extends AbstractGraphicsCard
Graphics Card info obtained from prtconf
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PCI_CLASS_DISPLAY
-
Constructor Summary
Constructors Constructor Description SolarisGraphicsCard(java.lang.String name, java.lang.String deviceId, java.lang.String vendor, java.lang.String versionInfo, long vram)
Constructor for SolarisGraphicsCard
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<GraphicsCard>
getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.-
Methods inherited from class oshi.hardware.common.AbstractGraphicsCard
getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
-
-
-
Field Detail
-
PCI_CLASS_DISPLAY
private static final java.lang.String PCI_CLASS_DISPLAY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolarisGraphicsCard
SolarisGraphicsCard(java.lang.String name, java.lang.String deviceId, java.lang.String vendor, java.lang.String versionInfo, long vram)
Constructor for SolarisGraphicsCard- Parameters:
name
- The namedeviceId
- The device IDvendor
- The vendorversionInfo
- The version infovram
- The VRAM
-
-
Method Detail
-
getGraphicsCards
public static java.util.List<GraphicsCard> getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.- Returns:
- List of
SolarisGraphicsCard
objects.
-
-