| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IGraphicsAdapter
public class IGraphicsAdapter
The IGraphicsAdapter interface represents the graphics adapter
of the virtual machine.
Interface ID: {13EE6EB4-06FE-406B-AD69-F6E08B0587A3}
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| IGraphicsAdapter(java.lang.String wrapped,
                 org.virtualbox_7_1.ObjectRefManager objMgr,
                 org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  GraphicsControllerType | getGraphicsControllerType()Graphics controller type. | 
|  java.lang.Long | getMonitorCount()Number of virtual monitors. | 
|  java.lang.Long | getVRAMSize()Video memory size in megabytes. | 
|  java.lang.Boolean | isFeatureEnabled(GraphicsFeature feature)Returns whether a particular feature is enabled for this adapter or not. | 
| static IGraphicsAdapter | queryInterface(IUnknown obj) | 
|  void | setFeature(GraphicsFeature feature,
           java.lang.Boolean enabled)Sets a graphics controller feature. | 
|  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_7_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_7_1.ObjectRefManager objMgr,
                        org.virtualbox_7_1.jaxws.VboxPortType port)
| Method Detail | 
|---|
public GraphicsControllerType getGraphicsControllerType()
public void setGraphicsControllerType(GraphicsControllerType value)
value - org.virtualbox_7_1.GraphicsControllerTypepublic java.lang.Long getVRAMSize()
public void setVRAMSize(java.lang.Long value)
value - Longpublic java.lang.Long getMonitorCount()
public void setMonitorCount(java.lang.Long value)
value - Longpublic static IGraphicsAdapter queryInterface(IUnknown obj)
public void setFeature(GraphicsFeature feature,
                       java.lang.Boolean enabled)
VBOX_E_NOT_SUPPORTED - The feature is not supported on the current platform.
feature - Graphics controller feature to set.enabled - Whether to enable or disable the feature.public java.lang.Boolean isFeatureEnabled(GraphicsFeature feature)
feature - Feature to check for.
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||