Package org.jmol.g3d
Class PixelatorShaded
- java.lang.Object
-
- org.jmol.g3d.Pixelator
-
- org.jmol.g3d.PixelatorShaded
-
class PixelatorShaded extends Pixelator
A class to do Z Shading of pixels.
-
-
Constructor Summary
Constructors Constructor Description PixelatorShaded(Graphics3D g)
-
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) Pixelator
set(int zSlab, int zDepth, int zShadePower)
(package private) void
showZBuffer()
-
Methods inherited from class org.jmol.g3d.Pixelator
addImagePixel, clearPixel, setBuf
-
-
-
-
Constructor Detail
-
PixelatorShaded
PixelatorShaded(Graphics3D g)
- Parameters:
g
-
-
-