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


In This Topic
    ForwCompTransfSpec Class Members
    In This Topic

    The following tables list the members exposed by ForwCompTransfSpec.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new 'ForwCompTransfSpec' for the specified number of components and tiles, the wavelet filters type and the parameter of the option 'Mct'. This constructor is called by the encoder. It also checks that the arguments belong to the recognized arguments list.

    This constructor chose the component transformation type depending on the wavelet filters : RCT with w5x3 filter and ICT with w9x7 filter. Note: All filters must use the same data type.

     
    Top
    Public Properties
     NameDescription
    Public PropertyCheck if component transformation is used in any of the tiles. This method must not be used by the encoder. (Inherited from CSJ2K.j2k.image.CompTransfSpec)
    Public Property (Inherited from CSJ2K.j2k.ModuleSpec)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value of the specified component. If no specification have been entered for this component, returns default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value for this module. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodReturn the spec type of the given tile-component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets value of specified tile-component. This method calls getSpec but has a public access. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value of the specified tile. If no specification has been entered, it returns the default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not specifications have been entered for the given component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not a tile-component specification has been defined (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not specifications have been entered for the given tile. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodRotate the ModuleSpec instance by 90 degrees (this modifies only tile and tile-component specifications). (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for specified component and specValType tag if allowed by its priority. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for this module (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets value for specified tile-component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for specified tile and specValType tag if allowed by its priority. (Inherited from CSJ2K.j2k.ModuleSpec)
    Top
    See Also