Class AbstractAttributeTextPanePainter
java.lang.Object
com.inductiveautomation.ignition.designer.gui.attributetextpane.AbstractAttributeTextPanePainter
- All Implemented Interfaces:
AttributeTextPanePainter
- Direct Known Subclasses:
InfoBoxPainter
,WavyUnderlinePainter
public abstract class AbstractAttributeTextPanePainter
extends Object
implements AttributeTextPanePainter
Base class for painters. This class has some utility methods for use in creating painters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Rectangle
getViewRectangle
(JTextPane pane, int pos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.gui.attributetextpane.AttributeTextPanePainter
paint
-
Constructor Details
-
AbstractAttributeTextPanePainter
public AbstractAttributeTextPanePainter()
-
-
Method Details
-
getViewRectangle
-