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 BoundingBox3dAxisBox2d.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 FontFont. Helvetica_10static FontFont. Helvetica_12static FontFont. Helvetica_18static FontFont. TimesRoman_10static FontFont. TimesRoman_24Methods in org.jzy3d.painters that return Font Modifier and Type Method Description FontFont. clone()static FontFont. getById(int id)Load a font from its IDMethods in org.jzy3d.painters with parameters of type Font Modifier and Type Method Description voidEmulGLPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidIPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)A high level and easy way of drawing texts (non OpenGL).voidNativeDesktopPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidNativeEmbeddedPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)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)voidNativeEmbeddedPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)JGL onlystatic FontAWTFont. 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 FontAWTAbstractImageGenerator. fontMethods in org.jzy3d.plot2d.primitive that return Font Modifier and Type Method Description FontAWTAbstractImageGenerator. getFont()FontAWTImageGenerator. getFont()Methods in org.jzy3d.plot2d.primitive with parameters of type Font Modifier and Type Method Description voidAWTAbstractImageGenerator. setFont(Font font)voidAWTImageGenerator. 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 FontAxisLayout. fontstatic FontIAxisLayout. FONT_DEFAULTprotected FontAxisLayout. fontMajorHiDPIprotected FontAxisLayout. fontMajorNoHiDPIprotected FontAxisLayout. fontMinorHiDPIprotected FontAxisLayout. fontMinorNoHiDPIMethods in org.jzy3d.plot3d.primitives.axis.layout that return Font Modifier and Type Method Description FontAxisLayout. getFont()FontAxisLayout. getFont(IAxisLayout.FontType type, HiDPI hidpi)Get registered font according to conditionsFontIAxisLayout. getFont()FontIAxisLayout. getFont(IAxisLayout.FontType type, HiDPI hidpi)Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type Font Modifier and Type Method Description voidAxisLayout. setFont(Font font)voidAxisLayout. setFont(Font font, IAxisLayout.FontType type, HiDPI hidpi)Get font according to a given contextvoidIAxisLayout. setFont(Font font)voidIAxisLayout. setFont(Font font, IAxisLayout.FontType type, HiDPI hidpi) -
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 FontHiDPIProportionalFontSizePolicy. baseFontprotected FontHiDPITwoFontSizesPolicy. fontHiDPIprotected FontHiDPITwoFontSizesPolicy. fontNoHiDPIMethods in org.jzy3d.plot3d.primitives.axis.layout.fonts that return Font Modifier and Type Method Description FontHiDPIProportionalFontSizePolicy. apply(IAxisLayout layout)FontHiDPITwoFontSizesPolicy. apply(IAxisLayout layout)FontIFontSizePolicy. apply(IAxisLayout layout)FontStaticFontSizePolicy. apply(IAxisLayout layout)FontHiDPIProportionalFontSizePolicy. getBaseFont()FontHiDPITwoFontSizesPolicy. getFontHiDPI()FontHiDPITwoFontSizesPolicy. getFontNoHiDPI()Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type Font Modifier and Type Method Description voidHiDPIProportionalFontSizePolicy. 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 Font Modifier and Type Method Description FontILegend. getFont()Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Font Modifier and Type Method Description voidILegend. setFont(Font font) -
Uses of Font in org.jzy3d.plot3d.rendering.legends.colorbars
Methods in org.jzy3d.plot3d.rendering.legends.colorbars that return Font Modifier and Type Method Description FontAWTColorbarLegend. getFont()Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Font Modifier and Type Method Description voidAWTColorbarLegend. 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 FontAWTSerieLegend. getFont()FontAWTSeriesLegend. getFont()Methods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Font Modifier and Type Method Description voidAWTSerieLegend. setFont(Font font)voidAWTSeriesLegend. setFont(Font font) -
Uses of Font in org.jzy3d.plot3d.text
Fields in org.jzy3d.plot3d.text declared as Font Modifier and Type Field Description protected FontDrawableTextWrapper. defaultFontMethods in org.jzy3d.plot3d.text that return Font Modifier and Type Method Description FontDrawableTextWrapper. getDefaultFont()Methods in org.jzy3d.plot3d.text with parameters of type Font Modifier and Type Method Description BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. 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.BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)voidDrawableTextWrapper. 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 FontDrawableTextCell. DEFAULT_FONTConstructors 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 BoundingBox3dTextBitmapRenderer. computeTextBounds(IPainter painter, Font font, Coord3d posScreenShifted, float strlen)BoundingBox3dTextBillboardRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.BoundingBox3dTextBitmapRenderer. 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 BoundingBox3dJOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)BoundingBox3dJOGLTextRenderer3d. 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, 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)
-