|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.electricity.circuitry.CircuitElement
org.jscience.physics.electricity.circuitry.elements.ChipElement
org.jscience.physics.electricity.circuitry.elements.VCOElement
public class VCOElement
DOCUMENT ME!
| Field Summary | |
|---|---|
double |
cCurrent
DOCUMENT ME! |
int |
cDir
DOCUMENT ME! |
double |
cResistance
DOCUMENT ME! |
| Fields inherited from class org.jscience.physics.electricity.circuitry.elements.ChipElement |
|---|
bits, clockPointsX, clockPointsY, csize, cspc, cspc2, FLAG_SMALL, lastClock, pins, rectPointsX, rectPointsY, SIDE_E, SIDE_N, SIDE_S, SIDE_W, sizeX, sizeY |
| Fields inherited from class org.jscience.physics.electricity.circuitry.CircuitElement |
|---|
boundingBox, circuitFrame, curcount, current, flags, nodes, noDiagonal, volts, voltSource, x, x2, y, y2 |
| Constructor Summary | |
|---|---|
VCOElement(int xx,
int yy)
Creates a new VCOElement object. |
|
VCOElement(int xa,
int ya,
int xb,
int yb,
int f,
java.util.StringTokenizer st)
Creates a new VCOElement object. |
|
| Method Summary | |
|---|---|
void |
computeCurrent()
DOCUMENT ME! |
void |
doStep()
DOCUMENT ME! |
void |
draw(java.awt.Graphics g)
DOCUMENT ME! |
java.lang.String |
getChipName()
DOCUMENT ME! |
int |
getDumpType()
DOCUMENT ME! |
int |
getPostCount()
DOCUMENT ME! |
int |
getVoltageSourceCount()
DOCUMENT ME! |
boolean |
nonLinear()
DOCUMENT ME! |
void |
setupPins()
DOCUMENT ME! |
void |
stamp()
DOCUMENT ME! |
| Methods inherited from class org.jscience.physics.electricity.circuitry.elements.ChipElement |
|---|
drag, drawChip, dump, execute, getConnection, getInfo, getPost, hasGroundConnection, needsBits, reset, setCurrent, setPoints, setSize, setVoltageSource |
| Methods inherited from class org.jscience.physics.electricity.circuitry.CircuitElement |
|---|
adjustBbox, allocNodes, calculateCurrent, canViewInScope, doAdjust, doDots, drawPost, drawPost, drawPosts, drawValues, getBasicInfo, getCircuitFrame, getCurrent, getDumpClass, getEditInfo, getInternalNodeCount, getNode, getPower, getScopeUnits, getScopeValue, getVoltageDiff, getVoltageSource, isWire, move, movePoint, setBbox, setCircuitFrame, setEditValue, setNode, setNodeVoltage, setPowerColor, setPowerColor, setupAdjust, setVoltageColor, startIteration, updateDotCount, updateDotCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double cResistance
public double cCurrent
public int cDir
| Constructor Detail |
|---|
public VCOElement(int xx,
int yy)
xx - DOCUMENT ME!yy - DOCUMENT ME!
public VCOElement(int xa,
int ya,
int xb,
int yb,
int f,
java.util.StringTokenizer st)
xa - DOCUMENT ME!ya - DOCUMENT ME!xb - DOCUMENT ME!yb - DOCUMENT ME!f - DOCUMENT ME!st - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getChipName()
getChipName in class ChipElementpublic void setupPins()
setupPins in class ChipElementpublic boolean nonLinear()
nonLinear in class CircuitElementpublic void stamp()
stamp in class ChipElementpublic void doStep()
doStep in class ChipElementpublic void computeCurrent()
public void draw(java.awt.Graphics g)
draw in class ChipElementg - DOCUMENT ME!public int getPostCount()
getPostCount in class CircuitElementpublic int getVoltageSourceCount()
getVoltageSourceCount in class ChipElementpublic int getDumpType()
getDumpType in class CircuitElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||