Rect2DTree

Inheritance: java.lang.Object

public abstract class Rect2DTree<T>

Constructors

Constructor Description
Rect2DTree()

Methods

Method Description
add(T Element)
addRange(T[] ElementList)
addRange(List ElementList)
balanceTree()
equals(Object arg0)
findElementsIntersectElement(T aElement, int aInflation)
findElementsIntersectRect(System.Drawing.Rectangle aRect, int aInflation)
getClass()
getElements()
hashCode()
isElementExist(T aElement)
notify()
notifyAll()
remove(T Element)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Rect2DTree()

public Rect2DTree()

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 abstract void balanceTree()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

findElementsIntersectElement(T aElement, int aInflation)

public List<T> findElementsIntersectElement(T aElement, int aInflation)

Parameters:

Parameter Type Description
aElement T
aInflation int

Returns: List

findElementsIntersectRect(System.Drawing.Rectangle aRect, int aInflation)

public System.Collections.Generic.List<T> findElementsIntersectRect(System.Drawing.Rectangle aRect, int aInflation)

Parameters:

Parameter Type Description
aRect com.aspose.ms.System.Drawing.Rectangle
aInflation int

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