Class extendedFont

Class extendedFont

Object
   |
   +----extendedFont

public class extendedFont
extends Object

Constructor Index

 o extendedFont(Font, Color, Color)

Method Index

 o getBackgroundColor()
 o getFont()
 o getForegroundColor()
 o setBackgroundColor(Color)
 o setFont(Font)
 o setForegroundColor(Color)
 o toString()

Constructors

 o extendedFont
public extendedFont(Font font,
                    Color foregroundColor,
                    Color backgroundColor)

Methods

 o getBackgroundColor
public java.awt.Color getBackgroundColor()
 o getFont
public java.awt.Font getFont()
 o getForegroundColor
public java.awt.Color getForegroundColor()
 o setBackgroundColor
public void setBackgroundColor(Color color)
 o setFont
public void setFont(Font font)
 o setForegroundColor
public void setForegroundColor(Color color)
 o toString
public java.lang.String toString()
Overrides:
toString in class Object