Class extendedFont
Class extendedFont
Object
|
+----extendedFont
- public class extendedFont
- extends Object
-
extendedFont(Font, Color, Color)
-
-
getBackgroundColor()
-
-
getFont()
-
-
getForegroundColor()
-
-
setBackgroundColor(Color)
-
-
setFont(Font)
-
-
setForegroundColor(Color)
-
-
toString()
-
extendedFont
public extendedFont(Font font,
Color foregroundColor,
Color backgroundColor)
getBackgroundColor
public java.awt.Color getBackgroundColor()
getFont
public java.awt.Font getFont()
getForegroundColor
public java.awt.Color getForegroundColor()
setBackgroundColor
public void setBackgroundColor(Color color)
setFont
public void setFont(Font font)
setForegroundColor
public void setForegroundColor(Color color)
toString
public java.lang.String toString()
- Overrides:
- toString in class Object