|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--operator
|
+--operator2DDouble
|
+--scaleOffset
| Fields inherited from class operator |
box,
name,
panel,
parameters,
type |
| Constructor Summary | |
scaleOffset(javax.swing.JPanel panel,
linkData links)
|
|
| Method Summary | |
int |
getNumber()
Returns the number of this operator. |
void |
go()
|
void |
loadParameters(java.io.StreamTokenizer tokenizer)
Loads the required parameters (number of iterations) from the input stream, so the operator can be recreated in an identical state to when it was saved. |
java.lang.String |
saveParameters()
Returns a String representing all the parameters for this operator for the purpose of saving the system setup (and being able to load it again at a future date), there are no parameters with imageDisplay that require saving. |
| Methods inherited from class operator2DDouble |
getInput1,
getInput2,
getOutput1,
getOutput2,
link1To1,
link1To2,
link2To1,
link2To2,
setInput1,
setInput2 |
| Methods inherited from class operator |
getBox,
getName,
getParameters,
getType,
propagate,
propagateSingleLink,
saveOperator,
setBox,
setName,
setType,
showParameters,
updateParameters |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public scaleOffset(javax.swing.JPanel panel,
linkData links)
| Method Detail |
public int getNumber()
public void loadParameters(java.io.StreamTokenizer tokenizer)
throws java.io.IOException
tokenizer - the input stream split into tokenspublic java.lang.String saveParameters()
public void go()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||