kcl.waterloo.graphics.plots2D
Class FontSupport
- java.lang.Object
-
- kcl.waterloo.graphics.plots2D.FontSupport
-
- Direct Known Subclasses:
- BarExtra, PieExtra, PolarExtra
public class FontSupport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description FontSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.FontgetFont()GJCyclicArrayList<java.awt.Paint>getFontBackground()java.awt.PaintgetFontBackground(int index)GJCyclicArrayList<java.awt.Paint>getFontForeground()java.awt.PaintgetFontForeground(int index)voidsetFont(java.awt.Font font)voidsetFontBackground(GJCyclicArrayList<java.awt.Paint> fontBackground)voidsetFontBackground(java.awt.Paint fontBackground)voidsetFontBackground(java.awt.Paint[] fontBackground)voidsetFontForeground(GJCyclicArrayList<java.awt.Paint> fontForeground)voidsetFontForeground(java.awt.Paint fontForeground)voidsetFontForeground(java.awt.Paint[] fontBackground)
-
-
-
Method Detail
-
getFont
public java.awt.Font getFont()
- Returns:
- the font
-
setFont
public void setFont(java.awt.Font font)
- Parameters:
font- the font to set
-
getFontForeground
public GJCyclicArrayList<java.awt.Paint> getFontForeground()
- Returns:
- the fontForeground
-
getFontForeground
public java.awt.Paint getFontForeground(int index)
-
setFontForeground
public void setFontForeground(java.awt.Paint fontForeground)
-
setFontForeground
public void setFontForeground(GJCyclicArrayList<java.awt.Paint> fontForeground)
- Parameters:
fontForeground- the fontForeground to set
-
setFontForeground
public void setFontForeground(java.awt.Paint[] fontBackground)
-
getFontBackground
public GJCyclicArrayList<java.awt.Paint> getFontBackground()
- Returns:
- the fontBackground
-
getFontBackground
public java.awt.Paint getFontBackground(int index)
-
setFontBackground
public void setFontBackground(GJCyclicArrayList<java.awt.Paint> fontBackground)
- Parameters:
fontBackground- the fontBackground to set
-
setFontBackground
public void setFontBackground(java.awt.Paint fontBackground)
-
setFontBackground
public void setFontBackground(java.awt.Paint[] fontBackground)
-
-
DMelt 3.0 © DataMelt by jWork.ORG