public class IFramebufferOverlay extends IFramebuffer
Constructor and Description |
---|
IFramebufferOverlay(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.Long |
getAlpha()
The global alpha value for the overlay.
|
java.lang.Boolean |
getVisible()
Whether the overlay is currently visible.
|
java.lang.Long |
getX()
X position of the overlay, relative to the frame buffer.
|
java.lang.Long |
getY()
Y position of the overlay, relative to the frame buffer.
|
void |
move(java.lang.Long x,
java.lang.Long y)
Changes the overlay's position relative to the IFramebuffer.
|
static IFramebufferOverlay |
queryInterface(IUnknown obj) |
void |
setAlpha(java.lang.Long value)
The global alpha value for the overlay.
|
void |
setVisible(java.lang.Boolean value)
Whether the overlay is currently visible.
|
getBitsPerPixel, getBytesPerLine, getCapabilities, getHeight, getHeightReduction, getOverlay, getPixelFormat, getWidth, notify3DEvent, notifyChange, notifyUpdate, notifyUpdateImage, videoModeSupported
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IFramebufferOverlay(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.Long getX()
public java.lang.Long getY()
public java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean value)
value
- Booleanpublic java.lang.Long getAlpha()
public void setAlpha(java.lang.Long value)
value
- Longpublic static IFramebufferOverlay queryInterface(IUnknown obj)
public void move(java.lang.Long x, java.lang.Long y)