Table of Contents

Class DebugGraphics

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class DebugGraphics : Graphics, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Graphics>
DebugGraphics
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Graphics>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Graphics>.IsAssignableFrom<T>()
JVMBridgeBase<Graphics>.Execute<T>(params T[])
JVMBridgeBase<Graphics>.DynBridgeClazz
JVMBridgeBase<Graphics>.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.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

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

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

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