Class CmpPainter<T extends JComponent>
java.lang.Object
ca.phon.ui.painter.CmpPainter<T>
- All Implemented Interfaces:
ComponentPainter<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(Graphics2D g2d, T comp, int width, int height) Paint the component
-
Constructor Details
-
CmpPainter
public CmpPainter()Constructor -
CmpPainter
-
-
Method Details
-
paint
Description copied from interface:ComponentPainterPaint the component- Specified by:
paintin interfaceComponentPainter<T extends JComponent>- Parameters:
g2d- graphics context as a Graphics2D objectcomp- componentwidth- width to paintheight- height to paint
-