Package com.luciad.format.jpeg2000
Class TLcdJPEG2000AssociationBox
java.lang.Object
com.luciad.format.jpeg2000.TLcdJPEG2000Box
com.luciad.format.jpeg2000.TLcdJPEG2000AssociationBox
A JPEG2000 association box.
An association box groups a number of other boxes.
- Since:
- 2012.1
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.format.jpeg2000.TLcdJPEG2000Box
TLcdJPEG2000Box.Type
-
Constructor Summary
ConstructorDescriptionTLcdJPEG2000AssociationBox
(List<TLcdJPEG2000Box> aSubBoxes) Creates a new association box. -
Method Summary
Methods inherited from class com.luciad.format.jpeg2000.TLcdJPEG2000Box
getContents, getType
-
Constructor Details
-
TLcdJPEG2000AssociationBox
Creates a new association box.- Parameters:
aSubBoxes
- the sub-boxes
-
-
Method Details
-
getSubBoxes
Gets the sub-boxes.- Returns:
- the sub-boxes
-
toString
- Overrides:
toString
in classTLcdJPEG2000Box
-