public class IMousePointerShape extends IUnknown
Constructor and Description |
---|
IMousePointerShape(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 |
getAlpha()
Flag whether the pointer has an alpha channel.
|
java.lang.Long |
getHeight()
Height of the pointer shape in pixels.
|
java.lang.Long |
getHotX()
The pointer hot spot X coordinate.
|
java.lang.Long |
getHotY()
The pointer hot spot Y coordinate.
|
byte[] |
getShape()
Shape bitmaps.
|
java.lang.Boolean |
getVisible()
Flag whether the pointer is visible.
|
java.lang.Long |
getWidth()
Width of the pointer shape in pixels.
|
static IMousePointerShape |
queryInterface(IUnknown obj) |
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IMousePointerShape(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.Boolean getVisible()
public java.lang.Boolean getAlpha()
public java.lang.Long getHotX()
public java.lang.Long getHotY()
public java.lang.Long getWidth()
public java.lang.Long getHeight()
public byte[] getShape()
public static IMousePointerShape queryInterface(IUnknown obj)