[]
Returns the current value of the specified element in the tag tree. This is the value as last updated by the update() method.
public virtual int getValue(int m, int n)
| Type | Name | Description |
|---|---|---|
| int | m | The vertical index of the element. |
| int | n | The horizontal index of the element. |
| Type | Description |
|---|---|
| int | The current value of the element. |