client: cache and reuse Graphics

This commit is contained in:
Adam
2019-07-28 12:34:01 -04:00
parent 2ef930fda4
commit 3d326a6ee8
3 changed files with 49 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ import java.awt.Image;
/**
* Represents the clients primary image buffer.
*/
public interface MainBufferProvider
public interface MainBufferProvider extends BufferProvider
{
/**
* Gets the image currently loaded in the buffer.