byucc.jhdl.apps.Viewers.Schematic
Class OutNode

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

public class OutNode
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
OutNode(java.lang.String portName, Cell p, SchematicCanvas parent)
           
 
Method Summary
 int[] getLocation(java.lang.String pName)
           
 int getMaxInPortWidth()
           
 int getMaxOutPortWidth()
           
 boolean isInPort(java.lang.String pName)
           
 boolean isOutPort(java.lang.String pName)
           
 int LengthName()
           
 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, getNode, getNode, getNodeName, getNodeNameInfo, getOutPorts, getPColumn, getPortConnectionPorts, getPortConnectionPorts, getPortConnections, getPortConnections, getPRow, getRow, getXSize, getYSize, 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

OutNode

public OutNode(java.lang.String portName,
               Cell p,
               SchematicCanvas parent)
Method Detail

getLocation

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

getMaxInPortWidth

public int getMaxInPortWidth()
Overrides:
getMaxInPortWidth in class SchematicNode

getMaxOutPortWidth

public int getMaxOutPortWidth()
Overrides:
getMaxOutPortWidth in class SchematicNode

isInPort

public boolean isInPort(java.lang.String pName)
Overrides:
isInPort in class SchematicNode

isOutPort

public boolean isOutPort(java.lang.String pName)
Overrides:
isOutPort in class SchematicNode

LengthName

public int LengthName()

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.