Class WavyUnderlinePainter
java.lang.Object
com.inductiveautomation.ignition.designer.gui.attributetextpane.AbstractAttributeTextPanePainter
com.inductiveautomation.ignition.designer.gui.attributetextpane.painters.WavyUnderlinePainter
- All Implemented Interfaces:
AttributeTextPanePainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawWavyUnderlineLine
(Graphics2D g2, double x, double y, double width) void
paint
(AttributeTextPaneLabelView view, AttributeSet attrs, Graphics2D g2, Shape allocated) Methods inherited from class com.inductiveautomation.ignition.designer.gui.attributetextpane.AbstractAttributeTextPanePainter
getViewRectangle
-
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 paintedattrs
- The attributes of the current viewg2
- The graphics context to paint onallocated
- The allocated shape for the view, this is the area for painting.
-
drawWavyUnderlineLine
-