Package ca.phon.ui.painter
Interface Painter<T>
- Type Parameters:
T
-
- All Known Implementing Classes:
BufferedPainter
public interface Painter<T>
Interface for painter classes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(T obj, Graphics2D g2, Rectangle2D bounds) Paint to the given graphics context inside the given bounds.
-
Method Details
-
paint
Paint to the given graphics context inside the given bounds.- Parameters:
obj
-g2
-bounds
-
-