|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.Parameters.MCTParameters
public class MCTParameters
Further and detailed information, see ISO/IEC 15444-2 section A.3.7
| Field Summary | |
|---|---|
int |
Ymct
Is the index of the last Zmct. |
int |
Zmct
Is the spected index of MCT to be read. |
| Constructor Summary | |
|---|---|
MCTParameters(int index)
Constructor. |
|
MCTParameters(MCTParameters parameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this MCT 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 Zmct
This attribute is only used when the MCT marker is read.
public int Ymct
This attribute is only used when the MCT marker is read.
| Constructor Detail |
|---|
public MCTParameters(int index)
public MCTParameters(MCTParameters 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 | ||||||||