public class FontSupport
extends java.lang.Object
Constructor and Description |
---|
FontSupport() |
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getFont() |
GJCyclicArrayList<java.awt.Paint> |
getFontBackground() |
java.awt.Paint |
getFontBackground(int index) |
GJCyclicArrayList<java.awt.Paint> |
getFontForeground() |
java.awt.Paint |
getFontForeground(int index) |
void |
setFont(java.awt.Font font) |
void |
setFontBackground(GJCyclicArrayList<java.awt.Paint> fontBackground) |
void |
setFontBackground(java.awt.Paint fontBackground) |
void |
setFontBackground(java.awt.Paint[] fontBackground) |
void |
setFontForeground(GJCyclicArrayList<java.awt.Paint> fontForeground) |
void |
setFontForeground(java.awt.Paint fontForeground) |
void |
setFontForeground(java.awt.Paint[] fontBackground) |
public java.awt.Font getFont()
public void setFont(java.awt.Font font)
font
- the font to setpublic GJCyclicArrayList<java.awt.Paint> getFontForeground()
public java.awt.Paint getFontForeground(int index)
public void setFontForeground(java.awt.Paint fontForeground)
public void setFontForeground(GJCyclicArrayList<java.awt.Paint> fontForeground)
fontForeground
- the fontForeground to setpublic void setFontForeground(java.awt.Paint[] fontBackground)
public GJCyclicArrayList<java.awt.Paint> getFontBackground()
public java.awt.Paint getFontBackground(int index)
public void setFontBackground(GJCyclicArrayList<java.awt.Paint> fontBackground)
fontBackground
- the fontBackground to setpublic void setFontBackground(java.awt.Paint fontBackground)
public void setFontBackground(java.awt.Paint[] fontBackground)