Table of Contents

Class Robot

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class Robot : JVMBridgeBase<Robot>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Robot>
Robot
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Robot>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Robot>.IsAssignableFrom<T>()
JVMBridgeBase<Robot>.Execute<T>(params T[])
JVMBridgeBase<Robot>.DynBridgeClazz
JVMBridgeBase<Robot>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Robot()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Robot()

Robot(GraphicsDevice)

public Robot(GraphicsDevice arg0)

Parameters

arg0 GraphicsDevice

GraphicsDevice

Exceptions

AWTException

Robot(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Robot(params object[] args)

Parameters

args object[]

Properties

AutoDelay

public int AutoDelay { get; set; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreateMultiResolutionScreenCapture(Rectangle)

public MultiResolutionImage CreateMultiResolutionScreenCapture(Rectangle arg0)

Parameters

arg0 Rectangle

Rectangle

Returns

MultiResolutionImage

MultiResolutionImage

CreateScreenCapture(Rectangle)

public BufferedImage CreateScreenCapture(Rectangle arg0)

Parameters

arg0 Rectangle

Rectangle

Returns

BufferedImage

BufferedImage

Delay(int)

public void Delay(int arg0)

Parameters

arg0 int

int

GetPixelColor(int, int)

public Color GetPixelColor(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

Color

Color

IsAutoWaitForIdle()

public bool IsAutoWaitForIdle()

Returns

bool

bool

KeyPress(int)

public void KeyPress(int arg0)

Parameters

arg0 int

int

KeyRelease(int)

public void KeyRelease(int arg0)

Parameters

arg0 int

int

MouseMove(int, int)

public void MouseMove(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

MousePress(int)

public void MousePress(int arg0)

Parameters

arg0 int

int

MouseRelease(int)

public void MouseRelease(int arg0)

Parameters

arg0 int

int

MouseWheel(int)

public void MouseWheel(int arg0)

Parameters

arg0 int

int

SetAutoWaitForIdle(bool)

public void SetAutoWaitForIdle(bool arg0)

Parameters

arg0 bool

bool

WaitForIdle()

public void WaitForIdle()