java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.model.impl.ArrowConnectionPainter
All Implemented Interfaces:
ConnectionPainter

public class ArrowConnectionPainter extends Object implements ConnectionPainter
Standard connection painter that traces the path with a 2px stroke, and draws an arrow at the end
  • Field Details

    • stroke

      protected Stroke stroke
    • standardColor

      protected Color standardColor
    • selectedColor

      protected Color selectedColor
    • hoverColor

      protected Color hoverColor
  • Constructor Details

    • ArrowConnectionPainter

      public ArrowConnectionPainter()
  • Method Details