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.AbstractSfcGridHighlightdisplayPanel, location
 
- 
 - 
Constructor SummaryConstructors Constructor Description ErrorHighlight(SfcDisplayPanel displayPanel, java.awt.Point location, java.util.Collection<ChartCompilationResults.CompilationError> errors)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics2D g)- 
Methods inherited from class com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlightgetRectangle, getTooltip, isZoomed, location, paint
 
- 
 
- 
- 
- 
Constructor Detail- 
ErrorHighlightpublic ErrorHighlight(SfcDisplayPanel displayPanel, java.awt.Point location, java.util.Collection<ChartCompilationResults.CompilationError> errors) 
 
- 
 - 
Method Detail- 
paintpublic void paint(java.awt.Graphics2D g) - Specified by:
- paintin class- AbstractSfcGridHighlight
 
 
- 
 
-