ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataJoiner Class
Properties Methods


In This Topic
    ImgDataJoiner Class Members
    In This Topic

    The following tables list the members exposed by ImgDataJoiner.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the overall height of the image in pixels. This is the image's height without accounting for any component subsampling or tiling.  
    Public PropertyReturns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.  
    Public PropertyReturns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.  
    Public PropertyReturns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling.  
    Public PropertyReturns the nominal tiles height  
    Public PropertyReturns the nominal tiles width  
    Public PropertyReturns the number of components in the image.  
    Public PropertyReturns the overall height of the current tile in pixels. This is the tile's height without accounting for any component subsampling.  
    Public PropertyReturns the index of the current tile, relative to a standard scan-line order. This default implementations assumes no tiling, so 0 is always returned.  
    Public PropertyReturns the horizontal tile partition offset in the reference grid  
    Public PropertyReturns the vertical tile partition offset in the reference grid  
    Public PropertyReturns the overall width of the current tile in pixels. This is the tile's width without accounting for any component subsampling.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodReturns the height in pixels of the specified component in the overall image.  
    Public MethodReturns the width in pixels of the specified component in the overall image.  
    Public MethodReturns the component subsampling factor in the horizontal direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.  
    Public MethodReturns the component subsampling factor in the vertical direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.  
    Public MethodReturns the horizontal coordinate of the upper-left corner of the specified component in the current tile.  
    Public MethodReturns the vertical coordinate of the upper-left corner of the specified component in the current tile.  
    Public MethodReturns the position of the fixed point in the specified component. This is the position of the least significant integral (i.e. non-fractional) bit, which is equivalent to the number of fractional bits. For instance, for fixed-point values with 2 fractional bits, 2 is returned. For floating-point data this value does not apply and 0 should be returned. Position 0 is the position of the least significant bit in the data.  
    Public Method  
    Public Method  
    Public MethodOverloaded. Returns the number of tiles in the horizontal and vertical directions. This default implementation assumes no tiling, so (1,1) is always returned.  
    Public MethodReturns the coordinates of the current tile. This default implementation assumes no-tiling, so (0,0) is returned.  
    Public MethodReturns the height in pixels of the specified tile-component.  
    Public MethodReturns the width in pixels of the specified tile-component  
    Public MethodAdvances to the next tile, in standard scan-line order (by rows then columns). A NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile). This default implementation assumes no tiling, so NoNextElementException() is always thrown.  
    Public MethodChanges the current tile, given the new coordinates. An IllegalArgumentException is thrown if the coordinates do not correspond to a valid tile.  
    Public MethodReturns a string of information about the object, more than 1 line long. The information string includes information from the several input ImgData (their toString() method are called one after the other).  
    Top
    See Also