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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paintConnection
(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover)
-
Field Details
-
stroke
-
standardColor
-
selectedColor
-
hoverColor
-
-
Constructor Details
-
ArrowConnectionPainter
public ArrowConnectionPainter()
-
-
Method Details
-
paintConnection
public void paintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover) - Specified by:
paintConnection
in interfaceConnectionPainter
-