Class ErrorHighlight
java.lang.Object
com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
com.inductiveautomation.sfc.designer.workspace.ErrorHighlight
- All Implemented Interfaces:
IHighlight
-
Field Summary
Fields inherited from class com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
displayPanel, location
-
Constructor Summary
ConstructorsConstructorDescriptionErrorHighlight
(SfcDisplayPanel displayPanel, Point location, Collection<ChartCompilationResults.CompilationError> errors) -
Method Summary
Methods inherited from class com.inductiveautomation.sfc.designer.workspace.AbstractSfcGridHighlight
getRectangle, getTooltip, isZoomed, location, paint
-
Constructor Details
-
ErrorHighlight
public ErrorHighlight(SfcDisplayPanel displayPanel, Point location, Collection<ChartCompilationResults.CompilationError> errors)
-
-
Method Details
-
paint
- Specified by:
paint
in classAbstractSfcGridHighlight
-