[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.TagTreeDecoder.getValue

getValue Method

getValue(int, int)

Returns the current value of the specified element in the tag tree. This is the value as last updated by the update() method.

Declaration
public virtual int getValue(int m, int n)
Parameters
Type Name Description
int m

The vertical index of the element.

int n

The horizontal index of the element.

Returns
Type Description
int

The current value of the element.

See Also