All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.circuit.symbol.Active

java.lang.Object
   |
   +----crw.circuit.symbol.CktElement
           |
           +----crw.circuit.symbol.Symbol
                   |
                   +----crw.circuit.symbol.Active

public abstract class Active
extends Symbol
Class that represents all Active device symbols.


Constructor Index

 o Active()

Method Index

 o getOrient()
Returns the orientation of the Active device
 o setOrient(char)
Sets the orientation of active device.

Constructors

 o Active
 public Active()

Methods

 o setOrient
 public void setOrient(char orient)
Sets the orientation of active device. This method then calls the prepare() method.

Parameters:
orient - character 'N', 'S', 'E', or 'W'
 o getOrient
 public char getOrient()
Returns the orientation of the Active device


All Packages  Class Hierarchy  This Package  Previous  Next  Index