|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.eval.DefaultPlugin
cz.cuni.jagrlib.eval.Ex2005_02_c
public class Ex2005_02_c
Evaluation plugin for MainEval: exercise 02, lines with non-integer coordinates, with antialiasing.
MainEval
,
Ex2005_02_c.javaField Summary | |
---|---|
protected static String |
CX
Circle center. |
protected static String |
CY
|
protected static String |
INT
Use integer coordinates? |
protected static String |
RAD
Circle radius. |
protected static String |
REPEAT
Number of items to draw. |
protected static String |
SEED1
Random seed (for RandomJames). |
protected static String |
SEED2
|
Fields inherited from class cz.cuni.jagrlib.eval.DefaultPlugin |
---|
HTML |
Fields inherited from interface cz.cuni.jagrlib.eval.EvalPlugin |
---|
BASE, CLASS_NAME, OUTPUT_FILE_NAME |
Constructor Summary | |
---|---|
Ex2005_02_c()
|
Method Summary | |
---|---|
boolean |
runTest(Map<String,String> env,
Map<String,String> param,
PrintStream out)
Runs one instance of the test (simple variant, w/o global result storage). |
Methods inherited from class cz.cuni.jagrlib.eval.DefaultPlugin |
---|
booleanParam, createResults, doubleParam, integerParam, interpretResults, runTest, stringParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String REPEAT
protected static final String SEED1
protected static final String SEED2
protected static final String INT
protected static final String CX
protected static final String CY
protected static final String RAD
Constructor Detail |
---|
public Ex2005_02_c()
Method Detail |
---|
public boolean runTest(Map<String,String> env, Map<String,String> param, PrintStream out)
runTest
in interface EvalPlugin
runTest
in class DefaultPlugin
env
- Environment map (global params).param
- Individual params.out
- Text stream for output messages.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |