colorspace.boxes
Class JP2Box.BoxType

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--colorspace.boxes.JP2Box.BoxType
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
JP2Box

protected static class JP2Box.BoxType
extends java.util.Hashtable

JP2 Box structure analysis help

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static java.util.Hashtable map
           
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
protected JP2Box.BoxType()
           
 
Method Summary
static java.lang.String get(int type)
           
private static void put(int type, java.lang.String desc)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

map

private static java.util.Hashtable map
Constructor Detail

JP2Box.BoxType

protected JP2Box.BoxType()
Method Detail

put

private static void put(int type,
                        java.lang.String desc)

get

public static java.lang.String get(int type)