ComponentOne PDF for .NET
Inheritance Hierarchy
In This Topic
    CSJ2K.j2k.util Namespace (C1.C1Pdf.4.8)
    In This Topic
    Classes
     ClassDescription
    ClassThis class contains a colleaction of utility static methods for arrays.
    ClassThis class takes a legal JPEG 2000 codestream and performs some manipulation on it. Currently the manipulations supported are: Tile-parts
    Class 
    Class 
    ClassThis class contains a collection of utility methods fro mathematical operations. All methods are static.
    ClassThis utility class formats messages to the specified line width, by inserting line-breaks between words, and printing the resulting lines.
    ClassThis class holds modules options and parameters as they are provided to the encoder or the decoder. Each option and its associated parameters are stored as strings.

    This class is built on the standard Java Properties class. Consequently, it offers facilities to load and write parameters from/to a file. In the meantime, a ParameterList object can also handle default parameters for each option.

    Each parameter can be retrieved as a string or as an specific primitive type (int, float, etc).

    For more details see the Properties class.

    Note that this class does not support multiple occurrences of parameters (for a parameter name, only one value is possible). Also there is no particular order of the parameters.

    Class 
    ClassThrown to indicate that the application has attempted to parse a badly formatted string.
    Class 
    Interfaces
     InterfaceDescription
    Interface 
    Interface 
    Structures
     StructureDescription
    Structure 
    See Also