Uses of Class
byucc.jhdl.apps.Viewers.Schematic.SchematicCanvas

Packages that use SchematicCanvas
byucc.jhdl.apps.Viewers.Schematic   
 

Uses of SchematicCanvas in byucc.jhdl.apps.Viewers.Schematic
 

Fields in byucc.jhdl.apps.Viewers.Schematic declared as SchematicCanvas
protected  SchematicCanvas SchematicScrollPane._sc
           
protected  SchematicCanvas SchematicViewerFrame.sc
           
protected  SchematicCanvas SchematicViewerInternalFrame.sc
           
protected  SchematicCanvas SchematicNode.parent
          The parent SchematicCanvas to which this SchematicNode belongs.
 SchematicCanvas CircuitView.myCanvas
           
 

Methods in byucc.jhdl.apps.Viewers.Schematic that return SchematicCanvas
 SchematicCanvas SchematicScrollPane.getSchematicCanvas()
           
 SchematicCanvas SchematicViewerFrame.getSchematicCanvas()
           
 SchematicCanvas SchematicViewerInternalFrame.getSchematicCanvas()
           
 SchematicCanvas SchematicInterface.getSchematicCanvas()
           
 SchematicCanvas SchematicViewerPanel.getSchematicCanvas()
           
 SchematicCanvas SchematicCanvas.getSchematicCanvas()
          Part of the SchematicInterface interface
 

Methods in byucc.jhdl.apps.Viewers.Schematic with parameters of type SchematicCanvas
static SchematicNode SchematicNode.getNode(Cell p, SchematicCanvas parent)
           
static SchematicNode SchematicNode.getNode(Cell p, java.lang.String portName, SchematicCanvas parent)
           
 

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)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.