byucc.jhdl.apps.Viewers.Schematic
Class OrNode

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

public class OrNode
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
OrNode(Cell p, SchematicCanvas parent, boolean invOut, int invIn)
           
 
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

OrNode

public OrNode(Cell p,
              SchematicCanvas parent,
              boolean invOut,
              int invIn)
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.