Package org.jmol.g3d
Class PixelatorT
- java.lang.Object
-
- org.jmol.g3d.Pixelator
-
- org.jmol.g3d.PixelatorT
-
class PixelatorT extends Pixelator
Handle pixels in Pass 2 - Translucency
-
-
Constructor Summary
Constructors Constructor Description PixelatorT(Graphics3D graphics3d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addPixel(int offset, int z, int p)
(package private) void
clearPixel(int offset, int z)
-
Methods inherited from class org.jmol.g3d.Pixelator
addImagePixel, setBuf
-
-
-
-
Constructor Detail
-
PixelatorT
PixelatorT(Graphics3D graphics3d)
-
-
Method Detail
-
clearPixel
void clearPixel(int offset, int z)
- Overrides:
clearPixel
in classPixelator
- Parameters:
offset
-z
-
-
-