Package org.jmol.g3d

Class Pixelator

java.lang.Object
org.jmol.g3d.Pixelator
Direct Known Subclasses:
PixelatorScreened, PixelatorShaded, PixelatorT

class Pixelator extends Object
  • Field Details

    • g

      protected final Graphics3D g
    • 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)