ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / TagTreeDecoder Class
Properties Methods


In This Topic
    TagTreeDecoder Class Members
    In This Topic

    The following tables list the members exposed by TagTreeDecoder.

    Public Constructors
     NameDescription
    Public ConstructorCreates a tag tree decoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction. The total number of elements is thus 'vdim' x 'hdim'.

    The values of all elements are initialized to Integer.MAX_VALUE (i.e. no information decoded so far). The states are initialized all to 0.

     
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the number of leafs along the vertical direction.  
    Public PropertyReturns the number of leafs along the horizontal direction.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the current value of the specified element in the tag tree. This is the value as last updated by the update() method.  
    Public MethodDecodes information for the specified element of the tree, given the threshold, and updates its value. The information that can be decoded is whether or not the value of the element is greater than, or equal to, the value of the threshold.  
    Top
    See Also