Table of Contents

Class GlyphJustificationInfo

Namespace
Java.Awt.FontNs
Assembly
MASES.JNet.dll
public class GlyphJustificationInfo : JVMBridgeBase<GlyphJustificationInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<GlyphJustificationInfo>
GlyphJustificationInfo
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<GlyphJustificationInfo>.IsAssignableFrom(IJavaType)
JVMBridgeBase<GlyphJustificationInfo>.IsAssignableFrom<T>()
JVMBridgeBase<GlyphJustificationInfo>.Execute<T>(params T[])
JVMBridgeBase<GlyphJustificationInfo>.DynBridgeClazz
JVMBridgeBase<GlyphJustificationInfo>.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

GlyphJustificationInfo()

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

public GlyphJustificationInfo()

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

Parameters

args object[]

GlyphJustificationInfo(float, bool, int, float, float, bool, int, float, float)

public GlyphJustificationInfo(float arg0, bool arg1, int arg2, float arg3, float arg4, bool arg5, int arg6, float arg7, float arg8)

Parameters

arg0 float

float

arg1 bool

bool

arg2 int

int

arg3 float

float

arg4 float

float

arg5 bool

bool

arg6 int

int

arg7 float

float

arg8 float

float

Properties

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

PRIORITY_INTERCHAR

public static int PRIORITY_INTERCHAR { get; }

Property Value

int

PRIORITY_KASHIDA

public static int PRIORITY_KASHIDA { get; }

Property Value

int

PRIORITY_NONE

public static int PRIORITY_NONE { get; }

Property Value

int

PRIORITY_WHITESPACE

public static int PRIORITY_WHITESPACE { get; }

Property Value

int

growAbsorb

public bool growAbsorb { get; }

Property Value

bool

growLeftLimit

public float growLeftLimit { get; }

Property Value

float

growPriority

public int growPriority { get; }

Property Value

int

growRightLimit

public float growRightLimit { get; }

Property Value

float

shrinkAbsorb

public bool shrinkAbsorb { get; }

Property Value

bool

shrinkLeftLimit

public float shrinkLeftLimit { get; }

Property Value

float

shrinkPriority

public int shrinkPriority { get; }

Property Value

int

shrinkRightLimit

public float shrinkRightLimit { get; }

Property Value

float

weight

public float weight { get; }

Property Value

float