Uses of Class
org.jmol.g3d.Font3D

Packages that use Font3D
org.jmol.g3d Provides a software implementation of complete 3D graphics engine for rendering molecules and associated shapes. 
 

Uses of Font3D in org.jmol.g3d
 

Methods in org.jmol.g3d that return Font3D
static Font3D Font3D.allocFont3D(short fontkey, int fontface, int fontstyle, int fontsize)
           
static Font3D Font3D.getFont3D(byte fontID)
           
 Font3D Graphics3D.getFont3D(int fontSize)
           
 Font3D Graphics3D.getFont3D(java.lang.String fontFace, int fontSize)
           
 Font3D Graphics3D.getFont3D(java.lang.String fontFace, java.lang.String fontStyle, int fontSize)
           
 Font3D Graphics3D.getFont3DCurrent()
           
 

Methods in org.jmol.g3d with parameters of type Font3D
 void Graphics3D.drawString(java.lang.String str, Font3D font3d, short colix, int xBaseline, int yBaseline, int z)
          draws the specified string in the current font.
 void Graphics3D.drawString(java.lang.String str, Font3D font3d, short colix, short bgcolix, int xBaseline, int yBaseline, int z)
          draws the specified string in the current font.
 void Graphics3D.drawStringNoSlab(java.lang.String str, Font3D font3d, short colix, short bgcolix, int xBaseline, int yBaseline, int z)
           
 void Graphics3D.setFont(Font3D font3d)