Class ArrowConnectionPainter
java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.model.impl.ArrowConnectionPainter
- All Implemented Interfaces:
- ConnectionPainter
Standard connection painter that traces the path with a 2px stroke, and draws an arrow at the end
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpaintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover) 
- 
Field Details- 
stroke
- 
standardColor
- 
selectedColor
- 
hoverColor
 
- 
- 
Constructor Details- 
ArrowConnectionPainterpublic ArrowConnectionPainter()
 
- 
- 
Method Details- 
paintConnectionpublic void paintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover) - Specified by:
- paintConnectionin interface- ConnectionPainter
 
 
-