intarsys PDF library API

de.intarsys.font
Class FontStyle

java.lang.Object
  extended by de.intarsys.font.FontStyle

public class FontStyle
extends Object

docme


Field Summary
static FontStyle BOLD
           
static FontStyle BOLD_ITALIC
           
static int COUNT
          The number of font styles
static FontStyle ITALIC
           
static FontStyle REGULAR
           
static FontStyle UNDEFINED
          The enumeration of supported font styles
 
Method Summary
 FontStyle getBoldFlavor()
           
static FontStyle getFontStyle(String name)
           
 FontStyle getItalicFlavor()
           
 String getLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COUNT

public static final int COUNT
The number of font styles

See Also:
Constant Field Values

UNDEFINED

public static final FontStyle UNDEFINED
The enumeration of supported font styles


REGULAR

public static final FontStyle REGULAR

ITALIC

public static final FontStyle ITALIC

BOLD

public static final FontStyle BOLD

BOLD_ITALIC

public static final FontStyle BOLD_ITALIC
Method Detail

getFontStyle

public static FontStyle getFontStyle(String name)

getBoldFlavor

public FontStyle getBoldFlavor()

getItalicFlavor

public FontStyle getItalicFlavor()

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class Object

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.