Allgemeiner GraphicsLayer hinzugefügt

Vor allem für Testst hilfreich
This commit is contained in:
ngb
2022-06-29 22:35:57 +02:00
parent 4f1bd25ad7
commit 62e9f5d0f2

View File

@@ -0,0 +1,11 @@
package schule.ngb.zm;
import java.awt.Graphics2D;
public class GraphicsLayer extends Layer {
public Graphics2D getGraphics() {
return drawing;
}
}