com.sun.electric.tool.user
Class ErrorHighlight
java.lang.Object
com.sun.electric.tool.user.ErrorHighlight
- All Implemented Interfaces:
- java.io.Serializable
public abstract class ErrorHighlight
- extends java.lang.Object
- implements java.io.Serializable
Class to define Highlighted errors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_ARRAY
public static final ErrorHighlight[] NULL_ARRAY
getCell
public Cell getCell(EDatabase database)
addToHighlighter
public void addToHighlighter(Highlighter h,
EDatabase database)
newInstance
public static ErrorHighlight newInstance(VarContext context,
Geometric geom)
newInstance
public static ErrorHighlight newInstance(Cell cell,
java.awt.geom.Point2D p1,
java.awt.geom.Point2D p2)
newInstance
public static ErrorHighlight newInstance(Export e)