Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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
For internal use only. Application developers should not use this
Stores/retrieves a list of fonts from a hash table for performance For use by dataviews only

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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