Class AttributedCharacterIterator
public class AttributedCharacterIterator : CharacterIterator, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAttributedCharacterIterator, ICharacterIterator, ICloneable
- Inheritance
-
AttributedCharacterIterator
- Implements
- Inherited Members
- Extension Methods
Constructors
AttributedCharacterIterator(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 AttributedCharacterIterator(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
Methods
GetAllAttributeKeys()
public Set<AttributedCharacterIterator.Attribute> GetAllAttributeKeys()
Returns
GetAttribute(Attribute)
public object GetAttribute(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
GetAttributes()
public Map<AttributedCharacterIterator.Attribute, object> GetAttributes()
Returns
GetRunLimit()
public int GetRunLimit()
Returns
GetRunLimit(Attribute)
public int GetRunLimit(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)
public int GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute
Parameters
Returns
Type Parameters
Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute
GetRunStart()
public int GetRunStart()
Returns
GetRunStart(Attribute)
public int GetRunStart(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)
public int GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute
Parameters
Returns
Type Parameters
Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute