Class FontImageCreator

java.lang.Object
org.eclnt.util.image.FontImageCreator

public class FontImageCreator extends Object
  • Constructor Details

    • FontImageCreator

      public FontImageCreator()
  • Method Details

    • initialize

      public static void initialize(javax.servlet.ServletContext context)
    • createFontImage

      public static BufferedImage createFontImage(String imageCommand)
    • createAwesomeFontImage

      public static BufferedImage createAwesomeFontImage(String imageCommand)
    • createSAPIconsFontImage

      public static BufferedImage createSAPIconsFontImage(String imageCommand)
    • createImageFromText

      public static BufferedImage createImageFromText(String text, Font font, Color color)