Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.maloi.evolvo.test
Class TileTest  view TileTest download TileTest.java

java.lang.Object
  extended byorg.maloi.evolvo.test.Harness
      extended byorg.maloi.evolvo.test.TileTest

public class TileTest
extends Harness


Field Summary
(package private) static java.nio.channels.FileChannel cacheFile
           
(package private) static int DATA_SIZE
           
(package private) static int foffset_inc
           
(package private) static int TEST_HEIGHT
           
(package private) static int TEST_WIDTH
           
(package private) static org.maloi.evolvo.image.tiledimage.Tile testTile
           
 
Fields inherited from class org.maloi.evolvo.test.Harness
error
 
Constructor Summary
TileTest()
           
 
Method Summary
static java.io.RandomAccessFile getCacheFile()
           
static void main(java.lang.String[] args)
           
static boolean test1()
           
static boolean test2()
           
static boolean test3()
           
static boolean test4()
           
static boolean test5()
           
static boolean test6()
           
static boolean test7()
           
 
Methods inherited from class org.maloi.evolvo.test.Harness
doTest, getFreeMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testTile

static org.maloi.evolvo.image.tiledimage.Tile testTile

TEST_WIDTH

static final int TEST_WIDTH
See Also:
Constant Field Values

TEST_HEIGHT

static final int TEST_HEIGHT
See Also:
Constant Field Values

DATA_SIZE

static final int DATA_SIZE
See Also:
Constant Field Values

foffset_inc

static int foffset_inc

cacheFile

static java.nio.channels.FileChannel cacheFile
Constructor Detail

TileTest

public TileTest()
Method Detail

main

public static void main(java.lang.String[] args)

test1

public static boolean test1()

test2

public static boolean test2()

test3

public static boolean test3()

test4

public static boolean test4()

test5

public static boolean test5()

test6

public static boolean test6()

test7

public static boolean test7()

getCacheFile

public static java.io.RandomAccessFile getCacheFile()