All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jschem.probeElement

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

public class probeElement
extends electricElement

Constructor Index

 o probeElement(int, int, int, int)

Method Index

 o toString(int)
Gives a SPICE line for a given instance number.

Constructors

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

Methods

 o toString
 public String toString(int inst)
Gives a SPICE line for a given instance number.

Overrides:
toString in class electricElement

All Packages  Class Hierarchy  This Package  Previous  Next  Index