icc
Class ICCProfile.BoxType

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

private static class ICCProfile.BoxType
extends java.util.Hashtable


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
private ICCProfile.BoxType()
           
 
Method Summary
static java.lang.String colorSpecMethod(int meth)
           
static java.lang.String get(int type)
           
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

ICCProfile.BoxType

private ICCProfile.BoxType()
Method Detail

put

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

get

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

colorSpecMethod

public static java.lang.String colorSpecMethod(int meth)