package uu.mal.skate.view; import java.awt.Graphics; public interface IDrawable { void draw(Graphics g); }