Table of Contents

Class DebugGraphics

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class DebugGraphics : Graphics, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DebugGraphics
Implements
Inherited Members
Extension Methods

Constructors

DebugGraphics()

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

public DebugGraphics()

DebugGraphics(Graphics)

public DebugGraphics(Graphics arg0)

Parameters

arg0 Graphics

Graphics

DebugGraphics(Graphics, JComponent)

public DebugGraphics(Graphics arg0, JComponent arg1)

Parameters

arg0 Graphics

Graphics

arg1 JComponent

JComponent

DebugGraphics(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 DebugGraphics(params object[] args)

Parameters

args object[]

Properties

BUFFERED_OPTION

public static int BUFFERED_OPTION { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DebugOptions

public int DebugOptions { get; set; }

Property Value

int

FLASH_OPTION

public static int FLASH_OPTION { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LOG_OPTION

public static int LOG_OPTION { get; }

Property Value

int

NONE_OPTION

public static int NONE_OPTION { get; }

Property Value

int

Methods

FlashColor()

public static Color FlashColor()

Returns

Color

Color

FlashCount()

public static int FlashCount()

Returns

int

int

FlashTime()

public static int FlashTime()

Returns

int

int

IsDrawingBuffer()

public bool IsDrawingBuffer()

Returns

bool

bool

LogStream()

public static PrintStream LogStream()

Returns

PrintStream

PrintStream

SetFlashColor(Color)

public static void SetFlashColor(Color arg0)

Parameters

arg0 Color

Color

SetFlashCount(int)

public static void SetFlashCount(int arg0)

Parameters

arg0 int

int

SetFlashTime(int)

public static void SetFlashTime(int arg0)

Parameters

arg0 int

int

SetLogStream(PrintStream)

public static void SetLogStream(PrintStream arg0)

Parameters

arg0 PrintStream

PrintStream