public class ComponentMappingBox extends Box(Code)
This class is defined to represent a Color Specification Box of JPEG JP2
file format. A Channel Definition Box has a length, and a fixed type
of "cmap". This box exists if and only is a PaletteBox exists. Its
content defines the type LUT output components and their mapping to the
color component.
Constructor Summary
public
ComponentMappingBox(byte[] data) Constructs a ComponentMappingBox from the provided
content byte array.
public
ComponentMappingBox(short[] comp, byte[] t, byte[] m) Constructs a ComponentMappingBox from the provided
component mapping.
public
ComponentMappingBox(Node node) Constructs a ComponentMappingBox based on the provided
org.w3c.dom.Node.