public class IGraphicsAdapter extends IUnknown
| Constructor and Description |
|---|
IGraphicsAdapter(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAccelerate2DVideoEnabled()
This setting determines whether VirtualBox allows this machine to make
use of the 2D video acceleration support available on the host.
|
java.lang.Boolean |
getAccelerate3DEnabled()
This setting determines whether VirtualBox allows this machine to make
use of the 3D graphics support available on the host.
|
GraphicsControllerType |
getGraphicsControllerType()
Graphics controller type.
|
java.lang.Long |
getMonitorCount()
Number of virtual monitors.
|
java.lang.Long |
getVRAMSize()
Video memory size in megabytes.
|
static IGraphicsAdapter |
queryInterface(IUnknown obj) |
void |
setAccelerate2DVideoEnabled(java.lang.Boolean value)
This setting determines whether VirtualBox allows this machine to make
use of the 2D video acceleration support available on the host.
|
void |
setAccelerate3DEnabled(java.lang.Boolean value)
This setting determines whether VirtualBox allows this machine to make
use of the 3D graphics support available on the host.
|
void |
setGraphicsControllerType(GraphicsControllerType value)
Graphics controller type.
|
void |
setMonitorCount(java.lang.Long value)
Number of virtual monitors.
|
void |
setVRAMSize(java.lang.Long value)
Video memory size in megabytes.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemotepublic IGraphicsAdapter(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
public GraphicsControllerType getGraphicsControllerType()
public void setGraphicsControllerType(GraphicsControllerType value)
value - org.virtualbox_6_1.GraphicsControllerTypepublic java.lang.Long getVRAMSize()
public void setVRAMSize(java.lang.Long value)
value - Longpublic java.lang.Boolean getAccelerate3DEnabled()
public void setAccelerate3DEnabled(java.lang.Boolean value)
value - Booleanpublic java.lang.Boolean getAccelerate2DVideoEnabled()
public void setAccelerate2DVideoEnabled(java.lang.Boolean value)
value - Booleanpublic java.lang.Long getMonitorCount()
public void setMonitorCount(java.lang.Long value)
value - Longpublic static IGraphicsAdapter queryInterface(IUnknown obj)