Modifier and Type | Method and Description |
---|---|
<F extends Font<F>> |
Image.drawText(String text,
int x,
int y,
F f,
int sz)
Render the text in the given font with the default style.
|
<F extends Font<F>> |
Image.drawText(String text,
int x,
int y,
F f,
int sz,
Q col)
Render the text in the given font in the given colour with the default
style.
|
<F extends Font<F>> |
Image.drawText(String text,
Point2d pt,
F f,
int sz)
Render the text in the given font with the default style.
|
<F extends Font<F>> |
Image.drawText(String text,
Point2d pt,
F f,
int sz,
Q col)
Render the text in the given font in the given colour with the default
style.
|
Modifier and Type | Method and Description |
---|---|
<F extends Font<F>> |
ImageRenderer.drawText(String text,
int x,
int y,
F f,
int sz)
Render the text in the given font with the default style.
|
<F extends Font<F>> |
ImageRenderer.drawText(String text,
int x,
int y,
F f,
int sz,
Q col)
Render the text in the given font in the given colour with the default
style.
|
<F extends Font<F>> |
ImageRenderer.drawText(String text,
Point2d pt,
F f,
int sz)
Render the text in the given font with the default style.
|
<F extends Font<F>> |
ImageRenderer.drawText(String text,
Point2d pt,
F f,
int sz,
Q col)
Render the text in the given font in the given colour with the default
style.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Font<F extends Font<F>>
Class representing a Font that can be rendered with
a
FontRenderer with an associated FontStyle . |
Modifier and Type | Field and Description |
---|---|
protected Font<?> |
FontStyle.font
The font
|
Modifier and Type | Method and Description |
---|---|
Font<?> |
FontStyle.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
FontStyle.setFont(Font<?> font) |
Constructor and Description |
---|
FontStyle(Font<?> font,
ImageRenderer<T,?> renderer) |
FontStyle(Font<?> font,
T col) |
Modifier and Type | Class and Description |
---|---|
class |
GeneralFont
This is a wrapper for the Java AWT Font in the OpenIMAJ system.
|
Modifier and Type | Class and Description |
---|---|
class |
HersheyFont
The set of Hershey's vector fonts.
|
Modifier and Type | Class and Description |
---|---|
class |
MathMLFont |
Modifier and Type | Method and Description |
---|---|
Font |
AxisConfig.AxisRenderingConfig.getMajorTickLabelFont() |
Font |
AxisConfig.AxisRenderingConfig.getMinorTickLabelFont() |
Modifier and Type | Method and Description |
---|---|
void |
AxisConfig.AxisRenderingConfig.setMajorTickLabelFont(Font majorTickLabelFont) |
void |
AxisConfig.AxisRenderingConfig.setMinorTickLabelFont(Font minorTickLabelFont) |