source: trunk/src/org/expeditee/core/Paintable.java@ 1097

Last change on this file since 1097 was 1097, checked in by davidb, 6 years ago

Newly structured files from Corey's work on logic/graphics separation

File size: 116 bytes
Line 
1package org.expeditee.core;
2
3public interface Paintable
4{
5 public void paint();
6
7 public void getPaintBounds();
8
9}
Note: See TracBrowser for help on using the repository browser.