Class PathIterator
public class PathIterator : Iterator<PathIterator.Segment>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IIterator<PathIterator.Segment>
- Inheritance
-
PathIterator
- Implements
- Inherited Members
- Extension Methods
Constructors
PathIterator(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 PathIterator(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
VERB_CLOSE
public static int VERB_CLOSE { get; set; }
Property Value
VERB_CONIC
public static int VERB_CONIC { get; set; }
Property Value
VERB_CUBIC
public static int VERB_CUBIC { get; set; }
Property Value
VERB_DONE
public static int VERB_DONE { get; set; }
Property Value
VERB_LINE
public static int VERB_LINE { get; set; }
Property Value
VERB_MOVE
public static int VERB_MOVE { get; set; }
Property Value
VERB_QUAD
public static int VERB_QUAD { get; set; }
Property Value
Methods
HasNext()
public bool HasNext()
Returns
Next()
public object Next()
Returns
Next(float[], int)
public int Next(float[] arg0, int arg1)
Parameters
Returns
Peek()
public int Peek()