org.formaria.swing.date
Interface DayMarkerPainter
public interface DayMarkerPainter
A Painter like interface for drawing calendar markers
|
Method Summary |
void |
paint(java.awt.Graphics2D g,
java.lang.Object cal,
DayMarker marker,
int x,
int y,
int w,
int h)
An interface for drawing individual calendar markers |
paint
void paint(java.awt.Graphics2D g,
java.lang.Object cal,
DayMarker marker,
int x,
int y,
int w,
int h)
- An interface for drawing individual calendar markers
- Parameters:
g - the graphics contextcal - the calendar widget/componentmarker - the marker data objectx - the left coordinatey - the top coordinatew - the width coordinateh - the height coordinate