public abstract class MainOrTile extends Object
Modifier and Type | Field and Description |
---|---|
protected Property |
_codProperty
Coding style default property
|
protected List<Property> |
_comments
Comments -- list of properties
|
protected Property[] |
_components
Array of components.
|
protected List<Long> |
_packetLengthList |
protected Property |
_pocProperty
Progression order change property
|
protected int[] |
_precSize |
protected Property |
_qcdProperty
Quantization default property
|
protected static int |
NULL |
Constructor and Description |
---|
MainOrTile() |
Modifier and Type | Method and Description |
---|---|
void |
addComment(Property comment)
Adds a property to the comment list
|
void |
addPacketLength(long len)
Add a packet length to the list of packet lengths.
|
protected int |
getNumComponents()
Gets the number of components.
|
void |
setCODProperty(Property prop)
Sets the coding style default property.
|
void |
setCompProperty(int idx,
Property prop)
Sets a property indexed by component.
|
void |
setNumComponents(int nComp)
Sets the number of components.
|
void |
setPOCProperty(Property prop)
Sets the progression order change property.
|
void |
setQCDProperty(Property prop)
Sets the quantization default property.
|
protected static final int NULL
protected int[] _precSize
protected Property[] _components
protected Property _codProperty
protected Property _qcdProperty
protected Property _pocProperty
public void setNumComponents(int nComp)
public void setCompProperty(int idx, Property prop)
protected int getNumComponents()
public void setCODProperty(Property prop)
public void setQCDProperty(Property prop)
public void setPOCProperty(Property prop)
public void addComment(Property comment)
public void addPacketLength(long len)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.