Uses of Class
org.jzy3d.painters.Font
Packages that use Font
Package
Description
- 
Uses of Font in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Font - 
Uses of Font in org.jzy3d.painters
Fields in org.jzy3d.painters declared as FontModifier and TypeFieldDescriptionstatic final FontFont.Helvetica_10static final FontFont.Helvetica_12static final FontFont.Helvetica_18static final FontFont.TimesRoman_10static final FontFont.TimesRoman_24Fields in org.jzy3d.painters with type parameters of type FontMethods in org.jzy3d.painters that return FontModifier and TypeMethodDescriptionFont.clone()static FontFont.getById(int id) Load a font from its IDMethods in org.jzy3d.painters with parameters of type FontModifier and TypeMethodDescriptionvoidRender 2D text at the given 3D position.voidA high level and easy way of drawing texts (non OpenGL).voidNativeDesktopPainter.drawText(Font font, String label, Coord3d position, Color color, float rotation) Render 2D text at the given 3D position.voidNativeEmbeddedPainter.drawText(Font font, String label, Coord3d position, Color color, float rotation) protected com.jogamp.opengl.util.awt.TextRendererNativeDesktopPainter.getOrCreateTextRenderer(Font font) intEmulGLPainter.getTextLengthInPixels(Font font, String string) Text length processing based on AWTFontMetricsobtained by retrieving the graphic context of theGLCanvas.intIPainter.getTextLengthInPixels(Font font, String string) intNativeDesktopPainter.getTextLengthInPixels(Font font, String string) intNativeEmbeddedPainter.getTextLengthInPixels(Font font, String string) voidEmulGLPainter.glutBitmapString(Font font, String label, Coord3d position, Color color) voidIPainter.glutBitmapString(Font axisFont, String label, Coord3d p, Color c) An interface for AWT user, jGL only @since 2.0.0voidNativeDesktopPainter.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).voidNativeEmbeddedPainter.glutBitmapString(Font axisFont, String label, Coord3d p, Color c) JGL onlystatic Font - 
Uses of Font in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as FontMethods in org.jzy3d.plot2d.primitive that return FontModifier and TypeMethodDescriptionAWTAbstractImageGenerator.getFont()AWTImageGenerator.getFont()Methods in org.jzy3d.plot2d.primitive with parameters of type Font - 
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as FontModifier and TypeFieldDescriptionprotected FontAxisLayout.fontstatic final FontAxisLayout.FONT_DEFAULTprotected FontAxisLayout.fontMajorHiDPIprotected FontAxisLayout.fontMajorNoHiDPIprotected FontAxisLayout.fontMinorHiDPIprotected FontAxisLayout.fontMinorNoHiDPIMethods in org.jzy3d.plot3d.primitives.axis.layout that return FontModifier and TypeMethodDescriptionAxisLayout.getFont()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 - 
Uses of Font in org.jzy3d.plot3d.primitives.axis.layout.fonts
Fields in org.jzy3d.plot3d.primitives.axis.layout.fonts declared as FontModifier and TypeFieldDescriptionprotected FontHiDPIProportionalFontSizePolicy.baseFontprotected FontHiDPITwoFontSizesPolicy.fontHiDPIprotected FontHiDPITwoFontSizesPolicy.fontNoHiDPIMethods in org.jzy3d.plot3d.primitives.axis.layout.fonts that return FontModifier and TypeMethodDescriptionHiDPIProportionalFontSizePolicy.apply(AxisLayout layout) Modifies thefont according to the pixel scale returned by theinvalid @link
IAxisLayoutViewand the font that was returned byat the first call to this method.invalid @link
IAxisLayoutHiDPITwoFontSizesPolicy.apply(AxisLayout layout) IFontSizePolicy.apply(AxisLayout layout) StaticFontSizePolicy.apply(AxisLayout layout) HiDPIProportionalFontSizePolicy.getBaseFont()HiDPITwoFontSizesPolicy.getFontHiDPI()HiDPITwoFontSizesPolicy.getFontNoHiDPI()Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type FontModifier and TypeMethodDescriptionvoidHiDPIProportionalFontSizePolicy.setBaseFont(Font baseFont) voidHiDPITwoFontSizesPolicy.setFontHiDPI(Font fontHiDPI) voidHiDPITwoFontSizesPolicy.setFontNoHiDPI(Font fontNoHiDPI)  - 
Uses of Font in org.jzy3d.plot3d.rendering.legends
Methods in org.jzy3d.plot3d.rendering.legends that return FontMethods in org.jzy3d.plot3d.rendering.legends with parameters of type Font - 
Uses of Font in org.jzy3d.plot3d.rendering.legends.colorbars
Fields in org.jzy3d.plot3d.rendering.legends.colorbars declared as FontMethods in org.jzy3d.plot3d.rendering.legends.colorbars that return FontMethods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Font - 
Uses of Font in org.jzy3d.plot3d.rendering.legends.series
Methods in org.jzy3d.plot3d.rendering.legends.series that return FontMethods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Font - 
Uses of Font in org.jzy3d.plot3d.text
Methods in org.jzy3d.plot3d.text with parameters of type FontModifier 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
Fields in org.jzy3d.plot3d.text.drawable declared as FontMethods in org.jzy3d.plot3d.text.drawable that return FontMethods in org.jzy3d.plot3d.text.drawable with parameters of type Font - 
Uses of Font in org.jzy3d.plot3d.text.drawable.cells
Fields in org.jzy3d.plot3d.text.drawable.cells declared as FontConstructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type FontModifierConstructorDescriptionTextCellRenderer(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 FontModifier and TypeMethodDescriptionprotected BoundingBox3dTextBitmapRenderer.computeTextBounds(IPainter painter, Font font, Coord3d posScreenShifted, float strlen) Deprecated.protected BoundingBox3dTextRenderer.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
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type FontModifier 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 voidJOGLTextRenderer2d.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 FontModifierConstructorDescriptionJOGLTextRenderer2d(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)