All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jschem.dioElement

java.lang.Object
   |
   +----jschem.electricElement
           |
           +----jschem.dioElement

public class dioElement
extends electricElement

Constructor Index

 o dioElement(int, int, int, int)

Method Index

 o updateChoice(Choice)
This method is called when a choice in the parameter form is changed (to do further updates).

Constructors

 o dioElement
 public dioElement(int x,
                   int y,
                   int gr,
                   int r)

Methods

 o 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