Uses of Interface
oshi.hardware.GraphicsCard
-
Packages that use GraphicsCard Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows 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 GraphicsCard Modifier and Type Method Description java.util.List<GraphicsCard>
HardwareAbstractionLayer. 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 Modifier and Type Class Description class
AbstractGraphicsCard
An abstract Sound Card -
Uses of GraphicsCard in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement GraphicsCard Modifier and Type Class Description (package private) class
LinuxGraphicsCard
Graphics card info obtained by lshwMethods in oshi.hardware.platform.linux that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
LinuxGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
LinuxHardwareAbstractionLayer. getGraphicsCards()
private static java.util.List<GraphicsCard>
LinuxGraphicsCard. getGraphicsCardsFromLshw()
private static java.util.List<GraphicsCard>
LinuxGraphicsCard. getGraphicsCardsFromLspci()
-
Uses of GraphicsCard in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement GraphicsCard Modifier and Type Class Description (package private) class
MacGraphicsCard
Graphics card info obtained by system_profiler SPDisplaysDataType.Methods in oshi.hardware.platform.mac that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
MacGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
MacHardwareAbstractionLayer. getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement GraphicsCard Modifier and Type Class Description (package private) class
AixGraphicsCard
Graphics Card info obtained from lscfgMethods in oshi.hardware.platform.unix.aix that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
AixGraphicsCard. getGraphicsCards(java.util.function.Supplier<java.util.List<java.lang.String>> lscfg)
Gets graphics cardsjava.util.List<GraphicsCard>
AixHardwareAbstractionLayer. getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement GraphicsCard Modifier and Type Class Description (package private) class
FreeBsdGraphicsCard
Graphics Card info obtained from pciconfMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
FreeBsdGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
FreeBsdHardwareAbstractionLayer. getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement GraphicsCard Modifier and Type Class Description (package private) class
OpenBsdGraphicsCard
Graphics Card info obtained from pciconfMethods in oshi.hardware.platform.unix.openbsd that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
OpenBsdGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
OpenBsdHardwareAbstractionLayer. getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement GraphicsCard Modifier and Type Class Description (package private) class
SolarisGraphicsCard
Graphics Card info obtained from prtconfMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
SolarisGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
SolarisHardwareAbstractionLayer. getGraphicsCards()
-
Uses of GraphicsCard in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement GraphicsCard Modifier and Type Class Description (package private) class
WindowsGraphicsCard
Graphics Card obtained from WMIMethods in oshi.hardware.platform.windows that return types with arguments of type GraphicsCard Modifier and Type Method Description static java.util.List<GraphicsCard>
WindowsGraphicsCard. getGraphicsCards()
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.java.util.List<GraphicsCard>
WindowsHardwareAbstractionLayer. getGraphicsCards()
private static java.util.List<GraphicsCard>
WindowsGraphicsCard. getGraphicsCardsFromWmi()
-