Class ErrorHighlight
- java.lang.Object
 - 
- com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
 - 
- com.inductiveautomation.sfc.designer.workspace.ErrorHighlight
 
 
 
- 
- All Implemented Interfaces:
 IHighlight
public class ErrorHighlight extends AbstractSfcGridHighlight
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
displayPanel, location 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ErrorHighlight(SfcDisplayPanel displayPanel, java.awt.Point location, java.util.Collection<ChartCompilationResults.CompilationError> errors) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics2D g)- 
Methods inherited from class com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
getRectangle, getTooltip, isZoomed, location, paint 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ErrorHighlight
public ErrorHighlight(SfcDisplayPanel displayPanel, java.awt.Point location, java.util.Collection<ChartCompilationResults.CompilationError> errors)
 
 - 
 
- 
Method Detail
- 
paint
public void paint(java.awt.Graphics2D g)
- Specified by:
 paintin classAbstractSfcGridHighlight
 
 - 
 
 -