Modifier and Type | Method and Description |
---|---|
void |
Image.drawText(String text,
int x,
int y,
FontStyle<Q> f)
Render the text with the given
FontStyle . |
void |
Image.drawText(String text,
Point2d pt,
FontStyle<Q> f)
Render the text with the given
FontStyle . |
Modifier and Type | Method and Description |
---|---|
void |
ImageRenderer.drawText(String text,
int x,
int y,
FontStyle<Q> f)
Render the text with the given
FontStyle . |
void |
ImageRenderer.drawText(String text,
Point2d pt,
FontStyle<Q> f)
Render the text with the given
FontStyle . |
Modifier and Type | Class and Description |
---|---|
class |
FontRenderer<T,Q extends FontStyle<T>>
The FontRenderer represents an object capable of rendering text with
a given font and style to an image.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
Font.getRenderer(ImageRenderer<T,?> renderer)
Get a font renderer suitable for rendering this font to the given image renderer.
|
Modifier and Type | Method and Description |
---|---|
<T> FontStyle<T> |
Font.createStyle(ImageRenderer<T,?> renderer)
Create an instance of a FontStyle with the default parameters for the given
image.
|
static <T> FontStyle<T> |
FontStyle.parseAttributes(Map<? extends AttributedCharacterIterator.Attribute,Object> attrs,
ImageRenderer<T,?> renderer)
Construct a new FontStyle from the given attribute map, suitable for
rendering into the given image.
|
Modifier and Type | Method and Description |
---|---|
FontRenderer<T,FontStyle<T>> |
FontStyle.getRenderer(ImageRenderer<T,?> renderer)
Get the renderer suitable for rendering text with this style into the
given image.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralFontStyle<T>
This is a wrapper and extensions for the Java AWT Font as an OpenIMAJ
Font style.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
GeneralFont.getRenderer(ImageRenderer<T,?> renderer)
Get a font renderer suitable for rendering this font to the given image renderer.
|
Modifier and Type | Method and Description |
---|---|
<T> FontStyle<T> |
GeneralFont.createStyle(ImageRenderer<T,?> renderer)
Create an instance of a FontStyle with the default parameters for the given
image.
|
Modifier and Type | Class and Description |
---|---|
class |
HersheyFontStyle<T>
Style parameters for Hershey vector fonts.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
HersheyFont.getRenderer(ImageRenderer<T,?> renderer) |
Modifier and Type | Class and Description |
---|---|
class |
MathMLFontStyle<T> |
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
MathMLFont.getRenderer(ImageRenderer<T,?> renderer) |
Modifier and Type | Method and Description |
---|---|
<T> FontStyle<T> |
MathMLFont.createStyle(ImageRenderer<T,?> renderer) |