jj2000.j2k
Class JJ2KInfo

java.lang.Object
  |
  +--jj2000.j2k.JJ2KInfo

public class JJ2KInfo
extends java.lang.Object

This class holds general JJ2000 information, such as the version number, copyright, contact address, etc.


Field Summary
static java.lang.String bugaddr
          The bug reporting e-mail address
static java.lang.String copyright
          The copyright message string.
static java.lang.String version
          The version number (such as 2.0, 2.1.1, etc.)
 
Constructor Summary
JJ2KInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
The version number (such as 2.0, 2.1.1, etc.)

See Also:
Constant Field Values

copyright

public static final java.lang.String copyright
The copyright message string. Double newlines separate paragraphs. Newlines should be respected when displaying the message.

See Also:
Constant Field Values

bugaddr

public static final java.lang.String bugaddr
The bug reporting e-mail address

See Also:
Constant Field Values
Constructor Detail

JJ2KInfo

public JJ2KInfo()