All Packages Class Hierarchy This Package Previous Next Index
Class jschem.dioElement
java.lang.Object
|
+----jschem.electricElement
|
+----jschem.dioElement
- public class dioElement
- extends electricElement
-
dioElement(int, int, int, int)
-
-
updateChoice(Choice)
-
This method is called when a choice in the parameter form
is changed (to do further updates).
dioElement
public dioElement(int x,
int y,
int gr,
int r)
updateChoice
public void updateChoice(Choice choice)
- This method is called when a choice in the parameter form
is changed (to do further updates).
- Parameters:
- chouce - the Choice object which was changed
- Overrides:
- updateChoice in class electricElement
All Packages Class Hierarchy This Package Previous Next Index