|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterGetter
A tool for customizing the model and view, represented by MovingSpheresModel
and MovingSpheresView classes, via text strings, in a Java-applet manner.
This interface declares only one getParameter(String) method,
identical to the corresponding method of java.applet.Applet class.
This interface is implemented by MovingSpheresApplet class.
If you want to use MovingSpheresModel and MovingSpheresView classes in your
own application, not a Java applet, you need to implement this interface to work with those classes.
AlgART Laboratory 2010
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter(java.lang.String name)
Returns the value of the named parameter. |
| Method Detail |
|---|
java.lang.String getParameter(java.lang.String name)
name argument is case insensitive.
name - the parameter name.null if not set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||