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


In This Topic
    ImgReaderPGM Class Members
    In This Topic

    The following tables list the members exposed by ImgReaderPGM.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)DC offset value used when reading image  
    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. The value of h is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling. The value of w is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the nominal tiles height (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the nominal tiles width (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the number of components in the image. The value of nc is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the overall height of the current tile in pixels, assuming there is no-tiling. Since no-tiling is assumed this is the same as the width of the image. The value of h is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    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. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the horizontal tile partition offset in the reference grid (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the vertical tile partition offset in the reference grid (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public PropertyReturns the width of the current tile in pixels, assuming there is no-tiling. Since no-tiling is assumed this is the same as the width of the image. The value of w is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Closes the underlying RandomAccessFile from where the image data is being read. No operations are possible after a call to this method.  
    Public MethodOverridden.   
    Public MethodReturns the height in pixels of the specified component in the overall image. This default implementation assumes no component, or component, subsampling (i.e. all components have the same dimensions in pixels). (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the width in pixels of the specified component in the overall image. This default implementation assumes no component, or component, subsampling (i.e. all components have the same dimensions in pixels). (Inherited from CSJ2K.j2k.image.input.ImgReader)
    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. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    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. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the horizontal coordinate of the upper-left corner of the specified component in the current tile. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the vertical coordinate of the upper-left corner of the specified component in the current tile. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodOverridden. Returns the position of the fixed point in the specified component (i.e. the number of fractional bits), which is always 0 for this ImgReader.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    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. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the coordinates of the current tile. This default implementation assumes no-tiling, so (0,0) is returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the height in pixels of the specified tile-component. This default implementation assumes no tiling and no component subsampling (i.e., all components, or components, have the same dimensions in pixels). (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodReturns the width in pixels of the specified tile-component. This default implementation assumes no tiling and no component subsampling (i.e., all components, or components, have the same dimensions in pixels). (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodOverridden. Returns true if the data read was originally signed in the specified component, false if not. This method returns always false since PGM data is always unsigned.  
    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. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Public MethodChanges the current tile, given the new coordinates. An IllegalArgumentException is thrown if the coordinates do not correspond to a valid tile. This default implementation assumes no tiling so the only valid arguments are x=0, y=0. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Top
    See Also