Table of Contents

Class GlyphView

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
public class GlyphView : View, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISwingConstants
Inheritance
JVMBridgeBase
JVMBridgeBase<SwingConstants>
GlyphView
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<SwingConstants>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SwingConstants>.IsAssignableFrom<T>()
JVMBridgeBase<SwingConstants>.Execute<T>(params T[])
JVMBridgeBase<SwingConstants>.DynBridgeClazz
JVMBridgeBase<SwingConstants>.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

GlyphView()

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

public GlyphView()

GlyphView(Element)

public GlyphView(Element arg0)

Parameters

arg0 Element

Element

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

Parameters

args object[]

Properties

Background

public Color Background { get; }

Property Value

Color

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Font

public Font Font { get; }

Property Value

Font

Foreground

public Color Foreground { get; }

Property Value

Color

GetGlyphPainter

public GlyphView.GlyphPainter GetGlyphPainter { get; }

Property Value

GlyphView.GlyphPainter

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

TabExpander

public TabExpander TabExpander { get; }

Property Value

TabExpander

Methods

GetPartialSpan(int, int)

public float GetPartialSpan(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

float

float

GetTabbedSpan(float, TabExpander)

public float GetTabbedSpan(float arg0, TabExpander arg1)

Parameters

arg0 float

float

arg1 TabExpander

TabExpander

Returns

float

float

GetText(int, int)

public Segment GetText(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

Segment

Segment

IsStrikeThrough()

public bool IsStrikeThrough()

Returns

bool

bool

IsSubscript()

public bool IsSubscript()

Returns

bool

bool

IsSuperscript()

public bool IsSuperscript()

Returns

bool

bool

IsUnderline()

public bool IsUnderline()

Returns

bool

bool

SetGlyphPainter(GlyphPainter)

public void SetGlyphPainter(GlyphView.GlyphPainter arg0)

Parameters

arg0 GlyphView.GlyphPainter

GlyphView.GlyphPainter

Operators

implicit operator Cloneable(GlyphView)

Converter from GlyphView to Cloneable

public static implicit operator Cloneable(GlyphView t)

Parameters

t GlyphView

Returns

Cloneable

implicit operator TabableView(GlyphView)

Converter from GlyphView to TabableView

public static implicit operator TabableView(GlyphView t)

Parameters

t GlyphView

Returns

TabableView