Uses of Class
org.jzy3d.painters.Font
-
-
Uses of Font in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Font Modifier and Type Method Description BoundingBox3d
AxisBox2d.RotatedTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
-
Uses of Font in org.jzy3d.painters
Fields in org.jzy3d.painters declared as Font Modifier and Type Field Description static Font
Font. Helvetica_10
static Font
Font. Helvetica_12
static Font
Font. Helvetica_18
static Font
Font. TimesRoman_10
static Font
Font. TimesRoman_24
Methods in org.jzy3d.painters that return Font Modifier and Type Method Description Font
Font. clone()
static Font
Font. getById(int id)
Load a font from its IDMethods in org.jzy3d.painters with parameters of type Font Modifier and Type Method Description void
EmulGLPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)
Render 2D text at the given 3D position.void
IPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)
A high level and easy way of drawing texts (non OpenGL).void
NativeDesktopPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)
Render 2D text at the given 3D position.void
NativeEmbeddedPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)
protected com.jogamp.opengl.util.awt.TextRenderer
NativeDesktopPainter. getOrCreateTextRenderer(Font font)
int
EmulGLPainter. getTextLengthInPixels(Font font, String string)
Text length processing based on AWTFontMetrics
obtained by retrieving the graphic context of theGLCanvas
.int
IPainter. getTextLengthInPixels(Font font, String string)
int
NativeDesktopPainter. getTextLengthInPixels(Font font, String string)
int
NativeEmbeddedPainter. getTextLengthInPixels(Font font, String string)
void
EmulGLPainter. glutBitmapString(Font font, String label, Coord3d position, Color color)
void
IPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)
An interface for AWT user, jGL only @since 2.0.0void
NativeDesktopPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)
Render 2D text at the given 3D position using a font as supported byNativeDesktopPainter.glutBitmapString(int, String)
.void
NativeEmbeddedPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)
JGL onlystatic Font
AWTFont. toAWT(Font font)
-
Uses of Font in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as Font Modifier and Type Field Description protected Font
AWTAbstractImageGenerator. font
Methods in org.jzy3d.plot2d.primitive that return Font Modifier and Type Method Description Font
AWTAbstractImageGenerator. getFont()
Font
AWTImageGenerator. getFont()
Methods in org.jzy3d.plot2d.primitive with parameters of type Font Modifier and Type Method Description void
AWTAbstractImageGenerator. setFont(Font font)
void
AWTImageGenerator. setFont(Font font)
-
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as Font Modifier and Type Field Description protected Font
AxisLayout. font
static Font
AxisLayout. FONT_DEFAULT
protected Font
AxisLayout. fontMajorHiDPI
protected Font
AxisLayout. fontMajorNoHiDPI
protected Font
AxisLayout. fontMinorHiDPI
protected Font
AxisLayout. fontMinorNoHiDPI
Methods in org.jzy3d.plot3d.primitives.axis.layout that return Font Modifier and Type Method Description Font
AxisLayout. getFont()
Font
AxisLayout. getFont(AxisLayout.FontType type, HiDPI hidpi)
Get registered font according to conditionsMethods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type Font Modifier and Type Method Description void
AxisLayout. setFont(Font font)
void
AxisLayout. setFont(Font font, AxisLayout.FontType type, HiDPI hidpi)
Get font according to a given context -
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout.fonts
Fields in org.jzy3d.plot3d.primitives.axis.layout.fonts declared as Font Modifier and Type Field Description protected Font
HiDPIProportionalFontSizePolicy. baseFont
protected Font
HiDPITwoFontSizesPolicy. fontHiDPI
protected Font
HiDPITwoFontSizesPolicy. fontNoHiDPI
Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts that return Font Modifier and Type Method Description Font
HiDPIProportionalFontSizePolicy. apply(AxisLayout layout)
Modifies theIAxisLayout
font according to the pixel scale returned by theView
and the font that was returned byIAxisLayout
at the first call to this method.Font
HiDPITwoFontSizesPolicy. apply(AxisLayout layout)
Font
IFontSizePolicy. apply(AxisLayout layout)
Font
StaticFontSizePolicy. apply(AxisLayout layout)
Font
HiDPITwoFontSizesPolicy. getFontHiDPI()
Font
HiDPITwoFontSizesPolicy. getFontNoHiDPI()
Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type Font Modifier and Type Method Description void
HiDPITwoFontSizesPolicy. setFontHiDPI(Font fontHiDPI)
void
HiDPITwoFontSizesPolicy. setFontNoHiDPI(Font fontNoHiDPI)
-
Uses of Font in org.jzy3d.plot3d.rendering.legends
Methods in org.jzy3d.plot3d.rendering.legends that return Font Modifier and Type Method Description Font
ILegend. getFont()
Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Font Modifier and Type Method Description void
ILegend. setFont(Font font)
-
Uses of Font in org.jzy3d.plot3d.rendering.legends.colorbars
Fields in org.jzy3d.plot3d.rendering.legends.colorbars declared as Font Modifier and Type Field Description protected Font
AWTColorbarLegend. font
Methods in org.jzy3d.plot3d.rendering.legends.colorbars that return Font Modifier and Type Method Description Font
AWTColorbarLegend. getFont()
Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Font Modifier and Type Method Description void
AWTColorbarLegend. setFont(Font font)
Update image generator font -
Uses of Font in org.jzy3d.plot3d.rendering.legends.series
Methods in org.jzy3d.plot3d.rendering.legends.series that return Font Modifier and Type Method Description Font
AWTSerieLegend. getFont()
Font
AWTSeriesLegend. getFont()
Methods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Font Modifier and Type Method Description void
AWTSerieLegend. setFont(Font font)
void
AWTSeriesLegend. setFont(Font font)
-
Uses of Font in org.jzy3d.plot3d.text
Methods in org.jzy3d.plot3d.text with parameters of type Font Modifier and Type Method Description BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
The main text renderer method to implement.BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)
-
Uses of Font in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as Font Modifier and Type Field Description protected Font
DrawableTextWrapper. defaultFont
Methods in org.jzy3d.plot3d.text.drawable that return Font Modifier and Type Method Description Font
DrawableTextWrapper. getDefaultFont()
Methods in org.jzy3d.plot3d.text.drawable with parameters of type Font Modifier and Type Method Description void
DrawableTextWrapper. setDefaultFont(Font defaultFont)
-
Uses of Font in org.jzy3d.plot3d.text.drawable.cells
Fields in org.jzy3d.plot3d.text.drawable.cells declared as Font Modifier and Type Field Description protected static Font
DrawableTextCell. DEFAULT_FONT
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type Font Constructor Description TextCellRenderer(int n, String txt, Font font)
TextCellRenderer(int n, String txt, Font font, Horizontal halign, boolean drawBorder)
-
Uses of Font in org.jzy3d.plot3d.text.renderers
Methods in org.jzy3d.plot3d.text.renderers with parameters of type Font Modifier and Type Method Description protected BoundingBox3d
TextBitmapRenderer. computeTextBounds(IPainter painter, Font font, Coord3d posScreenShifted, float strlen)
Deprecated.protected BoundingBox3d
TextRenderer. computeTextBounds(IPainter painter, Font font, Coord3d posScreenShifted, float strlen)
BoundingBox3d
TextBillboardRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
Deprecated.Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.BoundingBox3d
TextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
Deprecated.Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.BoundingBox3d
TextRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration. -
Uses of Font in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Font Modifier and Type Method Description BoundingBox3d
JOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)
BoundingBox3d
JOGLTextRenderer3d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
protected void
JOGLTextRenderer2d. drawText2D(IPainter painter, Font font, String text, Coord3d position, Color color, float rotation, Horizontal horizontal, Vertical vertical)
Draws a 2D text (facing camera) at the specified 3D position.Constructors in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Font Constructor Description JOGLTextRenderer2d(Font font)
JOGLTextRenderer2d(Font font, com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate renderDelegate)
JOGLTextRenderer3d(Font font)
JOGLTextRenderer3d(Font font, com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate renderDelegate)
-