java.lang.Object
com.inductiveautomation.ignition.designer.gui.attributetextpane.AbstractAttributeTextPanePainter
com.inductiveautomation.ignition.designer.gui.attributetextpane.painters.WavyUnderlinePainter
All Implemented Interfaces:
AttributeTextPanePainter

public class WavyUnderlinePainter extends AbstractAttributeTextPanePainter
  • Constructor Details

    • WavyUnderlinePainter

      public WavyUnderlinePainter()
  • Method Details

    • paint

      public void paint(AttributeTextPaneLabelView view, AttributeSet attrs, Graphics2D g2, Shape allocated)
      Parameters:
      view - The label view that is being painted
      attrs - The attributes of the current view
      g2 - The graphics context to paint on
      allocated - The allocated shape for the view, this is the area for painting.
    • drawWavyUnderlineLine

      public static void drawWavyUnderlineLine(Graphics2D g2, double x, double y, double width)