Class GlyphMetrics
public class GlyphMetrics : JVMBridgeCore<GlyphMetrics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<GlyphMetrics>GlyphMetrics
- Implements
- Inherited Members
-
JVMBridgeCore<GlyphMetrics>.IsAssignableFrom(IJavaType)JVMBridgeCore<GlyphMetrics>.IsAssignableFrom<T>()JVMBridgeCore<GlyphMetrics>.Execute<T>(params T[])JVMBridgeCore<GlyphMetrics>.DynBridgeClazzJVMBridgeCore<GlyphMetrics>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeListener
- Extension Methods
Constructors
GlyphMetrics(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GlyphMetrics(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
GlyphMetrics(bool, float, float, Rectangle2D, byte)
public GlyphMetrics(bool arg0, float arg1, float arg2, Rectangle2D arg3, byte arg4)
Parameters
arg0boolarg1floatarg2floatarg3Rectangle2Darg4byte
GlyphMetrics(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 GlyphMetrics(params object[] args)
Parameters
argsobject[]
GlyphMetrics(float, Rectangle2D, byte)
public GlyphMetrics(float arg0, Rectangle2D arg1, byte arg2)
Parameters
arg0floatarg1Rectangle2Darg2byte
Properties
Advance
public float Advance { get; }
Property Value
AdvanceX
public float AdvanceX { get; }
Property Value
AdvanceY
public float AdvanceY { get; }
Property Value
Bounds2D
public Rectangle2D Bounds2D { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COMBINING
public static byte COMBINING { get; }
Property Value
COMPONENT
public static byte COMPONENT { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LIGATURE
public static byte LIGATURE { get; }
Property Value
LSB
public float LSB { get; }
Property Value
RSB
public float RSB { get; }
Property Value
STANDARD
public static byte STANDARD { get; }
Property Value
Type
public int Type { get; }
Property Value
WHITESPACE
public static byte WHITESPACE { get; }
Property Value
Methods
IsCombining()
public bool IsCombining()
Returns
IsComponent()
public bool IsComponent()
Returns
IsLigature()
public bool IsLigature()
Returns
IsStandard()
public bool IsStandard()
Returns
IsWhitespace()
public bool IsWhitespace()