[]
Returns a reference to the Subband element to which the specified point belongs. The specified point must be inside this (i.e. the one defined by this object) subband. This method searches through the tree.
public virtual Subband getSubband(int x, int y)
Type | Name | Description |
---|---|---|
int | x | horizontal coordinate of the specified point. |
int | y | horizontal coordinate of the specified point. |
Type | Description |
---|---|
Subband |