public class PictureTester
extends java.lang.Object
Constructor and Description |
---|
PictureTester() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.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
|
public static void testZeroBlue()
public static void testMirrorVertical()
public static void testMirrorTemple()
public static void testCollage()
public static void testEdgeDetection()
public static void main(java.lang.String[] args)
args
- the array of arguments sent to the main method
method in Java