|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.test.DocumentDiffTest
public class DocumentDiffTest
Description of the Class
| Field Summary | |
|---|---|
static int |
height
|
static int |
width
|
| Constructor Summary | |
|---|---|
DocumentDiffTest()
|
|
| Method Summary | |
|---|---|
boolean |
compareTestFile(String test,
String diff,
int width,
int height)
Description of the Method |
void |
generateDiffs(File dir,
int width,
int height)
Description of the Method |
static void |
generateTestFile(String test,
String diff,
int width,
int height)
Description of the Method |
static void |
getDiff(StringBuffer sb,
Box box,
String tab)
Gets the diff attribute of the DocumentDiffTest object |
static void |
main(String[] args)
The main program for the DocumentDiffTest class |
void |
runTests(File dir,
int width,
int height)
Description of the Method |
static String |
xhtmlToDiff(String xhtml,
int width,
int height)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int width
public static final int height
| Constructor Detail |
|---|
public DocumentDiffTest()
| Method Detail |
|---|
public void runTests(File dir,
int width,
int height)
throws Exception
dir - PARAMwidth - PARAMheight - PARAM
Exception - Throws
public void generateDiffs(File dir,
int width,
int height)
throws Exception
dir - PARAMwidth - PARAMheight - PARAM
Exception - Throws
public static void generateTestFile(String test,
String diff,
int width,
int height)
throws Exception
test - PARAMdiff - PARAMwidth - PARAMheight - PARAM
Exception - Throws
public static String xhtmlToDiff(String xhtml,
int width,
int height)
throws Exception
xhtml - PARAMwidth - PARAMheight - PARAM
Exception - Throws
public boolean compareTestFile(String test,
String diff,
int width,
int height)
throws Exception
test - PARAMdiff - PARAMwidth - PARAMheight - PARAM
Exception - Throws
public static void getDiff(StringBuffer sb,
Box box,
String tab)
sb - PARAMbox - PARAMtab - PARAM
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception - Throws
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||