Uses of Class
org.jmol.util.Font
Packages that use Font
Package
Description
Provides a software implementation of complete 3D graphics engine
for rendering molecules and associated shapes.
-
Uses of Font in jspecview.common
Methods in jspecview.common that return FontModifier and TypeMethodDescriptionMethods in jspecview.common with parameters of type Font -
Uses of Font in jspecview.java
Methods in jspecview.java that return FontMethods in jspecview.java with parameters of type FontModifier and TypeMethodDescriptionint
AwtPlatform.fontStringWidth
(Font font, String text) AwtPlatform.getFontMetrics
(Font font, Object graphics) int[]
AwtPlatform.getTextPixels
(String text, Font font3d, Object gObj, Object image, int width, int height, int ascent) -
Uses of Font in jspecview.js2d
Methods in jspecview.js2d that return FontMethods in jspecview.js2d with parameters of type FontModifier and TypeMethodDescriptionint
JsPlatform.fontStringWidth
(Font font, String text) JsPlatform.getFontMetrics
(Font font, Object context) int[]
JsPlatform.getTextPixels
(String text, Font font3d, Object context, Object image, int width, int height, int ascent) -
Uses of Font in org.jmol.api
Methods in org.jmol.api that return FontMethods in org.jmol.api with parameters of type FontModifier and TypeMethodDescriptionvoid
JmolRendererInterface.drawString
(String str, Font font3d, int xBaseline, int yBaseline, int z, int zSlab, short bgColix) draws the specified string in the current font.void
JmolRendererInterface.drawStringNoSlab
(String str, Font font3d, int xBaseline, int yBaseline, int z, short bgColix) draws the specified string in the current font.int
FontManager.fontStringWidth
(Font font, String text) FontManager.getFontMetrics
(Font font, Object graphics) int[]
GenericPlatform.getTextPixels
(String text, Font font3d, Object gObj, Object image, int mapWidth, int height, int ascent) -
Uses of Font in org.jmol.awt
Methods in org.jmol.awt that return FontMethods in org.jmol.awt with parameters of type FontModifier and TypeMethodDescriptionint
Platform.fontStringWidth
(Font font, String text) Platform.getFontMetrics
(Font font, Object graphics) int[]
Platform.getTextPixels
(String text, Font font3d, Object gObj, Object image, int width, int height, int ascent) -
Uses of Font in org.jmol.awtjs
Methods in org.jmol.awtjs with parameters of type FontModifier and TypeMethodDescriptionint[]
Platform.getTextPixels
(String text, Font font3d, Object gObj, Object image, int width, int height, int ascent) -
Uses of Font in org.jmol.awtjs2d
Methods in org.jmol.awtjs2d that return FontMethods in org.jmol.awtjs2d with parameters of type FontModifier and TypeMethodDescriptionint
Platform.fontStringWidth
(Font font, String text) Platform.getFontMetrics
(Font font, Object context) int[]
Platform.getTextPixels
(String text, Font font3d, Object context, Object image, int width, int height, int ascent) -
Uses of Font in org.jmol.export
Methods in org.jmol.export with parameters of type FontModifier and TypeMethodDescriptionvoid
Export3D.drawString
(String str, Font font3d, int xBaseline, int yBaseline, int z, int zSlab, short bgcolix) draws the specified string in the current font.void
Export3D.drawStringNoSlab
(String str, Font font3d, int xBaseline, int yBaseline, int z, short bgcolix) draws the specified string in the current font. -
Uses of Font in org.jmol.g3d
Methods in org.jmol.g3d with parameters of type FontModifier and TypeMethodDescriptionvoid
Graphics3D.drawString
(String str, Font font3d, int xBaseline, int yBaseline, int z, int zSlab, short bgColix) draws the specified string in the current font.void
Graphics3D.drawStringNoSlab
(String str, Font font3d, int xBaseline, int yBaseline, int z, short bgColix) draws the specified string in the current font.void
Graphics3D.plotText
(int x, int y, int z, int argb, int bgargb, String text, Font font3d, JmolRendererInterface jmolRenderer) void
-
Uses of Font in org.jmol.modelset
Fields in org.jmol.modelset declared as FontMethods in org.jmol.modelset with parameters of type FontModifier and TypeMethodDescriptionstatic Text
Text.newEcho
(Viewer vwr, Font font, String target, short colix, int valign, int align, float scalePixelsPerMicron) static Text
Text.newLabel
(Viewer vwr, Font font, String text, short colix, short bgcolix, int align, float scalePixelsPerMicron) static Text
Text.newMeasure
(Viewer vwr, Font font, short colix) void
-
Uses of Font in org.jmol.render
Fields in org.jmol.render declared as Font -
Uses of Font in org.jmol.shape
Fields in org.jmol.shape declared as FontModifier and TypeFieldDescriptionFrank.baseFont3d
FontLineShape.font3d
Frank.font3d
Measures.font3d
Methods in org.jmol.shape with parameters of type Font -
Uses of Font in org.jmol.util
Fields in org.jmol.util declared as FontMethods in org.jmol.util that return FontModifier and TypeMethodDescriptionstatic Font
Font.createFont3D
(int fontface, int fontstyle, float fontsize, float fontsizeNominal, FontManager manager, Object graphicsForMetrics) static Font
Font.getFont3D
(int fontID) GData.getFont3D
(float fontSize) GData.getFont3DCurrent()
GData.getFont3DFS
(String fontFace, float fontSize) GData.getFont3DFSS
(String fontFace, String fontStyle, float fontSize) GData.getFont3DScaled
(Font font, float scale) Methods in org.jmol.util with parameters of type FontModifier and TypeMethodDescriptionGData.getFont3DScaled
(Font font, float scale) void
GData.plotText
(int x, int y, int z, int colorArgbOrGray, int bgColor, String text, Font font3d, JmolRendererInterface jmolRenderer) void
-
Uses of Font in org.jmol.viewer
Methods in org.jmol.viewer that return Font