class TextRenderer
extends java.lang.Object
Constructor and Description |
---|
TextRenderer() |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
render(Text text,
JmolRendererInterface g3d,
float scalePixelsPerMicron,
float imageFontScaling,
boolean isAbsolute,
float[] boxXY,
float[] temp) |
(package private) static void |
renderSimpleLabel(JmolRendererInterface g3d,
javajs.awt.Font font,
java.lang.String strLabel,
short colix,
short bgcolix,
float[] boxXY,
int z,
int zSlab,
int xOffset,
int yOffset,
float ascent,
int descent,
boolean doPointer,
short pointerColix,
boolean isAbsolute) |
private static void |
showBox(JmolRendererInterface g3d,
short colix,
int x,
int y,
int z,
int zSlab,
int boxWidth,
int boxHeight,
float imageFontScaling,
boolean atomBased) |
static boolean render(Text text, JmolRendererInterface g3d, float scalePixelsPerMicron, float imageFontScaling, boolean isAbsolute, float[] boxXY, float[] temp)
static void renderSimpleLabel(JmolRendererInterface g3d, javajs.awt.Font font, java.lang.String strLabel, short colix, short bgcolix, float[] boxXY, int z, int zSlab, int xOffset, int yOffset, float ascent, int descent, boolean doPointer, short pointerColix, boolean isAbsolute)
private static void showBox(JmolRendererInterface g3d, short colix, int x, int y, int z, int zSlab, int boxWidth, int boxHeight, float imageFontScaling, boolean atomBased)