byucc.jhdl.apps.Viewers.Schematic
Class RegNode

java.lang.Object
  extended bybyucc.jhdl.apps.Viewers.Schematic.SchematicNode
      extended bybyucc.jhdl.apps.Viewers.Schematic.RegNode
All Implemented Interfaces:
Browser

public class RegNode
extends SchematicNode


Field Summary
 
Fields inherited from class byucc.jhdl.apps.Viewers.Schematic.SchematicNode
NodeColor, NodeColorString, numBubbleInputs, numInPorts, numOutPorts, parent, schematicCell, selected, SelectedColor, transferred, xSize, ySize
 
Constructor Summary
RegNode(Cell p, SchematicCanvas parent, int invertedClock)
           
 
Method Summary
 int[] getLocation(java.lang.String pName)
           
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class byucc.jhdl.apps.Viewers.Schematic.SchematicNode
AddMessage, addPortConnection, changeName, containedWithin, containsXY, getBubbleValue, getBubbleValue, getCell, getColumn, getInPorts, getMaxInPortWidth, getMaxOutPortWidth, getNode, getNode, getNodeName, getNodeNameInfo, getOutPorts, getPColumn, getPortConnectionPorts, getPortConnectionPorts, getPortConnections, getPortConnections, getPRow, getRow, getXSize, getYSize, isInPort, isOutPort, isPlaced, setBubbleValue, setPlaced, toggleSelection, toString, updateColors, updateWires, writeColumn, writePColumn, writePRow, writeRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegNode

public RegNode(Cell p,
               SchematicCanvas parent,
               int invertedClock)
Method Detail

getLocation

public int[] getLocation(java.lang.String pName)
Specified by:
getLocation in class SchematicNode

paint

public void paint(java.awt.Graphics g)
Specified by:
paint in class SchematicNode


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