public class HighlightTools
extends java.lang.Object
Constructor and Description |
---|
HighlightTools() |
Modifier and Type | Method and Description |
---|---|
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) |
public static Highlighter getHighlighter(Cell cell, VarContext context)
public static void highlightPortExports(Highlighter highlighter, Cell cell, PortReport p)
public static void highlightNetworkByName(Highlighter highlighter, Cell cell, java.lang.String netName)
public static void highlightPart(Highlighter highlighter, Cell cell, PartReport part)
public static void highlightWire(Highlighter highlighter, Cell cell, WireReport wire)
public static void highlightNetNamed(Highlighter highlighter, Cell cell, java.lang.String name)
public static void highlightPortOrWire(Highlighter highlighter, Cell cell, NetObjReport portOrWire)