org.infoglue.deliver.util.graphics
Class FontHelper

java.lang.Object
  extended by org.infoglue.deliver.util.graphics.FontHelper

public class FontHelper
extends java.lang.Object

This class is an attempt to give template-coders access to the Font-class in some ways. Basically used to enable good control in the templates.


Constructor Summary
FontHelper()
           
 
Method Summary
 int getBoldStyle()
          Returns the bold-style
 int getItalicStyle()
          Returns the italic style
 int getPlainStyle()
          Returns the plain-style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontHelper

public FontHelper()
Method Detail

getPlainStyle

public int getPlainStyle()
Returns the plain-style


getBoldStyle

public int getBoldStyle()
Returns the bold-style


getItalicStyle

public int getItalicStyle()
Returns the italic style



Copyright © 2005 InfoGlue.org All Rights Reserved.