Class GlyphMetrics
public class GlyphMetrics : JVMBridgeBase<GlyphMetrics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
GlyphMetrics
- Implements
- Inherited Members
-
JVMBridgeBase<GlyphMetrics>.SExecuteWithSignatureStream<TArrayType>(string, string, params object[])JVMBridgeBase<GlyphMetrics>.IsAssignableFrom(IJavaType)JVMBridgeBase<GlyphMetrics>.IsAssignableFrom<T>()JVMBridgeBase<GlyphMetrics>.Execute<T>(params T[])JVMBridgeBase<GlyphMetrics>.DynBridgeClazzJVMBridgeBase<GlyphMetrics>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)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.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
GlyphMetrics(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 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 used by JCOBridge when a derived class needs to forward arguments to the base 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 java.lang.AutoCloseable
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()