org.stellarium.ui.render
Class SFontFactory

java.lang.Object
  extended by org.stellarium.ui.render.SFontFactory

public class SFontFactory
extends java.lang.Object


Constructor Summary
SFontFactory()
           
 
Method Summary
static SFontIfc createFont(int size, java.lang.String fontName)
           
static SFontIfc createFont(int size, java.lang.String fontName, SColor fontColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFontFactory

public SFontFactory()
Method Detail

createFont

public static SFontIfc createFont(int size,
                                  @Deprecated
                                  java.lang.String fontName)

createFont

public static SFontIfc createFont(int size,
                                  @Deprecated
                                  java.lang.String fontName,
                                  SColor fontColor)