K2DTree
Contents
[
Hide
]
Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.common.areatrees.Point2DTree
public class K2DTree<T> extends Point2DTree<T>
Constructors
| Constructor | Description |
|---|---|
| K2DTree() | |
| K2DTree(T Element) | |
| K2DTree(List |
|
| K2DTree(T[] ElementList) |
Methods
K2DTree()
public K2DTree()
K2DTree(T Element)
public K2DTree(T Element)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| Element | T |
K2DTree(List ElementList)
public K2DTree(List<T> ElementList)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ElementList | java.util.List |
K2DTree(T[] ElementList)
public K2DTree(T[] ElementList)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ElementList | T[] |
add(T Element)
public void add(T Element)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| Element | T |
addRange(T[] ElementList)
public void addRange(T[] ElementList)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ElementList | T[] |
addRange(List ElementList)
public void addRange(List<T> ElementList)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ElementList | java.util.List |
balanceTree()
public void balanceTree()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
findElementsByElement(T aElement, double aDistance)
public List<T> findElementsByElement(T aElement, double aDistance)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aElement | T | |
| aDistance | double |
Returns: List
findElementsByPoint(System.Drawing.Point aPoint, double aDistance)
public List<T> findElementsByPoint(System.Drawing.Point aPoint, double aDistance)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aPoint | com.aspose.ms.System.Drawing.Point | |
| aDistance | double |
Returns: List
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getElements()
public List<T> getElements()
Returns: List
hashCode()
public native int hashCode()
Returns: int
isElementExist(T aElement)
public boolean isElementExist(T aElement)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aElement | T |
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(T Element)
public void remove(T Element)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| Element | T |
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 |