|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.Parameters.CBDParameters
public class CBDParameters
Further and detailed information, see ISO/IEC 15444-2 section A.3.6.
| Field Summary | |
|---|---|
int[] |
MCTPrecision
Number of bits per sample used for each component. |
boolean[] |
MCTSigned
Indicates whether components are signed (positive and negative values) or not. |
| Constructor Summary | |
|---|---|
CBDParameters()
Constructor. |
|
CBDParameters(CBDParameters parameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this CBD parameters' fields to the specified output stream. |
void |
reset()
Sets the attributes to its initial values. |
java.lang.String |
toString()
(non-Javadoc) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int[] MCTPrecision
Only positive values allowed.
public boolean[] MCTSigned
True if signed, false otherwise.
| Constructor Detail |
|---|
public CBDParameters()
public CBDParameters(CBDParameters parameters)
parameters - an object of this class.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public 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 | ||||||||