Table of Contents

Class RenderContext

Namespace
Java.Awt.ImageNs.Renderable
Assembly
MASES.JNet.dll
public class RenderContext : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
Inheritance
RenderContext
Implements
Extension Methods

Constructors

RenderContext(AffineTransform)

public RenderContext(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

RenderContext(AffineTransform, RenderingHints)

public RenderContext(AffineTransform arg0, RenderingHints arg1)

Parameters

arg0 AffineTransform

AffineTransform

arg1 RenderingHints

RenderingHints

RenderContext(AffineTransform, Shape)

public RenderContext(AffineTransform arg0, Shape arg1)

Parameters

arg0 AffineTransform

AffineTransform

arg1 Shape

Shape

RenderContext(AffineTransform, Shape, RenderingHints)

public RenderContext(AffineTransform arg0, Shape arg1, RenderingHints arg2)

Parameters

arg0 AffineTransform

AffineTransform

arg1 Shape

Shape

arg2 RenderingHints

RenderingHints

RenderContext(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RenderContext(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AreaOfInterest

public Shape AreaOfInterest { get; set; }

Property Value

Shape

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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 java.lang.AutoCloseable

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

RenderingHints

public RenderingHints RenderingHints { get; set; }

Property Value

RenderingHints

Transform

public AffineTransform Transform { get; set; }

Property Value

AffineTransform

Methods

ConcatenateTransform(AffineTransform)

public void ConcatenateTransform(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

ConcetenateTransform(AffineTransform)

[Obsolete("Deprecated in JVM")]
public void ConcetenateTransform(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

CreatePoolableInstance(AffineTransform)

HPA initializer for RenderContext(Java.Awt.Geom.AffineTransform arg0)

public static RenderContext CreatePoolableInstance(AffineTransform arg0)

Parameters

arg0 AffineTransform

Returns

RenderContext

CreatePoolableInstance(AffineTransform, RenderingHints)

HPA initializer for RenderContext(Java.Awt.Geom.AffineTransform arg0, Java.Awt.RenderingHints arg1)

public static RenderContext CreatePoolableInstance(AffineTransform arg0, RenderingHints arg1)

Parameters

arg0 AffineTransform
arg1 RenderingHints

Returns

RenderContext

CreatePoolableInstance(AffineTransform, Shape)

HPA initializer for RenderContext(Java.Awt.Geom.AffineTransform arg0, Java.Awt.Shape arg1)

public static RenderContext CreatePoolableInstance(AffineTransform arg0, Shape arg1)

Parameters

arg0 AffineTransform
arg1 Shape

Returns

RenderContext

CreatePoolableInstance(AffineTransform, Shape, RenderingHints)

HPA initializer for RenderContext(Java.Awt.Geom.AffineTransform arg0, Java.Awt.Shape arg1, Java.Awt.RenderingHints arg2)

public static RenderContext CreatePoolableInstance(AffineTransform arg0, Shape arg1, RenderingHints arg2)

Parameters

arg0 AffineTransform
arg1 Shape
arg2 RenderingHints

Returns

RenderContext

PreConcatenateTransform(AffineTransform)

public void PreConcatenateTransform(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

PreConcetenateTransform(AffineTransform)

[Obsolete("Deprecated in JVM")]
public void PreConcetenateTransform(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform