|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_6_1.IUnknown
org.virtualbox_6_1.IGraphicsAdapter
public class IGraphicsAdapter
The IGraphicsAdapter interface represents the graphics adapter of the virtual machine. Interface ID: {F692806F-FEBE-4049-B476-1292A8E45B09}
Field Summary |
---|
Fields inherited from class org.virtualbox_6_1.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IGraphicsAdapter(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.virtualbox_6_1.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGraphicsAdapter(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |