Package org.jmol.g3d
Class Pixelator
java.lang.Object
org.jmol.g3d.Pixelator
- Direct Known Subclasses:
PixelatorScreened
,PixelatorShaded
,PixelatorT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
g
-
p0
Pixelator p0 -
zb
protected int[] zb -
pb
protected int[] pb -
width
int width -
bgcolor
int bgcolor
-
-
Constructor Details
-
Pixelator
Pixelator(Graphics3D graphics3d) - Parameters:
graphics3d
-
-
-
Method Details
-
setBuf
void setBuf() -
clearPixel
void clearPixel(int offset, int z) -
addPixel
void addPixel(int offset, int z, int p) -
addImagePixel
public void addImagePixel(byte shade, int tLog, int offset, int z, int argb, int bgargb)
-