Uses of Class
org.jzy3d.painters.Font
Package
Description
-
Uses of Font in org.jzy3d.chart2d
-
Uses of Font in org.jzy3d.painters
Modifier and TypeFieldDescriptionstatic final Font
Font.Helvetica_10
static final Font
Font.Helvetica_12
static final Font
Font.Helvetica_18
static final Font
Font.TimesRoman_10
static final Font
Font.TimesRoman_24
Modifier and TypeMethodDescriptionFont.clone()
static Font
Font.getById
(int id) Load a font from its IDModifier and TypeMethodDescriptionvoid
Render 2D text at the given 3D position.void
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
-
Uses of Font in org.jzy3d.plot2d.primitive
-
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout
Modifier and TypeFieldDescriptionprotected Font
AxisLayout.font
static final Font
AxisLayout.FONT_DEFAULT
protected Font
AxisLayout.fontMajorHiDPI
protected Font
AxisLayout.fontMajorNoHiDPI
protected Font
AxisLayout.fontMinorHiDPI
protected Font
AxisLayout.fontMinorNoHiDPI
Modifier and TypeMethodDescriptionAxisLayout.getFont()
AxisLayout.getFont
(AxisLayout.FontType type, HiDPI hidpi) Get registered font according to conditions -
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout.fonts
Modifier and TypeFieldDescriptionprotected Font
HiDPIProportionalFontSizePolicy.baseFont
protected Font
HiDPITwoFontSizesPolicy.fontHiDPI
protected Font
HiDPITwoFontSizesPolicy.fontNoHiDPI
Modifier and TypeMethodDescriptionHiDPIProportionalFontSizePolicy.apply
(AxisLayout layout) Modifies theinvalid @link
IAxisLayout
View
and the font that was returned byinvalid @link
IAxisLayout
HiDPITwoFontSizesPolicy.apply
(AxisLayout layout) IFontSizePolicy.apply
(AxisLayout layout) StaticFontSizePolicy.apply
(AxisLayout layout) HiDPIProportionalFontSizePolicy.getBaseFont()
HiDPITwoFontSizesPolicy.getFontHiDPI()
HiDPITwoFontSizesPolicy.getFontNoHiDPI()
Modifier and TypeMethodDescriptionvoid
HiDPIProportionalFontSizePolicy.setBaseFont
(Font baseFont) void
HiDPITwoFontSizesPolicy.setFontHiDPI
(Font fontHiDPI) void
HiDPITwoFontSizesPolicy.setFontNoHiDPI
(Font fontNoHiDPI) -
Uses of Font in org.jzy3d.plot3d.rendering.legends
-
Uses of Font in org.jzy3d.plot3d.rendering.legends.colorbars
-
Uses of Font in org.jzy3d.plot3d.rendering.legends.series
-
Uses of Font in org.jzy3d.plot3d.text
Modifier and TypeMethodDescriptionAbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) 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.ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) 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
-
Uses of Font in org.jzy3d.plot3d.text.drawable.cells
ModifierConstructorDescriptionTextCellRenderer
(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
Modifier and TypeMethodDescriptionprotected BoundingBox3d
TextBitmapRenderer.computeTextBounds
(IPainter painter, Font font, Coord3d posScreenShifted, float strlen) Deprecated.protected BoundingBox3d
TextRenderer.computeTextBounds
(IPainter painter, Font font, Coord3d posScreenShifted, float strlen) 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.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.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
Modifier and TypeMethodDescriptionJOGLTextRenderer2d.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset) 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.ModifierConstructorDescriptionJOGLTextRenderer2d
(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)