|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_2.IUnknown
org.virtualbox_5_2.IMousePointerShape
public class IMousePointerShape
The guest mouse pointer description. Interface ID: {E04E5545-4A0F-F9D2-5BEF-F9B25B6557ED}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_2.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IMousePointerShape(java.lang.String wrapped,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.virtualbox_5_2.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 IMousePointerShape(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |