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
 

Method Detail

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 context
cal - the calendar widget/component
marker - the marker data object
x - the left coordinate
y - the top coordinate
w - the width coordinate
h - the height coordinate