Class gl_stipple_line_pixel


public class gl_stipple_line_pixel extends gl_stipple_pixel
gl_stipple_line_pixel is the pixel class for stippled line of JavaGL 2.1.
Version:
0.2, 28 Nov 1999
Author:
Robin Bing-Yu Chen
  • Constructor Details

  • Method Details

    • init

      public void init(int dx, int dy)
      Initial the stippled line parameters
      Overrides:
      init in class gl_render_pixel
    • put_pixel

      public void put_pixel(int x, int y, int color)
      Put a pixel for stippled line
      Overrides:
      put_pixel in class gl_render_pixel
    • put_pixel

      public void put_pixel(int x, int y, 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 in class gl_render_pixel