Uses of Interface
oshi.hardware.GraphicsCard
Packages that use GraphicsCard
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of GraphicsCard in oshi.hardware
Methods in oshi.hardware that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionHardwareAbstractionLayer.getGraphicsCards()
Instantiates a list ofGraphicsCard
objects, representing the Graphics cards. -
Uses of GraphicsCard in oshi.hardware.common
Classes in oshi.hardware.common that implement GraphicsCard -
Uses of GraphicsCard in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics card info obtained by lshwMethods in oshi.hardware.platform.linux that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> LinuxGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.LinuxHardwareAbstractionLayer.getGraphicsCards()
private static List
<GraphicsCard> LinuxGraphicsCard.getGraphicsCardsFromLshw()
private static List
<GraphicsCard> LinuxGraphicsCard.getGraphicsCardsFromLspci()
-
Uses of GraphicsCard in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics card info obtained by system_profiler SPDisplaysDataType.Methods in oshi.hardware.platform.mac that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> MacGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.MacHardwareAbstractionLayer.getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics Card info obtained from lscfgMethods in oshi.hardware.platform.unix.aix that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> AixGraphicsCard.getGraphicsCards
(Supplier<List<String>> lscfg) Gets graphics cardsAixHardwareAbstractionLayer.getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics Card info obtained from pciconfMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> FreeBsdGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.FreeBsdHardwareAbstractionLayer.getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics Card info obtained from pciconfMethods in oshi.hardware.platform.unix.openbsd that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> OpenBsdGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.OpenBsdHardwareAbstractionLayer.getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics Card info obtained from prtconfMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> SolarisGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.SolarisHardwareAbstractionLayer.getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement GraphicsCardModifier and TypeClassDescription(package private) final class
Graphics Card obtained from WMIMethods in oshi.hardware.platform.windows that return types with arguments of type GraphicsCardModifier and TypeMethodDescriptionstatic List
<GraphicsCard> WindowsGraphicsCard.getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.WindowsHardwareAbstractionLayer.getGraphicsCards()
private static List
<GraphicsCard> WindowsGraphicsCard.getGraphicsCardsFromWmi()