ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color Namespace / Resampler Class
Properties Methods


In This Topic
    Resampler Class Members
    In This Topic

    The following tables list the members exposed by Resampler.

    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.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the nominal tiles height (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the nominal tiles width (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the number of components in the image.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the overall height of the current tile in pixels. This is the tile's height without accounting for any component subsampling. This is also referred as the reference grid height in the current tile.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the index of the current tile, relative to a standard scan-line order.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the horizontal tile partition offset in the reference grid (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the vertical tile offset in the reference grid (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public PropertyReturns the overall width of the current tile in pixels. This is the tile's width without accounting for any component subsampling. This is also referred as the reference grid width in the current tile.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Factory method for creating instances of this class.  
    Public MethodOverridden.   
    Public MethodOverridden. Returns the height in pixels of the specified component in the overall image.  
    Public MethodOverridden. Returns the width in pixels of the specified component in the overall image.  
    Public MethodOverridden. Returns the component subsampling factor in the horizontal direction, for the specified component.  
    Public MethodOverridden. Returns the component subsampling factor in the vertical direction, for the specified component.  
    Public MethodReturns the horizontal coordinate of the upper-left corner of the specified component in the current tile.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodReturns the vertical coordinate of the upper-left corner of the specified component in the current tile.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public Method (Inherited from CSJ2K.Color.ColorSpaceMapper)
    Public MethodOverridden.   
    Public Method (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodOverloaded. Returns the number of tiles in the horizontal and vertical directions.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodReturns the indexes of the current tile. These are the horizontal and vertical indexes of the current tile.

    This default implementation returns the value of the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodOverridden. Returns the height in pixels of the specified tile-component.  
    Public MethodOverridden. Returns the width in pixels of the specified tile-component..  
    Public MethodAdvances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).

    This default implementation just advances to the next tile in the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodChanges the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.

    This default implementation just changes the tile in the source.

    (Inherited from CSJ2K.j2k.image.ImgDataAdapter)
    Public MethodReturn an appropriate String representation of this Resampler instance.  
    Top
    See Also