Class LineMetrics
public class LineMetrics : JVMBridgeBase<LineMetrics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
LineMetrics
- Implements
- Extension Methods
Constructors
LineMetrics()
https://docs.oracle.com/javase/8/docs/api/java/awt/font/LineMetrics.html#java.awt.font.LineMetrics()
public LineMetrics()
LineMetrics(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 LineMetrics(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Ascent
public float Ascent { get; }
Property Value
BaselineIndex
public int BaselineIndex { get; }
Property Value
BaselineOffsets
public float[] BaselineOffsets { get; }
Property Value
- float[]
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Descent
public float Descent { get; }
Property Value
Height
public float Height { 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
Leading
public float Leading { get; }
Property Value
NumChars
public int NumChars { get; }
Property Value
StrikethroughOffset
public float StrikethroughOffset { get; }
Property Value
StrikethroughThickness
https://docs.oracle.com/javase/8/docs/api/java/awt/font/LineMetrics.html#getStrikethroughThickness--
public float StrikethroughThickness { get; }
Property Value
UnderlineOffset
public float UnderlineOffset { get; }
Property Value
UnderlineThickness
public float UnderlineThickness { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for LineMetrics()
public static LineMetrics CreatePoolableInstance()