com.sun.electric.tool.user.ncc
Class HighlightTools

java.lang.Object
  extended by com.sun.electric.tool.user.ncc.HighlightTools

public class HighlightTools
extends java.lang.Object


Constructor Summary
HighlightTools()
           
 
Method Summary
static Highlighter getHighlighter(Cell cell, VarContext context)
           
static void highlightNetNamed(Highlighter highlighter, Cell cell, java.lang.String name)
           
static void highlightNetworkByName(Highlighter highlighter, Cell cell, java.lang.String netName)
           
static void highlightPart(Highlighter highlighter, Cell cell, PartReport part)
           
static void highlightPortExports(Highlighter highlighter, Cell cell, PortReport p)
           
static void highlightPortOrWire(Highlighter highlighter, Cell cell, NetObjReport portOrWire)
           
static void highlightWire(Highlighter highlighter, Cell cell, WireReport wire)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighlightTools

public HighlightTools()
Method Detail

getHighlighter

public static Highlighter getHighlighter(Cell cell,
                                         VarContext context)

highlightPortExports

public static void highlightPortExports(Highlighter highlighter,
                                        Cell cell,
                                        PortReport p)

highlightNetworkByName

public static void highlightNetworkByName(Highlighter highlighter,
                                          Cell cell,
                                          java.lang.String netName)

highlightPart

public static void highlightPart(Highlighter highlighter,
                                 Cell cell,
                                 PartReport part)

highlightWire

public static void highlightWire(Highlighter highlighter,
                                 Cell cell,
                                 WireReport wire)

highlightNetNamed

public static void highlightNetNamed(Highlighter highlighter,
                                     Cell cell,
                                     java.lang.String name)

highlightPortOrWire

public static void highlightPortOrWire(Highlighter highlighter,
                                       Cell cell,
                                       NetObjReport portOrWire)