Class gl_stipple_pixel

java.lang.Object
jgl.context.render.pixel.gl_render_pixel
jgl.context.render.pixel.gl_stipple_pixel
Direct Known Subclasses:
gl_stipple_line_pixel, gl_stipple_poly_pixel

public abstract class gl_stipple_pixel extends gl_render_pixel
gl_stipple_pixel is pixel class for stipple of JavaGL 2.1.
Version:
0.1, 3 Dec 1999
Author:
Robin Bing-Yu Chen
  • Constructor Details

    • gl_stipple_pixel

      public gl_stipple_pixel(gl_context cc)
  • Method Details

    • put_pixel_by_index

      public void put_pixel_by_index(int index, int color)
      Put a pixel for stippled polygon
      Overrides:
      put_pixel_by_index in class gl_render_pixel
    • put_pixel_by_index

      public void put_pixel_by_index(int index, float z, int color)
      Description copied from class: gl_render_pixel
      Put a pixel in the Color Buffer, if the pixel is near View Point
      Overrides:
      put_pixel_by_index in class gl_render_pixel