|
||||||||||
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.Ex2006_45_a
public class Ex2006_45_a
Evaluation plugin for MainEval
: exercises 45-46, polygon fill with or w/o anti-aliasing.
MainEval
,
Ex2006_45_a.javaField Summary | |
---|---|
protected static String |
ANTI_ALIAS
Use anti-aliasing? |
protected static String |
ARR_RADIUS
III - arrows parameters. |
protected static String |
ARR_SIZE
|
protected static String |
FAN_MAX
|
protected static String |
FAN_MIN
II - big fan parameters. |
protected static String |
FAN_SIZE
|
protected static String |
OUT_PLUG
Plug name. |
protected static String |
RESOLUTION
Image resolution. |
protected static String |
RND_RADIUS
IV - random polygons parameters. |
protected static String |
RND_REPEAT
|
protected static String |
SEED1
Random seed (for RandomJames). |
protected static String |
SEED2
|
protected static String |
STAR_EXP
|
protected static String |
STAR_RAD1
I - big star parameters. |
protected static String |
STAR_RAD2
|
protected static String |
STAR_SIZE
|
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 | |
---|---|
Ex2006_45_a()
|
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 ANTI_ALIAS
protected static final String OUT_PLUG
protected static final String SEED1
protected static final String SEED2
protected static final String RESOLUTION
protected static final String STAR_RAD1
protected static final String STAR_RAD2
protected static final String STAR_EXP
protected static final String STAR_SIZE
protected static final String FAN_MIN
protected static final String FAN_MAX
protected static final String FAN_SIZE
protected static final String ARR_RADIUS
protected static final String ARR_SIZE
protected static final String RND_RADIUS
protected static final String RND_REPEAT
Constructor Detail |
---|
public Ex2006_45_a()
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 |