Class PictureTester

java.lang.Object
  extended by PictureTester

public class PictureTester
extends Object

This class contains class (static) methods that will help you test the Picture class methods. Uncomment the methods and the code in the main to test.

Author:
Barbara Ericson

Constructor Summary
PictureTester()
           
 
Method Summary
static void main(String[] args)
          Main method for testing.
static void testCollage()
          Method to test the collage method
static void testEdgeDetection()
          Method to test edgeDetection
static void testMirrorTemple()
          Method to test mirrorTemple
static void testMirrorVertical()
          Method to test mirrorVertical
static void testZeroBlue()
          Method to test zeroBlue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureTester

public PictureTester()
Method Detail

main

public static void main(String[] args)
Main method for testing. Every class can have a main method in Java


testCollage

public static void testCollage()
Method to test the collage method


testEdgeDetection

public static void testEdgeDetection()
Method to test edgeDetection


testMirrorTemple

public static void testMirrorTemple()
Method to test mirrorTemple


testMirrorVertical

public static void testMirrorVertical()
Method to test mirrorVertical


testZeroBlue

public static void testZeroBlue()
Method to test zeroBlue