Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.dss.dataView
Class FontList

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by oracle.dss.dataView.FontList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class FontList
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
FontList()
          Class constructor For use by dataviews only
 
Method Summary
 java.awt.Font getFont(java.lang.String name, int style, int size)
          Retrieve a font from the hash table based on name, style, and size Add a new one if not found For use by dataviews only
 
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
 

Constructor Detail

FontList

public FontList()
Class constructor For use by dataviews only

Method Detail

getFont

public java.awt.Font getFont(java.lang.String name,
                             int style,
                             int size)
Retrieve a font from the hash table based on name, style, and size Add a new one if not found For use by dataviews only

Parameters:
name - font name
style - font style
size - font size
Returns:
new font

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

Copyright © 1997, 2011, Oracle. All rights reserved.