|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.JPCParameters
public class JPCParameters
This class is a container to save all the JPEG2000 codestream parameters.
| Field Summary | |
|---|---|
int |
bitStreamType
Bitstream type. |
CBDParameters |
cbdParameters
|
int |
codestreamType
|
CODParameters |
codParameters
|
static int |
JP2
|
static int |
JPC
|
static int |
JPK
|
JPKParameters |
jpkParameters
|
java.util.HashMap<java.lang.Integer,MCCParameters> |
mccParametersList
|
MCOParameters |
mcoParameters
|
java.util.HashMap<java.lang.Integer,MCTParameters> |
mctParametersList
|
QCDParameters |
qcdParameters
|
SIZParameters |
sizParameters
|
| Constructor Summary | |
|---|---|
JPCParameters(int codestreamType)
Default Constructor. |
|
JPCParameters(JPCParameters jpcParameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints the JPC Parameters data out to the specified output stream. |
void |
reset()
Resets the attributes to its initial values. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int codestreamType
public static final int JPC
public static final int JP2
public static final int JPK
public int bitStreamType
Bitstreams can be:
public SIZParameters sizParameters
public CODParameters codParameters
public QCDParameters qcdParameters
public CBDParameters cbdParameters
public java.util.HashMap<java.lang.Integer,MCTParameters> mctParametersList
public java.util.HashMap<java.lang.Integer,MCCParameters> mccParametersList
public MCOParameters mcoParameters
public JPKParameters jpkParameters
| Constructor Detail |
|---|
public JPCParameters(int codestreamType)
public JPCParameters(JPCParameters jpcParameters)
jpcParameters - is an object of this class.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||