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.
-
Active()
-
-
getOrient()
- Returns the orientation of the Active device
-
setOrient(char)
- Sets the orientation of active device.
Active
public Active()
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'
getOrient
public char getOrient()
- Returns the orientation of the Active device
All Packages Class Hierarchy This Package Previous Next Index