class ImageRenderer extends Object
Constructor and Description |
---|
ImageRenderer() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
plotImage(int x,
int y,
int z,
Object image,
Graphics3D g3d,
JmolRendererInterface jmolRenderer,
boolean antialias,
int argbBackground,
int width,
int height) |
private static void |
plotImageClipped(int x,
int y,
int z,
Graphics3D g3d,
JmolRendererInterface jmolRenderer,
int width,
int height,
int[] buffer,
int bgargb) |
private static void |
plotImageUnClipped(int x,
int y,
int z,
Graphics3D g3d,
int textWidth,
int textHeight,
int[] buffer,
int bgargb) |
static void plotImage(int x, int y, int z, Object image, Graphics3D g3d, JmolRendererInterface jmolRenderer, boolean antialias, int argbBackground, int width, int height)
x
- y
- z
- image
- g3d
- jmolRenderer
- antialias
- UNUSEDargbBackground
- width
- height
- private static void plotImageClipped(int x, int y, int z, Graphics3D g3d, JmolRendererInterface jmolRenderer, int width, int height, int[] buffer, int bgargb)
private static void plotImageUnClipped(int x, int y, int z, Graphics3D g3d, int textWidth, int textHeight, int[] buffer, int bgargb)
x
- y
- z
- g3d
- textWidth
- textHeight
- buffer
- bgargb
- used in transparent backgrounds?