filltest
Class FillTest

java.lang.Object
  |
  +--filltest.FillTest
All Implemented Interfaces:
DrawingConst

public class FillTest
extends java.lang.Object
implements DrawingConst

Simple example of calling the GB fill test routines. A converted form of filltest.c orginally by Jon Fuge jonny@q-continuum.demon.co.uk


Fields inherited from interface jaune.target.gb.DrawingConst
AND, BLACK, DKGREY, GRAPHICS_HEIGHT, GRAPHICS_WIDTH, LTGREY, M_FILL, M_NOFILL, OR, SOLID, WHITE, XOR
 
Constructor Summary
FillTest()
           
 
Method Summary
static void main()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillTest

public FillTest()
Method Detail

main

public static void main()