Package org.jmol.g3d
Class Pixelator
- java.lang.Object
-
- org.jmol.g3d.Pixelator
-
- Direct Known Subclasses:
PixelatorScreened
,PixelatorShaded
,PixelatorT
class Pixelator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pixelator(Graphics3D graphics3d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addImagePixel(byte shade, int tLog, int offset, int z, int argb, int bgargb)
(package private) void
addPixel(int offset, int z, int p)
(package private) void
clearPixel(int offset, int z)
(package private) void
setBuf()
-
-
-
Field Detail
-
g
protected final Graphics3D g
-
p0
Pixelator p0
-
zb
protected int[] zb
-
pb
protected int[] pb
-
width
int width
-
bgcolor
int bgcolor
-
-
Constructor Detail
-
Pixelator
Pixelator(Graphics3D graphics3d)
- Parameters:
graphics3d
-
-
-