package org.hwo.ui.gantt; import java.awt.Graphics2D; import java.awt.Rectangle; public interface IGanttDrawable { void paint(Graphics2D g,Rectangle rect); }