Uses of Class
bb.gui.FontUtil.FontRank

Packages that use FontUtil.FontRank
bb.gui Provides classes and interfaces for GUI applications. 
 

Uses of FontUtil.FontRank in bb.gui
 

Methods in bb.gui that return FontUtil.FontRank
static FontUtil.FontRank[] FontUtil.rankFonts(String s)
          Retrieves every Font in the local system by calling getFonts.
 

Methods in bb.gui with parameters of type FontUtil.FontRank
 int FontUtil.FontRank.compareTo(FontUtil.FontRank other)
          Tries to order this and other by their ranks: returns Double.compare( other.rank, this.rank ) if that result is !