org.infoglue.cms.util.graphics
Class FontHelper

java.lang.Object
  |
  +--org.infoglue.cms.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
equals, 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