BresenhamLineEnumerator
Contents
[
Hide
]
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.barcode.barcoderecognition.internal.IPointEnumerator
public class BresenhamLineEnumerator implements IPointEnumerator
Constructors
| Constructor | Description |
|---|---|
| BresenhamLineEnumerator(int x1, int y1, int x2, int y2) | |
| BresenhamLineEnumerator(System.Drawing.Point p1, System.Drawing.Point p2) |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getCurrent() | |
| hasNext() | |
| hashCode() | |
| next() | |
| notify() | |
| notifyAll() | |
| remove() | |
| reset() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
BresenhamLineEnumerator(int x1, int y1, int x2, int y2)
public BresenhamLineEnumerator(int x1, int y1, int x2, int y2)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x1 | int | |
| y1 | int | |
| x2 | int | |
| y2 | int |
BresenhamLineEnumerator(System.Drawing.Point p1, System.Drawing.Point p2)
public BresenhamLineEnumerator(System.Drawing.Point p1, System.Drawing.Point p2)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| p1 | com.aspose.ms.System.Drawing.Point | |
| p2 | com.aspose.ms.System.Drawing.Point |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getCurrent()
public Object getCurrent()
Returns: java.lang.Object
hasNext()
public boolean hasNext()
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
next()
public System.Drawing.Point next()
Returns: com.aspose.ms.System.Drawing.Point
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove()
public void remove()
reset()
public void reset()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |