[]
        
(Showing Draft Content)

CSJ2K.j2k.IntegerSpec

IntegerSpec Class

This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.

Inheritance
IntegerSpec
Namespace: CSJ2K.j2k
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class IntegerSpec : ModuleSpec

Constructors

Name Description
IntegerSpec(int, int, byte)

Constructs a new 'IntegerSpec' for the specified number of tiles and components and with allowed type of specifications. This constructor is normally called at decoder side.

IntegerSpec(int, int, byte, ParameterList, string)

Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type and the ParameterList instance. This constructor is normally called at encoder side and parse arguments of specified option.

Fields

Name Description
MAX_INT

The largest value of type int

Properties

Name Description
Max

Gets the maximum value of all tile-components.

Min

Get the minimum value of all tile-components.

Methods

Name Description
getMaxInComp(int)

Gets the maximum value of each tile for specified component

getMaxInTile(int)

Gets the maximum value of all components in the specified tile.

getMinInComp(int)

Gets the minimum value of all tiles for the specified component.

getMinInTile(int)

Gets the minimum value of each component in specified tile

See Also