de.betabeans.scroogexhtml.rtf
Class FontDescriptor

java.lang.Object
  extended by de.betabeans.scroogexhtml.rtf.FontDescriptor

public final class FontDescriptor
extends java.lang.Object

Class which contains the font definition in the RTF Header.

Author:
Michael Justin

Constructor Summary
FontDescriptor()
           
 
Method Summary
 int getFontCharSet()
          Gets the fontCharSet attribute of the FontDescriptor object.
 java.lang.String getFontName()
          Gets the fontName attribute of the FontDescriptor object.
 void setFontCharSet(int i)
          Sets the fontCharSet attribute of the FontDescriptor object.
 void setFontName(java.lang.String s)
          Sets the fontName attribute of the FontDescriptor object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontDescriptor

public FontDescriptor()
Method Detail

setFontName

public void setFontName(java.lang.String s)
Sets the fontName attribute of the FontDescriptor object.

Parameters:
s - The new fontName value

setFontCharSet

public void setFontCharSet(int i)
Sets the fontCharSet attribute of the FontDescriptor object.

Parameters:
i - The new fontCharSet value

getFontName

public java.lang.String getFontName()
Gets the fontName attribute of the FontDescriptor object.

Returns:
The fontName value

getFontCharSet

public int getFontCharSet()
Gets the fontCharSet attribute of the FontDescriptor object.

Returns:
The fontCharSet value


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.