de.betabeans.scroogexhtml
Class FontTable

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--de.betabeans.scroogexhtml.FontTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FontTable
extends java.util.HashMap

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
Author:
Michael Justin
See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
FontTable()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FontTable

public FontTable()