public class IGraphicsAdapter extends IUnknown
{13EE6EB4-06FE-406B-AD69-F6E08B0587A3}
Constructor and Description |
---|
IGraphicsAdapter(java.lang.String wrapped,
org.virtualbox_7_1.ObjectRefManager objMgr,
org.virtualbox_7_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IGraphicsAdapter(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
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.