Class LineBreaker
public class LineBreaker : JVMBridgeBase<LineBreaker>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
LineBreaker
- Implements
- Extension Methods
Constructors
LineBreaker(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 LineBreaker(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BREAK_STRATEGY_BALANCED
public static int BREAK_STRATEGY_BALANCED { get; set; }
Property Value
BREAK_STRATEGY_HIGH_QUALITY
public static int BREAK_STRATEGY_HIGH_QUALITY { get; set; }
Property Value
BREAK_STRATEGY_SIMPLE
https://developer.android.com/reference/android/graphics/text/LineBreaker.html#BREAK_STRATEGY_SIMPLE
public static int BREAK_STRATEGY_SIMPLE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
HYPHENATION_FREQUENCY_FULL
public static int HYPHENATION_FREQUENCY_FULL { get; set; }
Property Value
HYPHENATION_FREQUENCY_NONE
public static int HYPHENATION_FREQUENCY_NONE { get; set; }
Property Value
HYPHENATION_FREQUENCY_NORMAL
public static int HYPHENATION_FREQUENCY_NORMAL { get; set; }
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
JUSTIFICATION_MODE_INTER_CHARACTER
public static int JUSTIFICATION_MODE_INTER_CHARACTER { get; set; }
Property Value
JUSTIFICATION_MODE_INTER_WORD
public static int JUSTIFICATION_MODE_INTER_WORD { get; set; }
Property Value
JUSTIFICATION_MODE_NONE
public static int JUSTIFICATION_MODE_NONE { get; set; }
Property Value
Methods
ComputeLineBreaks(MeasuredText, ParagraphConstraints, int)
public LineBreaker.Result ComputeLineBreaks(MeasuredText arg0, LineBreaker.ParagraphConstraints arg1, int arg2)
Parameters
arg0MeasuredTextarg1LineBreaker.ParagraphConstraintsarg2int