Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type SchematicCanvas |
OutNode(java.lang.String portName,
Cell p,
SchematicCanvas parent)
|
XorNode(Cell p,
SchematicCanvas parent,
boolean invOut,
int invIn)
|
AndNode(Cell p,
SchematicCanvas parent,
boolean invOut,
int invIn)
|
OrNode(Cell p,
SchematicCanvas parent,
boolean invOut,
int invIn)
|
InOutNode(java.lang.String portName,
Cell p,
SchematicCanvas parent)
|
InvNode(Cell p,
SchematicCanvas parent)
|
InNode(java.lang.String portName,
Cell p,
SchematicCanvas parent)
|
ConstNode(Cell p,
SchematicCanvas parent)
|
GenericNode(Cell p,
SchematicCanvas parent)
|
IncNode(Cell p,
SchematicCanvas parent)
|
SchematicCounter(SchematicCanvas sc)
|
UDNImplementation(Cell p,
SchematicCanvas parent)
|
VCCNode(Cell p,
SchematicCanvas parent)
|
BufNode(Cell p,
SchematicCanvas parent)
|
GNDNode(Cell p,
SchematicCanvas parent)
|
MuxNode(Cell p,
SchematicCanvas parent)
|
AddSubNode(Cell p,
SchematicCanvas parent)
|
SchematicNode(Cell p,
SchematicCanvas parent)
Default Constructor. |
ShiftNode(Cell p,
SchematicCanvas parent,
char shdir,
int shamt)
|
RegNode(Cell p,
SchematicCanvas parent,
int invertedClock)
|
AddNode(Cell p,
SchematicCanvas parent)
|
SchematicNet(SchematicCanvas p)
|